| Project | Lint Name | File Path | |
|---|---|---|---|
| DateType | unused-type-ignore-comment | src/datetype/__init__.py:29:64 | Unused blanket `type: ignore` directive |
| DateType | unused-type-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-type-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` |
| DateType | call-abstract-method | src/datetype/test/test_datetype.py:123:46 | Cannot call `combine` on class object: `combine` is an abstract classmethod with a trivial body |
| DateType | call-abstract-method | src/datetype/test/test_datetype.py:124:42 | Cannot call `combine` on class object: `combine` is an abstract classmethod with a trivial body |
| DateType | call-abstract-method | src/datetype/test/test_datetype.py:132:38 | Cannot call `combine` on class object: `combine` is an abstract classmethod with a trivial body |
| DateType | call-abstract-method | src/datetype/test/test_datetype.py:134:37 | Cannot call `combine` on class object: `combine` is an abstract classmethod with a trivial body |
| DateType | call-abstract-method | src/datetype/test/test_datetype.py:137:38 | Cannot call `combine` on class object: `combine` is an abstract classmethod with a trivial body |
| DateType | call-abstract-method | src/datetype/test/test_datetype.py:139:37 | Cannot call `combine` on class object: `combine` is an abstract classmethod with a trivial body |
| 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-type-ignore-comment | src/pywinctl/_main.py:709:53 | Unused blanket `type: ignore` directive |
| PyWinCtl | unused-type-ignore-comment | src/pywinctl/_main.py:831:49 | Unused blanket `type: ignore` directive |
| PyWinCtl | unused-type-ignore-comment | src/pywinctl/_main.py:832:60 | Unused blanket `type: ignore` directive |
| PyWinCtl | unused-type-ignore-comment | src/pywinctl/_main.py:833:56 | Unused blanket `type: ignore` directive |
| PyWinCtl | unused-type-ignore-comment | src/pywinctl/_main.py:835:56 | Unused blanket `type: ignore` directive |
| PyWinCtl | unused-type-ignore-comment | src/pywinctl/_main.py:836:67 | Unused blanket `type: ignore` directive |
| PyWinCtl | unused-type-ignore-comment | src/pywinctl/_main.py:837:63 | Unused blanket `type: ignore` directive |
| PyWinCtl | unused-type-ignore-comment | src/pywinctl/_main.py:838:57 | Unused blanket `type: ignore` directive |
| PyWinCtl | unused-type-ignore-comment | src/pywinctl/_main.py:839:66 | Unused blanket `type: ignore` directive |
| PyWinCtl | unused-type-ignore-comment | src/pywinctl/_main.py:840:71 | Unused blanket `type: ignore` directive |
| PyWinCtl | unused-type-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 | unused-type-ignore-comment | src/pywinctl/_pywinctl_macos.py:553:53 | Unused blanket `type: ignore` directive |
| PyWinCtl | unused-type-ignore-comment | src/pywinctl/_pywinctl_win.py:333:47 | Unused blanket `type: ignore` directive |
| PyWinCtl | unused-type-ignore-comment | src/pywinctl/_pywinctl_win.py:822:90 | Unused blanket `type: ignore` directive |
| PyWinCtl | unused-type-ignore-comment | src/pywinctl/_pywinctl_win.py:1012:116 | Unused blanket `type: ignore` directive |
| PyWinCtl | unused-type-ignore-comment | src/pywinctl/_pywinctl_win.py:1017:89 | Unused blanket `type: ignore` directive |
| PyGithub | invalid-argument-type | github/AdvisoryCredit.py:97:31 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["login"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-argument-type | github/AdvisoryCredit.py:97:84 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["login"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-argument-type | github/AdvisoryCredit.py:98:31 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-argument-type | github/AdvisoryCredit.py:98:53 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-argument-type | github/AdvisoryCredit.py:109:31 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["login"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-argument-type | github/AdvisoryCredit.py:109:84 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["login"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-argument-type | github/AdvisoryCredit.py:110:21 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["login"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-return-type | github/AdvisoryCredit.py:113:20 | Return type does not match returned value: expected `SimpleCredit`, found `dict[Unknown | str, object]` |
| PyGithub | invalid-argument-type | github/AdvisoryCredit.py:115:25 | Invalid argument to key "type" with declared type `str` on TypedDict `SimpleCredit`: value of type `object` |
| PyGithub | invalid-argument-type | github/AdvisoryCredit.py:115:25 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-argument-type | github/AdvisoryVulnerability.py:129:59 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["package"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-assignment | github/AdvisoryVulnerability.py:129:59 | Object of type `object` is not assignable to `SimpleAdvisoryVulnerabilityPackage` |
| PyGithub | invalid-argument-type | github/AdvisoryVulnerability.py:136:31 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["patched_versions"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-argument-type | github/AdvisoryVulnerability.py:138:31 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["vulnerable_functions"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-argument-type | github/AdvisoryVulnerability.py:141:51 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["vulnerable_functions"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-argument-type | github/AdvisoryVulnerability.py:142:20 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["vulnerable_functions"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-argument-type | github/AdvisoryVulnerability.py:146:31 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["vulnerable_version_range"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-argument-type | github/AdvisoryVulnerability.py:158:73 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["package"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-assignment | github/AdvisoryVulnerability.py:158:73 | Object of type `object` is not assignable to `SimpleAdvisoryVulnerabilityPackage` |
| PyGithub | invalid-return-type | github/AdvisoryVulnerability.py:159:20 | Return type does not match returned value: expected `SimpleAdvisoryVulnerability`, found `dict[Unknown | str, object]` |
| PyGithub | invalid-argument-type | github/AdvisoryVulnerability.py:164:37 | Invalid argument to key "patched_versions" with declared type `str | None` on TypedDict `SimpleAdvisoryVulnerability`: value of type `object` |
| PyGithub | invalid-argument-type | github/AdvisoryVulnerability.py:164:37 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["patched_versions"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-argument-type | github/AdvisoryVulnerability.py:165:41 | Invalid argument to key "vulnerable_functions" with declared type `list[str] | None` on TypedDict `SimpleAdvisoryVulnerability`: value of type `object` |
| PyGithub | invalid-argument-type | github/AdvisoryVulnerability.py:165:41 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["vulnerable_functions"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | invalid-argument-type | github/AdvisoryVulnerability.py:166:45 | Invalid argument to key "vulnerable_version_range" with declared type `str | None` on TypedDict `SimpleAdvisoryVulnerability`: value of type `object` |
| PyGithub | invalid-argument-type | github/AdvisoryVulnerability.py:166:45 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["vulnerable_version_range"]` on object of type `Top[dict[Unknown, Unknown]]` |
| PyGithub | unresolved-attribute | github/AdvisoryVulnerability.py:170:30 | Attribute `package` is not defined on `SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]` in union `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])` |
| PyGithub | unresolved-attribute | github/AdvisoryVulnerability.py:171:25 | Attribute `package` is not defined on `SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]` in union `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])` |
| PyGithub | unresolved-attribute | github/AdvisoryVulnerability.py:173:33 | Attribute `patched_versions` is not defined on `SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]` in union `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])` |
| PyGithub | unresolved-attribute | github/AdvisoryVulnerability.py:174:37 | Attribute `vulnerable_functions` is not defined on `SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]` in union `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])` |
| PyGithub | unresolved-attribute | github/AdvisoryVulnerability.py:175:41 | Attribute `vulnerable_version_range` is not defined on `SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]` in union `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])` |
| PyGithub | call-top-callable | github/Auth.py:199:27 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| 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:774:41 | Submodule `Label` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/AuthenticatedUser.py:807:41 | Submodule `Label` may not be available as an attribute on module `github` |
| 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 | possibly-missing-attribute | github/Branch.py:505:16 | Submodule `PaginatedList` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/Branch.py:506:13 | Submodule `NamedUser` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/Branch.py:516:16 | Submodule `PaginatedList` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/Branch.py:517:13 | Submodule `Team` may not be available as an attribute on module `github` |
| 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/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-type-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/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-type-ignore-comment | github/GithubIntegration.py:147:40 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubIntegration.py:155:35 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubObject.py:302:45 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubObject.py:304:48 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubObject.py:309:45 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubObject.py:311:50 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubObject.py:316:44 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubObject.py:321:55 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubObject.py:323:48 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubObject.py:376:44 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubObject.py:390:44 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubObject.py:400:44 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubObject.py:414:44 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubObject.py:479:75 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubRetry.py:90:35 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubRetry.py:96:48 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubRetry.py:121:56 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubRetry.py:122:59 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubRetry.py:202:43 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubRetry.py:203:35 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubRetry.py:204:44 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubRetry.py:205:24 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/GithubRetry.py:211:62 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/Issue.py:459:73 | Unused blanket `type: ignore` directive |
| 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: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/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-type-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:761:16 | Submodule `Hook` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/Organization.py:1161:16 | Submodule `Hook` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/Organization.py:1170:36 | Submodule `Hook` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/Organization.py:1176:16 | Submodule `Hook` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/Organization.py:1182:30 | Submodule `Hook` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/Organization.py:1234:41 | Submodule `Label` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/Organization.py:1245:30 | Submodule `Issue` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/Organization.py:1338:16 | Submodule `PublicKey` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/Organization.py:1548:16 | Submodule `Migration` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/Organization.py:1556:13 | Submodule `Migration` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/Organization.py:1570:13 | Submodule `Installation` may not be available as an attribute on module `github` |
| PyGithub | unused-type-ignore-comment | github/PaginatedList.py:125:47 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/PaginatedList.py:359:36 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-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 | unused-type-ignore-comment | github/Repository.py:381:84 | Unused blanket `type: ignore` directive |
| PyGithub | possibly-missing-attribute | github/Repository.py:1213:38 | Submodule `Repository` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/Repository.py:1276:39 | Submodule `Repository` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | github/Repository.py:1277:29 | Submodule `Repository` may not be available as an attribute on module `github` |
| PyGithub | unused-type-ignore-comment | github/Repository.py:1278:36 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/Repository.py:1719:43 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/Repository.py:1726:40 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/Repository.py:3219:103 | Unused blanket `type: ignore` directive |
| PyGithub | possibly-missing-attribute | github/Repository.py:4908:17 | Submodule `Repository` may not be available as an attribute on module `github` |
| 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-type-ignore-comment | github/RepositoryDiscussion.py:206:93 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-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-type-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-type-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:778:19 | Object of type `<module 'github.GithubException'>` is not callable |
| PyGithub | invalid-argument-type | github/Requester.py:899:57 | Argument to bound method `__hostnameHasDomain` is incorrect: Expected `str | list[str]`, found `Unknown | list[Unknown | str] | list[None | Unknown | str]` |
| PyGithub | call-non-callable | github/Requester.py:1044:13 | Object of type `object` is not callable |
| PyGithub | call-non-callable | github/Requester.py:1045:45 | Object of type `object` is not callable |
| PyGithub | unused-type-ignore-comment | github/Requester.py:1131:44 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/Requester.py:1132:54 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-ignore-comment | github/Requester.py:1411:52 | Unused blanket `type: ignore` directive |
| PyGithub | unused-type-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 | unresolved-attribute | tests/ApplicationOAuth.py:86:21 | Attribute `_Github__requester` is not defined on `Github` in union `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 | unresolved-attribute | tests/Authentication.py:78:31 | Attribute `token` is not defined on `None` in union `Unknown | Token | None` |
| PyGithub | unresolved-attribute | tests/Authentication.py:87:35 | Attribute `token` is not defined on `None` in union `Unknown | AppAuthToken | None` |
| PyGithub | deprecated | tests/Authentication.py:97:31 | The class `AppAuthentication` is deprecated: Use github.Auth.AppInstallationAuth instead |
| PyGithub | unresolved-attribute | tests/Authentication.py:127:32 | Attribute `get_installation_auth` is not defined on `None` in union `Unknown | AppAuth | None` |
| PyGithub | unresolved-attribute | tests/Authentication.py:149:18 | Attribute `get_installation_auth` is not defined on `None` in union `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 | unresolved-attribute | tests/BadAttributes.py:69:13 | Attribute `args` is not defined on `None` in union `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 | unresolved-attribute | tests/Exceptions.py:164:26 | Attribute `get` is not defined on `None` in union `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 | unresolved-attribute | tests/GithubApp.py:153:26 | Attribute `login` is not defined on `Enterprise` in union `NamedUser | Organization | Enterprise` |
| PyGithub | invalid-argument-type | tests/GithubIntegration.py:149:42 | Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `Unknown | Token | None | AppAuthToken | Login` |
| PyGithub | possibly-missing-attribute | tests/GithubIntegration.py:197:45 | Submodule `Requester` may not be available as an attribute on module `github` |
| PyGithub | invalid-argument-type | tests/GithubIntegration.py:199:59 | Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int` |
| PyGithub | invalid-argument-type | tests/GithubIntegration.py:199:59 | Argument to bound method `__init__` is incorrect: Expected `bool | str`, found `AppAuth | str | int` |
| PyGithub | invalid-argument-type | tests/GithubIntegration.py:199:59 | Argument to bound method `__init__` is incorrect: Expected `bool`, found `AppAuth | str | int` |
| PyGithub | invalid-argument-type | tests/GithubIntegration.py:199:59 | Argument to bound method `__init__` is incorrect: Expected `int | None`, found `AppAuth | str | int` |
| PyGithub | invalid-argument-type | tests/GithubIntegration.py:199:59 | Argument to bound method `__init__` is incorrect: Expected `int | Retry | None`, found `AppAuth | str | int` |
| PyGithub | invalid-argument-type | tests/GithubIntegration.py:199:59 | Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | int` |
| PyGithub | invalid-argument-type | tests/GithubIntegration.py:199:59 | Argument to bound method `__init__` is incorrect: Expected `int | str | None`, found `AppAuth | str | int` |
| PyGithub | invalid-argument-type | tests/GithubIntegration.py:199:59 | Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int` |
| PyGithub | invalid-argument-type | tests/GithubIntegration.py:199:59 | Argument to bound method `__init__` is incorrect: Expected `str | None`, found `AppAuth | str | int` |
| PyGithub | invalid-argument-type | tests/GithubIntegration.py:199:59 | Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int` |
| PyGithub | unresolved-attribute | tests/GithubIntegration.py:202:35 | Object of type `Github` has no attribute `_Github__requester` |
| PyGithub | unresolved-attribute | tests/GithubIntegration.py:204:22 | Object of type `Github` has no attribute `_Github__requester` |
| PyGithub | invalid-argument-type | tests/GithubIntegration.py:347: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 | unresolved-attribute | tests/GithubRetry.py:400:71 | Attribute `args` is not defined on `None` in union `BaseException | None` |
| PyGithub | unresolved-attribute | tests/GithubRetry.py:402:35 | Attribute `__cause__` is not defined on `None` in union `BaseException | None` |
| PyGithub | unresolved-attribute | tests/GithubRetry.py:405:17 | Attribute `__cause__` is not defined on `None` in union `BaseException | None` |
| PyGithub | unresolved-attribute | tests/GithubRetry.py:405:17 | Attribute `args` is not defined on `None` in union `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 `AppAuth | None`, 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 `bool`, 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 | Retry | 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 | str | 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 `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 | unresolved-attribute | tests/Installation.py:125:35 | Object of type `Github` has no attribute `_Github__requester` |
| PyGithub | unresolved-attribute | tests/Installation.py:127:22 | Object of type `Github` has no attribute `_Github__requester` |
| PyGithub | possibly-missing-attribute | tests/Issue.py:52:7 | Submodule `GithubObject` may not be available as an attribute on module `github` |
| PyGithub | unresolved-attribute | tests/Issue134.py:47:18 | Attribute `get_authorizations` is not defined on `NamedUser` in union `NamedUser | AuthenticatedUser` |
| PyGithub | unresolved-attribute | tests/Issue134.py:54:13 | Attribute `get_authorizations` is not defined on `NamedUser` in union `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-unresolved-reference | tests/Organization.py:875:37 | Name `repo_config` used when possibly not defined |
| 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:1183:49 | Submodule `HookDelivery` may not be available as an attribute on module `github` |
| PyGithub | possibly-missing-attribute | tests/Repository.py:1186:50 | Submodule `HookDelivery` may not be available as an attribute on module `github` |
| 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 | unresolved-attribute | tests/Requester.py:216:9 | Attribute `info` is not defined on `None` in union `Unknown | None | MagicMock` |
| PyGithub | unresolved-attribute | tests/Requester.py:263:9 | Attribute `info` is not defined on `None` in union `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` |
| 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-type-ignore-comment | aiohttp_devtools/logs.py:83:51 | Unused blanket `type: ignore` directive |
| aiohttp-devtools | unused-type-ignore-comment | aiohttp_devtools/logs.py:92:55 | Unused blanket `type: ignore` directive |
| aiohttp-devtools | unused-type-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-type-ignore-comment | aiohttp_devtools/runserver/serve.py:33:29 | Unused blanket `type: ignore` directive |
| aiohttp-devtools | unused-type-ignore-comment | aiohttp_devtools/runserver/serve.py:47:42 | Unused blanket `type: ignore` directive |
| aiohttp-devtools | unused-type-ignore-comment | aiohttp_devtools/runserver/serve.py:50:51 | Unused blanket `type: ignore` directive |
| aiohttp-devtools | unused-type-ignore-comment | aiohttp_devtools/runserver/serve.py:57:42 | Unused blanket `type: ignore` directive |
| aiohttp-devtools | unused-type-ignore-comment | aiohttp_devtools/runserver/serve.py:60:43 | Unused blanket `type: ignore` directive |
| aiohttp-devtools | unused-type-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 | invalid-argument-type | tests/test_runserver_logs.py:17:27 | Argument to bound method `__init__` is incorrect: Expected `logging.Logger`, found `tests.test_runserver_logs.<locals of function 'test_aiohttp_std'>.Logger` |
| aiohttp-devtools | invalid-argument-type | tests/test_runserver_logs.py:39:27 | Argument to bound method `__init__` is incorrect: Expected `logging.Logger`, found `tests.test_runserver_logs.<locals of function 'test_aiohttp_debugtoolbar'>.Logger` |
| aiohttp-devtools | invalid-argument-type | tests/test_runserver_logs.py:61:30 | Argument to bound method `__init__` is incorrect: Expected `logging.Logger`, found `tests.test_runserver_logs.<locals of function 'test_aux_logger'>.Logger` |
| aiohttp-devtools | invalid-argument-type | tests/test_runserver_logs.py:84:30 | Argument to bound method `__init__` is incorrect: Expected `logging.Logger`, found `tests.test_runserver_logs.<locals of function 'test_aux_logger_livereload'>.Logger` |
| aiohttp-devtools | invalid-argument-type | tests/test_runserver_logs.py:99:27 | Argument to bound method `__init__` is incorrect: Expected `logging.Logger`, found `tests.test_runserver_logs.<locals of function 'test_extra'>.Logger` |
| 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` |
| 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 | 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 | unresolved-import | expression/collections/block.py:539:14 | Cannot resolve imported module `pydantic_core` |
| 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 | Unknown, object]]` |
| Expression | invalid-argument-type | expression/collections/maptree.py:113:25 | Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Key@rebalance | Unknown, object]]`, found `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]` |
| 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: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 | Unknown, object]]` |
| Expression | invalid-argument-type | expression/collections/maptree.py:121:27 | Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Key@rebalance | Unknown, object]]`, found `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]` |
| 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:71 | Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Key@rebalance | Unknown, 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[Unknown | 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:136:29 | Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown | Key@rebalance, object]]`, found `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]` |
| 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[Unknown | Key@rebalance, object]]` |
| Expression | invalid-argument-type | expression/collections/maptree.py:141:31 | Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown | 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:61 | Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown | Key@rebalance, object]]`, found `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]` |
| 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-type-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-type-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 | 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 | empty-body | 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/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 | unused-type-ignore-comment | expression/extra/parser.py:513:22 | Unused blanket `type: ignore` directive |
| Expression | unused-type-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-type-ignore-comment | tests/test_array.py:16:52 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:57:57 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:68:59 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:79:59 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:90:61 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:98:57 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:108:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:145:72 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:153:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:165:62 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:177:62 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:189:77 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:201:36 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:213:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:219:61 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:230:60 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:240:60 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:248:60 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:258:60 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:266:66 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:276:72 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:292:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:302:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:315:37 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:327:49 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:338:36 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:347:42 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:361:39 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:369:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:377:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:388:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:399:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_array.py:412:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-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-type-ignore-comment | tests/test_block.py:17:52 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:70:31 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:100:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:106:46 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:112:72 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:120:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:132:60 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:144:60 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:156:75 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:168:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:180:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:186:59 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:197:60 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:207:60 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:215:60 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:225:60 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:233:64 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:243:72 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:259:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:269:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:282:37 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:294:49 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:305:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:314:40 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:339:39 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:347:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:355:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:366:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:377:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:390:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_block.py:401:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-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-type-ignore-comment | tests/test_compose.py:12:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_compose.py:19:24 | Unused blanket `type: ignore` directive |
| Expression | invalid-assignment | tests/test_compose.py:21:16 | Object of type `(Never, /) -> Never` is not assignable to `(int, /) -> int` |
| Expression | unused-type-ignore-comment | tests/test_compose.py:26:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_compose.py:34:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_compose.py:43:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_compose.py:54:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_compose.py:65:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_compose.py:74:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_compose.py:83:54 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_compose.py:95:57 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_compose.py:98:57 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_fn.py:13:42 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_gen.py:59:20 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_gen.py:73:20 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_gen.py:77:20 | Unused blanket `type: ignore` directive |
| Expression | unused-type-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-type-ignore-comment | tests/test_mailbox.py:10:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-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-type-ignore-comment | tests/test_map.py:129:13 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_map.py:131:40 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_map.py:132:40 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_map.py:133:40 | Unused blanket `type: ignore` directive |
| Expression | unused-type-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-type-ignore-comment | tests/test_option.py:184:56 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_option.py:185:56 | Unused blanket `type: ignore` directive |
| Expression | unused-type-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-type-ignore-comment | tests/test_result.py:58:18 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_result.py:90:44 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_result.py:101:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_result.py:156:35 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_result.py:170:35 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_result.py:183:35 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_result.py:205:39 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_result.py:218:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_result.py:229:46 | Unused blanket `type: ignore` directive |
| Expression | invalid-argument-type | tests/test_result.py:491:21 | Argument to bound method `or_else` is incorrect: Expected `Result[Literal[42], Any]`, found `Result[Literal[0], Any]` |
| Expression | invalid-argument-type | tests/test_result.py:509:21 | Argument to bound method `or_else` is incorrect: Expected `Result[Any, Literal["original error"]]`, found `Result[Any, Literal["new error"]]` |
| Expression | unresolved-import | tests/test_seq.py:8:6 | Cannot resolve imported module `hypothesis` |
| Expression | unused-type-ignore-comment | tests/test_seq.py:36:47 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:62:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:71:60 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:80:60 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:89:75 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:98:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:107:46 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:123:46 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:130:61 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:138:61 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:145:37 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:157:61 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:166:61 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:175:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:182:59 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:189:84 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:196:59 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:203:84 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:210:59 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:217:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:225:60 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:235:60 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:252:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:259:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:266:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:280:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:313:34 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:325:39 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:333:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:341:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:352:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:363:24 | Unused blanket `type: ignore` directive |
| Expression | unused-type-ignore-comment | tests/test_seq.py:376:24 | Unused blanket `type: ignore` directive |
| Expression | invalid-type-form | tests/test_tagged_union.py:331:23 | Function `Face` is not valid in a type expression |
| Expression | invalid-type-form | tests/test_tagged_union.py:336:32 | Function `Face` is not valid in a type expression |
| aioredis | unused-type-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 | unused-awaitable | aioredis/client.py:1697:13 | Object of type `CoroutineType[Any, Any, Unknown]` is not awaited |
| 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 | unresolved-attribute | aioredis/client.py:3898:38 | Attribute `split` is not defined on `memoryview[int]`, `int`, `float` in union `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-type-ignore-comment | aioredis/client.py:4116:38 | Unused blanket `type: ignore` directive |
| aioredis | unused-type-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 | invalid-method-override | aioredis/client.py:4426:9 | Invalid override of method `execute_command`: Definition is incompatible with `Redis.execute_command` |
| 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-type-ignore-comment | aioredis/connection.py:136:50 | Unused blanket `type: ignore` directive |
| aioredis | call-non-callable | aioredis/connection.py:206:20 | Object of type `Mapping[str, type[Exception]]` is not callable |
| aioredis | invalid-return-type | aioredis/connection.py:206:20 | Return type does not match returned value: expected `ResponseError`, found `Exception | Unknown` |
| 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 `int | list[Unknown | bytes | memoryview[int] | ... omitted 5 union elements] | bytes | ... omitted 3 union elements` |
| aioredis | unused-type-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 | unresolved-attribute | aioredis/connection.py:934:26 | Attribute `split` is not defined on `memoryview[int]`, `int` in union `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-type-ignore-comment | aioredis/utils.py:45:41 | Unused blanket `type: ignore` directive |
| 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 | Function `float` is not valid in a type expression |
| Tanjun | invalid-type-form | tanjun/abc.py:1106:24 | Function `float` is not valid 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-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: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-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: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-type-arguments | tanjun/checks.py:1051:23 | Type `TypeVar` is not assignable to upper bound `Context` of type variable `_ContextT@_AllChecks` |
| 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 `Path`, found `str | Path` |
| 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:2668:17 | Method `__delitem__` of type `bound method dict[Path, ModuleType].__delitem__(key: Path, /) -> None` cannot be called with key of type `str | Path` on object of type `dict[Path, ModuleType]` |
| Tanjun | invalid-argument-type | tanjun/clients.py:2668:17 | Method `__delitem__` of type `bound method dict[str, ModuleType].__delitem__(key: str, /) -> None` cannot be called with key of type `str | Path` 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-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 | unused-type-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 | 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 | unresolved-attribute | tanjun/commands/slash.py:1716:13 | Attribute `set_is_dm_enabled` is not defined on `_SlashCommandBuilder` in union `Unknown | _SlashCommandBuilder` |
| Tanjun | unresolved-attribute | tanjun/commands/slash.py:1718:13 | Attribute `set_is_dm_enabled` is not defined on `_SlashCommandBuilder` in union `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-argument-type | tanjun/commands/slash.py:1811:64 | Argument is incorrect: Expected `str`, found `object` |
| Tanjun | invalid-argument-type | tanjun/commands/slash.py:1811:80 | 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-argument-type | tanjun/commands/slash.py:2094:64 | Argument is incorrect: Expected `str`, found `object` |
| Tanjun | invalid-argument-type | tanjun/commands/slash.py:2094:80 | Argument is incorrect: Expected `str | int | float`, found `object` |
| 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 | unresolved-attribute | tanjun/context/autocomplete.py:204:22 | Attribute `fetch_channel` is not defined on `AutocompleteInteraction` in union `Unknown | AutocompleteInteraction` |
| Tanjun | unresolved-attribute | tanjun/context/autocomplete.py:212:16 | Attribute `get_channel` is not defined on `AutocompleteInteraction` in union `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 | 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 | Function `float` is not valid in a type expression |
| Tanjun | invalid-type-form | tanjun/context/slash.py:130:24 | Function `float` is not valid 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-type-ignore-comment | tanjun/dependencies/data.py:170:71 | Unused blanket `type: ignore` directive |
| 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-return-type | tanjun/dependencies/data.py:347:12 | Return type does not match returned value: expected `_T@cached_inject`, found `Coroutine[Any, Any, Unknown] | Unknown` |
| Tanjun | unresolved-attribute | tanjun/dependencies/limiters.py:839:17 | Attribute `check` is not defined on `_BaseResource[_Cooldown] & ~AlwaysTruthy & ~AlwaysFalsy` in union `(_Cooldown & ~AlwaysFalsy) | (_BaseResource[_Cooldown] & ~AlwaysTruthy & ~AlwaysFalsy)` |
| 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 | 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 | 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 `(str & ~AlwaysFalsy) | EllipsisType` |
| Tanjun | possibly-unresolved-reference | tanjun/parsing.py:585:75 | Name `value` used when possibly not defined |
| Tanjun | invalid-argument-type | tanjun/parsing.py:588:92 | Argument to bound method `convert` is incorrect: Expected `str`, found `str | None` |
| 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` |
| 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 | unresolved-attribute | src/anyio/_backends/_asyncio.py:253:17 | Attribute `call_soon_threadsafe` is not defined on `None` in union `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:822:34 | Attribute `__context__` is not defined on `None` in union `BaseException | None` |
| anyio | unresolved-attribute | src/anyio/_backends/_asyncio.py:823:25 | Attribute `__context__` is not defined on `None` in union `BaseException | None` |
| 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 `anyio._backends._asyncio.CancelScope | None`, found `anyio._core._tasks.CancelScope` |
| anyio | unresolved-attribute | src/anyio/_backends/_asyncio.py:885:9 | Object of type `CancelScope` has no attribute `_tasks` |
| anyio | unused-type-ignore-comment | src/anyio/_backends/_asyncio.py:1128:64 | Unused blanket `type: ignore` directive |
| anyio | unresolved-import | src/anyio/_backends/_asyncio.py:2163:24 | Cannot resolve imported module `uvloop` |
| anyio | unresolved-import | src/anyio/_backends/_asyncio.py:2216:14 | Cannot resolve imported module `_pytest.outcomes` |
| anyio | unresolved-import | src/anyio/_backends/_asyncio.py:2328:24 | Cannot resolve imported module `uvloop` |
| anyio | unused-type-ignore-comment | src/anyio/_backends/_asyncio.py:2439:43 | Unused blanket `type: ignore` directive |
| anyio | invalid-assignment | src/anyio/_backends/_asyncio.py:2541:50 | Object of type `Future[_T@run_coroutine_threadsafe]` is not assignable to `Future[T_Retval@run_async_from_thread]` |
| anyio | unused-type-ignore-comment | src/anyio/_backends/_asyncio.py:2616:72 | Unused blanket `type: ignore` directive |
| anyio | redundant-cast | src/anyio/_backends/_asyncio.py:2623:31 | Value is already of type `tuple[Transport, StreamProtocol]` |
| anyio | unresolved-import | src/anyio/_backends/_trio.py:39:8 | Cannot resolve imported module `trio.from_thread` |
| anyio | unresolved-import | src/anyio/_backends/_trio.py:40:8 | Cannot resolve imported module `trio.lowlevel` |
| anyio | unresolved-import | src/anyio/_backends/_trio.py:41:6 | Cannot resolve imported module `outcome` |
| anyio | unresolved-import | src/anyio/_backends/_trio.py:42:6 | Cannot resolve imported module `trio.lowlevel` |
| anyio | unresolved-import | src/anyio/_backends/_trio.py:49:6 | Cannot resolve imported module `trio.socket` |
| anyio | unresolved-import | src/anyio/_backends/_trio.py:50:6 | Cannot resolve imported module `trio.to_thread` |
| anyio | unresolved-import | src/anyio/_backends/_trio.py:91:10 | Cannot resolve imported module `exceptiongroup` |
| anyio | unused-type-ignore-comment | src/anyio/_backends/_trio.py:187:86 | Unused blanket `type: ignore` directive |
| anyio | unused-type-ignore-comment | src/anyio/_backends/_trio.py:361:41 | Unused blanket `type: ignore` directive |
| anyio | invalid-argument-type | src/anyio/_backends/_trio.py:1099: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:1334:14 | Cannot resolve imported module `trio.testing` |
| anyio | unresolved-import | src/anyio/_core/_eventloop.py:21:12 | Cannot resolve imported module `sniffio` |
| anyio | unresolved-attribute | src/anyio/_core/_eventloop.py:234:9 | Attribute `current_async_library_cvar` is not defined on `None` in union `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 | unknown-argument | src/anyio/_core/_fileio.py:412:51 | Argument `case_sensitive` does not match any known parameter of bound method `match` |
| anyio | unknown-argument | src/anyio/_core/_fileio.py:501:44 | Argument `case_sensitive` does not match any known parameter of bound method `glob` |
| anyio | unused-type-ignore-comment | src/anyio/_core/_fileio.py:507:20 | Unused blanket `type: ignore` directive |
| anyio | unknown-argument | src/anyio/_core/_fileio.py:516:17 | Argument `case_sensitive` does not match any known parameter of bound method `glob` |
| anyio | unknown-argument | src/anyio/_core/_fileio.py:517:17 | Argument `recurse_symlinks` does not match any known parameter of bound method `glob` |
| anyio | invalid-argument-type | src/anyio/_core/_fileio.py:634: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:654:57 | Argument `walk_up` does not match any known parameter of bound method `relative_to` |
| anyio | unknown-argument | src/anyio/_core/_fileio.py:694:45 | Argument `case_sensitive` does not match any known parameter of bound method `rglob` |
| anyio | unused-type-ignore-comment | src/anyio/_core/_fileio.py:700:21 | Unused blanket `type: ignore` directive |
| anyio | unknown-argument | src/anyio/_core/_fileio.py:709:17 | Argument `case_sensitive` does not match any known parameter of bound method `rglob` |
| anyio | unknown-argument | src/anyio/_core/_fileio.py:710: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 | 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:833:9 | Not enough values to unpack: Expected 4 |
| anyio | invalid-return-type | src/anyio/_core/_sockets.py:845: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:986:38 | Argument is incorrect: Expected `int`, found `object` |
| anyio | invalid-argument-type | src/anyio/_core/_sockets.py:986:38 | Argument is incorrect: Expected `str | IPv4Address | IPv6Address`, found `object` |
| anyio | invalid-argument-type | src/anyio/_core/_sockets.py:988: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-type-ignore-comment | src/anyio/_core/_streams.py:36:19 | Unused blanket `type: ignore` directive |
| anyio | unused-type-ignore-comment | src/anyio/_core/_tempfile.py:295:42 | Unused blanket `type: ignore` directive |
| anyio | unused-type-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-type-ignore-comment | src/anyio/_core/_tempfile.py:342:42 | Unused blanket `type: ignore` directive |
| anyio | unused-type-ignore-comment | src/anyio/_core/_tempfile.py:356:42 | Unused blanket `type: ignore` directive |
| anyio | unused-type-ignore-comment | src/anyio/_core/_tempfile.py:363:43 | Unused blanket `type: ignore` directive |
| anyio | unused-type-ignore-comment | src/anyio/_core/_tempfile.py:423:40 | Unused blanket `type: ignore` directive |
| anyio | unused-type-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:7 | Cannot create a consistent method resolution order (MRO) for class `_BlockingAsyncContextManager` with bases list `[<special-form 'typing.Generic[T_co]'>, <class 'AbstractContextManager'>]` |
| anyio | unresolved-attribute | src/anyio/from_thread.py:250:21 | Attribute `cancel` is not defined on `None` in union `CancelScope | None` |
| anyio | unresolved-attribute | src/anyio/from_thread.py:252:31 | Attribute `cancel` is not defined on `None` in union `CancelScope | None` |
| anyio | invalid-argument-type | src/anyio/from_thread.py:274:35 | Argument to bound method `set_result` is incorrect: Expected `T_Retval@_call_func`, found `object` |
| anyio | unused-type-ignore-comment | src/anyio/from_thread.py:276:27 | Unused blanket `type: ignore` directive |
| anyio | unused-type-ignore-comment | src/anyio/functools.py:241:20 | Unused blanket `type: ignore` directive |
| anyio | invalid-argument-type | src/anyio/functools.py:255:17 | Argument to bound method `__init__` is incorrect: Expected `(**P@__call__) -> Awaitable[T@_LRUCacheWrapper]`, found `((**P@__call__) -> Coroutine[Any, Any, T@_LRUCacheWrapper]) | ((...) -> T@_LRUCacheWrapper)` |
| anyio | unused-type-ignore-comment | src/anyio/functools.py:262:13 | Unused blanket `type: ignore` directive |
| anyio | unused-type-ignore-comment | src/anyio/functools.py:294:17 | Unused blanket `type: ignore` directive |
| anyio | unused-type-ignore-comment | src/anyio/functools.py:353:20 | Unused blanket `type: ignore` directive |
| anyio | invalid-argument-type | src/anyio/functools.py:384:43 | Argument is incorrect: Expected `S@reduce`, found `object` |
| anyio | invalid-argument-type | src/anyio/functools.py:384:43 | Argument is incorrect: Expected `T@reduce`, found `object` |
| 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-type-ignore-comment | src/anyio/to_process.py:44:22 | Unused blanket `type: ignore` directive |
| 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 | 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-type-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 | not-iterable | src/antidote/core/_inject.py:348:71 | Object of type `tuple[Any, ...] | None` may not be iterable |
| antidote | invalid-argument-type | src/antidote/core/_inject.py:348:84 | 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[Top[(...)], object] & ~Top[classmethod[Unknown, Top[(...)], object]]` has no attribute `__qualname__` |
| antidote | unresolved-attribute | src/antidote/core/_injection.py:298:30 | Object of type `((...) -> object) & ~staticmethod[Top[(...)], object] & ~Top[classmethod[Unknown, Top[(...)], object]]` has no attribute `__name__` |
| antidote | unresolved-attribute | src/antidote/core/_injection.py:302:17 | Object of type `((...) -> object) & ~staticmethod[Top[(...)], object] & ~Top[classmethod[Unknown, Top[(...)], object]] & ~MethodType` has no attribute `__qualname__` |
| antidote | unresolved-attribute | src/antidote/core/_injection.py:302:42 | Object of type `((...) -> object) & ~staticmethod[Top[(...)], object] & ~Top[classmethod[Unknown, Top[(...)], object]] & ~MethodType` has no attribute `__name__` |
| antidote | unused-type-ignore-comment | src/antidote/core/_raw/wrapper.py:57:16 | Unused blanket `type: ignore` directive |
| antidote | unresolved-attribute | src/antidote/core/_raw/wrapper.py:102:13 | Object of type `(...) -> object` has no attribute `__get__` |
| antidote | unresolved-attribute | src/antidote/core/_raw/wrapper.py:136:13 | Object of type `(...) -> Awaitable[object]` has no attribute `__get__` |
| 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 | empty-body | src/antidote/lib/interface_ext/__init__.py:1014:42 | Function always implicitly returns `None`, which is not assignable to return type `C@__call__` |
| antidote | empty-body | src/antidote/lib/interface_ext/__init__.py:1023:14 | Function always implicitly returns `None`, which is not assignable to return type `[C'return](C'return, /) -> C'return` |
| antidote | empty-body | src/antidote/lib/interface_ext/__init__.py:1026:64 | Function always implicitly returns `None`, which is not assignable to return type `[C'return](C'return, /) -> C'return` |
| antidote | empty-body | 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 | empty-body | src/antidote/lib/interface_ext/__init__.py:1044:10 | Function always implicitly returns `None`, which is not assignable to return type `(Any, /) -> Any` |
| antidote | empty-body | 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 | empty-body | src/antidote/lib/interface_ext/__init__.py:1263:38 | Function always implicitly returns `None`, which is not assignable to return type `C@__call__` |
| antidote | empty-body | src/antidote/lib/interface_ext/__init__.py:1275:10 | Function always implicitly returns `None`, which is not assignable to return type `[C'return](C'return, /) -> C'return` |
| antidote | empty-body | src/antidote/lib/interface_ext/__init__.py:1278:60 | Function always implicitly returns `None`, which is not assignable to return type `[C'return](C'return, /) -> C'return` |
| antidote | empty-body | 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 | empty-body | src/antidote/lib/interface_ext/__init__.py:1369:38 | Function always implicitly returns `None`, which is not assignable to return type `T@FunctionImplements` |
| antidote | empty-body | 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 | empty-body | 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 | empty-body | 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-type-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-type-ignore-comment | src/antidote/lib/interface_ext/_interface.py:531:69 | Unused blanket `type: ignore` directive |
| antidote | unused-type-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-type-ignore-comment | src/antidote/lib/lazy_ext/_lazy.py:174:48 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | src/antidote/lib/lazy_ext/_lazy.py:181:48 | Unused blanket `type: ignore` directive |
| antidote | unused-type-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 | unused-type-ignore-comment | tests/core/test_catalog.py:109:36 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_catalog.py:112:38 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_catalog.py:115:38 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/core/test_catalog.py:225:54 | Function always implicitly returns `None`, which is not assignable to return type `bool` |
| antidote | empty-body | tests/core/test_catalog.py:238:54 | Function always implicitly returns `None`, which is not assignable to return type `bool` |
| antidote | empty-body | tests/core/test_catalog.py:258:54 | Function always implicitly returns `None`, which is not assignable to return type `bool` |
| antidote | unused-type-ignore-comment | tests/core/test_data.py:201:18 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject.py:162:48 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject.py:165:30 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/core/test_inject.py:173:47 | Function always implicitly returns `None`, which is not assignable to return type `tuple[object, object]` |
| antidote | unused-type-ignore-comment | tests/core/test_inject.py:541:29 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject.py:548:28 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject_any_function.py:119:70 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject_any_function.py:201:76 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject_custom.py:80:32 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/core/test_inject_through_annotations.py:140:48 | Function always implicitly returns `None`, which is not assignable to return type `A` |
| antidote | empty-body | tests/core/test_inject_through_annotations.py:147:43 | Function always implicitly returns `None`, which is not assignable to return type `A` |
| antidote | empty-body | tests/core/test_inject_through_defaults.py:62:34 | Function always implicitly returns `None`, which is not assignable to return type `B` |
| antidote | unused-type-ignore-comment | tests/core/test_inject_through_defaults.py:74:49 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject_wrapper.py:228:53 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject_wrapper.py:234:50 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject_wrapper.py:240:49 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject_wrapper.py:246:56 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject_wrapper.py:252:53 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject_wrapper.py:258:52 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject_wrapper.py:336:59 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject_wrapper.py:342:56 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject_wrapper.py:348:55 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject_wrapper.py:354:62 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject_wrapper.py:360:59 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_inject_wrapper.py:366:58 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_provider.py:67:25 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/core/test_thread_safety.py:272:54 | Function always implicitly returns `None`, which is not assignable to return type `bool` |
| antidote | unused-type-ignore-comment | tests/core/test_type_hints_locals.py:117:46 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/core/test_type_hints_locals.py:124:61 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/core/test_type_hints_locals.py:137:46 | Function always implicitly returns `None`, which is not assignable to return type `Dummy` |
| antidote | empty-body | tests/core/test_type_hints_locals.py:143:46 | Function always implicitly returns `None`, which is not assignable to return type `Dummy` |
| antidote | empty-body | tests/core/test_type_hints_locals.py:150:61 | Function always implicitly returns `None`, which is not assignable to return type `Dummy` |
| antidote | empty-body | tests/core/test_type_hints_locals.py:157:61 | Function always implicitly returns `None`, which is not assignable to return type `Dummy` |
| antidote | empty-body | tests/core/test_type_hints_locals.py:171:46 | Function always implicitly returns `None`, which is not assignable to return type `Dummy` |
| antidote | empty-body | tests/core/test_type_hints_locals.py:178:61 | Function always implicitly returns `None`, which is not assignable to return type `Dummy` |
| antidote | empty-body | tests/core/test_type_hints_locals.py:202:50 | Function always implicitly returns `None`, which is not assignable to return type `Dummy` |
| antidote | empty-body | tests/core/test_type_hints_locals.py:209:65 | Function always implicitly returns `None`, which is not assignable to return type `Dummy` |
| antidote | empty-body | tests/core/test_wiring.py:260:49 | Function always implicitly returns `None`, which is not assignable to return type `A` |
| antidote | unused-type-ignore-comment | tests/core/test_wiring.py:388:88 | Unused blanket `type: ignore` directive |
| antidote | empty-body | 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 | empty-body | tests/lib/injectable/test_provider.py:53:56 | Function always implicitly returns `None`, which is not assignable to return type `FactoryDummy` |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_class.py:276:37 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_class.py:423:39 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_class.py:433:61 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_class.py:434:63 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_class.py:435:72 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_class.py:436:71 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_class.py:482:48 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_conditions.py:255:37 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/lib/interface/test_custom.py:362:31 | Function always implicitly returns `None`, which is not assignable to return type `bool` |
| antidote | empty-body | tests/lib/interface/test_custom.py:386:47 | Function always implicitly returns `None`, which is not assignable to return type `bool` |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_custom.py:430:33 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:44:48 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:45:57 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:78:49 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:79:58 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:86:42 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:89:61 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/lib/interface/test_function.py:119:30 | Function always implicitly returns `None`, which is not assignable to return type `int` |
| antidote | empty-body | tests/lib/interface/test_function.py:123:23 | Function always implicitly returns `None`, which is not assignable to return type `int` |
| antidote | empty-body | tests/lib/interface/test_function.py:127:23 | Function always implicitly returns `None`, which is not assignable to return type `int` |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:145:41 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:154:53 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:174:50 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:188:47 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:191:53 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:194:68 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:250:68 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:251:67 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:272:78 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:273:77 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:294:68 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:295:67 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/lib/interface/test_function.py:300:54 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:305:29 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/lib/interface/test_function.py:306:45 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:311:29 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/lib/interface/test_function.py:312:58 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:317:29 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/lib/interface/test_function.py:318:82 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:323:29 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/lib/interface/test_function.py:324:63 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_function.py:329:59 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_function.py:333:85 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_function.py:337:49 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_function.py:342:51 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_function.py:350:20 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_function.py:357:28 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_function.py:364:37 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_function.py:371:25 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_function.py:378:34 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_function.py:385:22 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_function.py:392:21 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_function.py:402:20 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/interface/test_function.py:406:28 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/interface/test_function.py:428:31 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/interface/test_function.py:438:29 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/interface/test_function.py:452:31 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/interface/test_function.py:462:29 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/interface/test_function.py:470:25 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/interface/test_function.py:492:31 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/interface/test_function.py:502:30 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/interface/test_function.py:516:31 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/interface/test_function.py:526:30 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/interface/test_function.py:538:20 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_function.py:542:28 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_function.py:560:25 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_function.py:585:22 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | unused-type-ignore-comment | tests/lib/interface/test_function.py:625:29 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/lib/interface/test_lazy.py:33:30 | Function always implicitly returns `None`, which is not assignable to return type `Box[int]` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:142:30 | Function always implicitly returns `None`, which is not assignable to return type `int` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:161:30 | Function always implicitly returns `None`, which is not assignable to return type `Box[int]` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:184:31 | Function always implicitly returns `None`, which is not assignable to return type `Box[int]` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:205:30 | Function always implicitly returns `None`, which is not assignable to return type `Box[int]` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:253:30 | Function always implicitly returns `None`, which is not assignable to return type `Box[int]` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:435:37 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:441:38 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:447:38 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:451:45 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:455:64 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:463:20 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:515:20 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:665:46 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:669:54 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:689:51 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | empty-body | tests/lib/interface/test_lazy.py:741:48 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| antidote | unused-type-ignore-comment | tests/lib/lazy/test_const.py:160:45 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:286:21 | Function always implicitly returns `None`, which is not assignable to return type `int` |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:293:21 | Function always implicitly returns `None`, which is not assignable to return type `int` |
| antidote | unused-type-ignore-comment | tests/lib/lazy/test_lazy.py:299:27 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:301:29 | Function always implicitly returns `None`, which is not assignable to return type `int` |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:308:29 | Function always implicitly returns `None`, which is not assignable to return type `int` |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:316:25 | Function always implicitly returns `None`, which is not assignable to return type `int` |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:324:25 | Function always implicitly returns `None`, which is not assignable to return type `int` |
| antidote | unused-type-ignore-comment | tests/lib/lazy/test_lazy.py:458:35 | Unused blanket `type: ignore` directive |
| antidote | unused-type-ignore-comment | tests/lib/lazy/test_lazy.py:471:33 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:658:19 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:662:20 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:668:29 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:672:27 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:677:32 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:682:31 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | unused-type-ignore-comment | tests/lib/lazy/test_lazy.py:835:27 | Unused blanket `type: ignore` directive |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:845:31 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:849:20 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:855:43 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:859:27 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:864:44 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | empty-body | tests/lib/lazy/test_lazy.py:869:43 | Function always implicitly returns `None`, which is not assignable to return type `Box[str]` |
| antidote | unused-type-ignore-comment | tests/lib/lazy/test_lazy.py:1144:53 | Unused blanket `type: ignore` directive |
| 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 | None]` |
| aiortc | invalid-return-type | src/aiortc/codecs/h264.py:202:20 | Return type does not match returned value: expected `tuple[bytes, bytes]`, found `tuple[bytes, bytes | 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 | unresolved-attribute | src/aiortc/contrib/media.py:392:13 | Attribute `set` is not defined on `None` in union `Event | None` |
| aiortc | unresolved-attribute | src/aiortc/contrib/media.py:401:48 | Attribute `name` is not defined on `None` in union `Unknown | None` |
| aiortc | unresolved-attribute | src/aiortc/contrib/media.py:449:16 | Attribute `format` is not defined on `None` in union `Unknown | None` |
| aiortc | unresolved-attribute | src/aiortc/contrib/media.py:451:18 | Attribute `format` is not defined on `None` in union `Unknown | None` |
| aiortc | unresolved-attribute | src/aiortc/contrib/media.py:453:18 | Attribute `format` is not defined on `None` in union `Unknown | None` |
| aiortc | unresolved-attribute | src/aiortc/contrib/media.py:457:40 | Attribute `add_stream` is not defined on `None` in union `Unknown | None` |
| aiortc | unresolved-attribute | src/aiortc/contrib/media.py:459:16 | Attribute `format` is not defined on `None` in union `Unknown | None` |
| aiortc | unresolved-attribute | src/aiortc/contrib/media.py:460:26 | Attribute `add_stream` is not defined on `None` in union `Unknown | None` |
| aiortc | unresolved-attribute | src/aiortc/contrib/media.py:462:18 | Attribute `format` is not defined on `None` in union `Unknown | None` |
| aiortc | unresolved-attribute | src/aiortc/contrib/media.py:463:26 | Attribute `add_stream` is not defined on `None` in union `Unknown | None` |
| aiortc | unresolved-attribute | src/aiortc/contrib/media.py:466:26 | Attribute `add_stream` is not defined on `None` in union `Unknown | None` |
| aiortc | unused-type-ignore-comment | src/aiortc/contrib/media.py:515:58 | Unused blanket `type: ignore` directive |
| aiortc | unresolved-attribute | src/aiortc/contrib/media.py:516:17 | Attribute `mux` is not defined on `None` in union `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 | unresolved-attribute | src/aiortc/contrib/signaling.py:87:13 | Attribute `close` is not defined on `None` in union `ReadTransport | None` |
| aiortc | unresolved-attribute | src/aiortc/contrib/signaling.py:92:22 | Attribute `readline` is not defined on `None` in union `StreamReader | None` |
| aiortc | unresolved-attribute | src/aiortc/contrib/signaling.py:150:26 | Attribute `readuntil` is not defined on `None` in union `StreamReader | None` |
| aiortc | unresolved-attribute | src/aiortc/contrib/signaling.py:158:9 | Attribute `write` is not defined on `None` in union `StreamWriter | None` |
| aiortc | unresolved-attribute | src/aiortc/contrib/signaling.py:209:26 | Attribute `readuntil` is not defined on `None` in union `StreamReader | None` |
| aiortc | unresolved-attribute | src/aiortc/contrib/signaling.py:217:9 | Attribute `write` is not defined on `None` in union `StreamWriter | None` |
| aiortc | unsupported-operator | src/aiortc/jitterbuffer.py:71:20 | Operator `+` is not supported between objects of type `int | None` and `int` |
| 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 | unresolved-attribute | src/aiortc/rate.py:247:50 | Attribute `last_timestamp` is not defined on `None` in union `TimestampGroup | None` |
| aiortc | unsupported-operator | src/aiortc/rate.py:249:30 | Operator `-` is not supported between objects of type `int` and `int | None` |
| aiortc | unresolved-attribute | src/aiortc/rate.py:249:45 | Attribute `arrival_time` is not defined on `None` in union `TimestampGroup | None` |
| aiortc | unsupported-operator | src/aiortc/rate.py:259:53 | Unary operator `-` is not supported for object of type `Unknown | int | None` |
| aiortc | unresolved-attribute | src/aiortc/rate.py:259:54 | Attribute `first_timestamp` is not defined on `None` in union `TimestampGroup | None` |
| aiortc | unsupported-operator | src/aiortc/rate.py:263:49 | Unary operator `-` is not supported for object of type `Unknown | int | None` |
| aiortc | unresolved-attribute | src/aiortc/rate.py:263:50 | Attribute `first_timestamp` is not defined on `None` in union `TimestampGroup | None` |
| aiortc | unsupported-operator | src/aiortc/rate.py:498:15 | Operator `<` is not supported between objects of type `int | None | Unknown` 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 | unresolved-attribute | src/aiortc/rtcpeerconnection.py:571:25 | Attribute `media` is not defined on `None` in union `SessionDescription | None` |
| 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` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:578:25 | Attribute `direction` is not defined on `None` in union `RTCRtpTransceiver | None` |
| aiortc | invalid-argument-type | src/aiortc/rtcpeerconnection.py:578:48 | Argument to function `and_direction` is incorrect: Expected `str`, found `str | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:578:48 | Attribute `_offerDirection` is not defined on `None` in union `RTCRtpTransceiver | None` |
| 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` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:580:25 | Attribute `mid` is not defined on `None` in union `RTCRtpTransceiver | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:582:33 | Attribute `receiver` is not defined on `None` in union `RTCRtpTransceiver | None` |
| 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` |
| aiortc | invalid-argument-type | src/aiortc/rtcpeerconnection.py:676:34 | Argument to function `get_media` is incorrect: Expected `SessionDescription`, found `SessionDescription | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:680:55 | Attribute `kind` is not defined on `None` in union `MediaDescription | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:681:53 | Attribute `rtp` is not defined on `None` in union `MediaDescription | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:684:17 | Attribute `_set_mline_index` is not defined on `None` in union `RTCRtpTransceiver | None` |
| 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` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:689:35 | Attribute `direction` is not defined on `None` in union `RTCRtpTransceiver | None` |
| aiortc | invalid-return-type | src/aiortc/rtcpeerconnection.py:745:16 | Return type does not match returned value: expected `RTCSessionDescription`, found `RTCSessionDescription | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:833:17 | Attribute `_set_mid` is not defined on `None` in union `RTCRtpTransceiver | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:849:21 | Attribute `receiver` is not defined on `None` in union `RTCRtpTransceiver | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:849:62 | Attribute `role` is not defined on `None` in union `RTCDtlsParameters | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:851:53 | Attribute `role` is not defined on `None` in union `RTCDtlsParameters | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:863:50 | Attribute `receiver` is not defined on `None` in union `RTCRtpTransceiver | None` |
| aiortc | invalid-argument-type | src/aiortc/rtcpeerconnection.py:937:47 | Argument to function `reverse_direction` is incorrect: Expected `str`, found `str | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:992:64 | Attribute `iceLite` is not defined on `None` in union `RTCIceParameters | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:996:52 | Attribute `role` is not defined on `None` in union `RTCDtlsParameters | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:1000:42 | Attribute `role` is not defined on `None` in union `RTCDtlsParameters | None` |
| aiortc | invalid-argument-type | src/aiortc/rtcpeerconnection.py:1223:13 | Argument is incorrect: Expected `str`, found `str | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:1237:17 | Attribute `media` is not defined on `None` in union `SessionDescription | None` |
| aiortc | invalid-argument-type | src/aiortc/rtcpeerconnection.py:1237:17 | Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> MediaDescription, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[MediaDescription]]` cannot be called with key of type `None` on object of type `list[MediaDescription]` |
| 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 | unresolved-attribute | src/aiortc/rtcpeerconnection.py:1386:20 | Attribute `usernameFragment` is not defined on `None` in union `RTCIceParameters | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:1386:54 | Attribute `password` is not defined on `None` in union `RTCIceParameters | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:1390:63 | Attribute `role` is not defined on `None` in union `RTCDtlsParameters | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcpeerconnection.py:1407:71 | Attribute `media` is not defined on `None` in union `SessionDescription | None` |
| aiortc | unresolved-import | src/aiortc/rtcrtpreceiver.py:12:6 | Cannot resolve imported module `av.frame` |
| aiortc | unresolved-attribute | src/aiortc/rtcrtpreceiver.py:71:22 | Attribute `decode` is not defined on `None` in union `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 | unresolved-attribute | src/aiortc/rtcrtpreceiver.py:393:21 | Attribute `_queue` is not defined on `None` in union `RemoteStreamTrack | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcrtpreceiver.py:415:13 | Attribute `cancel` is not defined on `None` in union `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 | unresolved-attribute | src/aiortc/rtcrtpsender.py:240:13 | Attribute `cancel` is not defined on `None` in union `Future[None] | None` |
| aiortc | unresolved-attribute | src/aiortc/rtcrtpsender.py:241:13 | Attribute `cancel` is not defined on `None` in union `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 | unresolved-attribute | src/aiortc/rtcrtpsender.py:298:22 | Attribute `recv` is not defined on `None` in union `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-type-ignore-comment | src/aiortc/rtcsctptransport.py:142:31 | Unused blanket `type: ignore` directive |
| aiortc | unused-type-ignore-comment | src/aiortc/rtcsctptransport.py:233:31 | Unused blanket `type: ignore` directive |
| aiortc | unused-type-ignore-comment | src/aiortc/rtcsctptransport.py:275:31 | Unused blanket `type: ignore` directive |
| aiortc | unused-type-ignore-comment | src/aiortc/rtcsctptransport.py:361:31 | Unused blanket `type: ignore` directive |
| aiortc | possibly-unresolved-reference | src/aiortc/rtcsctptransport.py:542:31 | Name `expected_tsn` used when possibly not defined |
| aiortc | possibly-unresolved-reference | src/aiortc/rtcsctptransport.py:543:20 | Name `ordered` used when possibly not defined |
| aiortc | possibly-unresolved-reference | src/aiortc/rtcsctptransport.py:557:20 | Name `ordered` used when possibly not defined |
| aiortc | possibly-unresolved-reference | src/aiortc/rtcsctptransport.py:564:41 | Name `expected_tsn` used when possibly not defined |
| 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 | unresolved-attribute | src/aiortc/sdp.py:347:12 | Attribute `usernameFragment` is not defined on `None` in union `RTCIceParameters | None` |
| aiortc | unresolved-attribute | src/aiortc/sdp.py:348:41 | Attribute `usernameFragment` is not defined on `None` in union `RTCIceParameters | None` |
| aiortc | unresolved-attribute | src/aiortc/sdp.py:349:12 | Attribute `password` is not defined on `None` in union `RTCIceParameters | None` |
| aiortc | unresolved-attribute | src/aiortc/sdp.py:350:39 | Attribute `password` is not defined on `None` in union `RTCIceParameters | None` |
| aiortc | unresolved-attribute | src/aiortc/sdp.py:388:63 | Attribute `rtp` is not defined on `None` in union `None | MediaDescription` |
| aiortc | unresolved-attribute | src/aiortc/sdp.py:408:46 | Attribute `split` is not defined on `None` in union `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 | str | 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 | unresolved-attribute | src/aiortc/sdp.py:466:43 | Attribute `split` is not defined on `None` in union `str | None` |
| aiortc | unresolved-attribute | src/aiortc/sdp.py:474:50 | Attribute `split` is not defined on `None` in union `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 | unresolved-attribute | src/aiortc/sdp.py:493:32 | Attribute `split` is not defined on `None` in union `str | None` |
| aiortc | unresolved-attribute | src/aiortc/sdp.py:504:50 | Attribute `split` is not defined on `None` in union `str | None` |
| aiortc | unresolved-attribute | src/aiortc/sdp.py:521:50 | Attribute `split` is not defined on `None` in union `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 | unresolved-attribute | src/aiortc/sdp.py:528:47 | Attribute `split` is not defined on `None` in union `str | None` |
| aiortc | unresolved-attribute | src/aiortc/sdp.py:550:50 | Attribute `split` is not defined on `None` in union `str | None` |
| aiortc | unresolved-attribute | src/aiortc/sdp.py:554:32 | Attribute `split` is not defined on `None` in union `str | None` |
| aiortc | unresolved-attribute | src/aiortc/sdp.py:582:16 | Attribute `iceLite` is not defined on `None` in union `RTCIceParameters | None` |
| 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-type-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-type-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:51:54 | Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `Unknown | (list[str] & ~AlwaysFalsy) | list[Unknown | Scope]` |
| 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 | unresolved-attribute | alerta/auth/decorators.py:114:29 | Attribute `id` is not defined on `None` in union `User | None` |
| alerta | unresolved-attribute | alerta/auth/decorators.py:115:27 | Attribute `login` is not defined on `None` in union `User | None` |
| alerta | unresolved-attribute | alerta/auth/decorators.py:116:45 | Attribute `login` is not defined on `None` in union `User | None` |
| alerta | unresolved-attribute | alerta/auth/decorators.py:116:64 | Attribute `get_groups` is not defined on `None` in union `User | None` |
| alerta | unresolved-attribute | alerta/auth/decorators.py:117:46 | Attribute `login` is not defined on `None` in union `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 | unresolved-attribute | alerta/database/backends/mongodb/base.py:400:31 | Attribute `serialize` is not defined on `None` in union `Unknown | None` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:455:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:461:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:467:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | unresolved-attribute | alerta/database/backends/mongodb/base.py:469:55 | Attribute `items` is not defined on `None` in union `Unknown | None` |
| alerta | unresolved-attribute | alerta/database/backends/mongodb/base.py:472:57 | Attribute `items` is not defined on `None` in union `Unknown | None` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:481:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:507:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/mongodb/base.py:604:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/mongodb/base.py:664:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:668:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:684:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:688:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:692:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:727:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:764:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:801:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:838:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | invalid-assignment | alerta/database/backends/mongodb/base.py:864:20 | Object of type `list[Unknown | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | int]]` is not assignable to `def pipeline(group_by) -> Unknown` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:882:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:905:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:967:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/mongodb/base.py:971:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:1103:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/mongodb/base.py:1108:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/mongodb/base.py:1136:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:1172:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/mongodb/base.py:1179:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/mongodb/base.py:1233:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/mongodb/base.py:1237:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/mongodb/base.py:1320:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/mongodb/base.py:1324:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:1393:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/mongodb/base.py:1397:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:1444:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/mongodb/base.py:1448:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/mongodb/base.py:1503:26 | No arguments provided for required parameters `where`, `sort`, `group` |
| 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-type-ignore-comment | alerta/database/backends/mongodb/utils.py:19:60 | Unused blanket `type: ignore` directive |
| alerta | unused-type-ignore-comment | alerta/database/backends/mongodb/utils.py:159:36 | Unused blanket `type: ignore` directive |
| alerta | unused-type-ignore-comment | alerta/database/backends/mongodb/utils.py:223:37 | Unused blanket `type: ignore` directive |
| alerta | unused-type-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-type-ignore-comment | alerta/database/backends/mongodb/utils.py:289:37 | Unused blanket `type: ignore` directive |
| alerta | unused-type-ignore-comment | alerta/database/backends/mongodb/utils.py:295:36 | Unused blanket `type: ignore` directive |
| alerta | unused-type-ignore-comment | alerta/database/backends/mongodb/utils.py:332:37 | Unused blanket `type: ignore` directive |
| alerta | unused-type-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-type-ignore-comment | alerta/database/backends/mongodb/utils.py:383:37 | Unused blanket `type: ignore` directive |
| alerta | unused-type-ignore-comment | alerta/database/backends/mongodb/utils.py:406:37 | Unused blanket `type: ignore` directive |
| alerta | unused-type-ignore-comment | alerta/database/backends/mongodb/utils.py:429:37 | Unused blanket `type: ignore` directive |
| alerta | unused-type-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 | missing-argument | alerta/database/backends/postgres/base.py:360:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:370:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | unresolved-attribute | alerta/database/backends/postgres/base.py:383:20 | Attribute `where` is not defined on `None` in union `Unknown | None` |
| alerta | unresolved-attribute | alerta/database/backends/postgres/base.py:386:62 | Attribute `vars` is not defined on `None` in union `Unknown | None` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:389:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:409:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/postgres/base.py:476:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/postgres/base.py:518:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:526:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:537:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:546:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/postgres/base.py:555:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/postgres/base.py:581:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/postgres/base.py:607:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:636:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:669:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:703:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:719:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:751:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/postgres/base.py:761:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:919:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/postgres/base.py:932:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/postgres/base.py:966:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:1000:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/postgres/base.py:1016:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:1079:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/postgres/base.py:1088:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:1189:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/postgres/base.py:1198:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:1280:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/postgres/base.py:1289:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:1354:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| 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 | missing-argument | alerta/database/backends/postgres/base.py:1363:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| alerta | missing-argument | alerta/database/backends/postgres/base.py:1433:26 | No arguments provided for required parameters `where`, `vars`, `sort`, `group` |
| 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-type-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-type-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-type-ignore-comment | alerta/models/alarms/__init__.py:18:20 | Unused blanket `type: ignore` directive |
| alerta | unused-type-ignore-comment | alerta/models/alarms/__init__.py:19:18 | Unused blanket `type: ignore` directive |
| alerta | unused-type-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-type-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-type-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 | not-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-type-ignore-comment | alerta/plugins/forwarder.py:39:58 | Unused blanket `type: ignore` directive |
| alerta | unused-type-ignore-comment | alerta/plugins/forwarder.py:75:58 | Unused blanket `type: ignore` directive |
| alerta | unused-type-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-type-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-type-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 | 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 | unresolved-attribute | alerta/views/customers.py:47:72 | Attribute `customer` is not defined on `None` in union `Customer | None` |
| alerta | unresolved-attribute | alerta/views/customers.py:48:55 | Attribute `serialize` is not defined on `None` in union `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-type-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 | unresolved-attribute | alerta/webhooks/prometheus.py:70:41 | Attribute `upper` is not defined on `None` in union `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 | unresolved-attribute | alerta/webhooks/slack.py:41:52 | Attribute `capitalize` is not defined on `None` in union `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 | unresolved-attribute | alerta/webhooks/telegram.py:52:61 | Attribute `capitalize` is not defined on `None` in union `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 | Object of type `Mock` is not assignable to attribute `get_config` of type `def get_config(key, default=None, type=None, **kwargs) -> Unknown` |
| 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 | unresolved-attribute | tests/test_blackouts.py:535:9 | Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | str]` |
| alerta | unresolved-attribute | tests/test_blackouts.py:565:9 | Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | str]` |
| alerta | unresolved-attribute | tests/test_blackouts.py:632:9 | Attribute `append` is not defined on `str` in union `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` |
| async-utils | empty-body | src/async_utils/_graphs.py:38:36 | Function always implicitly returns `None`, which is not assignable to return type `int` |
| async-utils | empty-body | src/async_utils/_graphs.py:39:62 | Function always implicitly returns `None`, which is not assignable to return type `bool` |
| async-utils | unsupported-dynamic-base | src/async_utils/_graphs.py:49:18 | Unsupported base for class created via `type()`: Has type `<special-form 'typing.Protocol'>` |
| async-utils | possibly-unresolved-reference | src/async_utils/_paramkey.py:52:16 | Name `a` used when possibly not defined |
| async-utils | empty-body | 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 | unsupported-dynamic-base | src/async_utils/corofunc_cache.py:58:18 | Unsupported base for class created via `type()`: Has type `<special-form 'typing.Protocol'>` |
| async-utils | empty-body | 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__]` |
| async-utils | unsupported-dynamic-base | src/async_utils/task_cache.py:61:18 | Unsupported base for class created via `type()`: Has type `<special-form 'typing.Protocol'>` |
| aiohttp | unused-type-ignore-comment | aiohttp/__init__.py:254:40 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/__init__.py:255:33 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/_websocket/helpers.py:60:51 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/_websocket/reader.py:17:34 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/_websocket/reader_c.py:481:75 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/_websocket/reader_py.py:481: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 | empty-body | aiohttp/client.py:460:14 | Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]` |
| aiohttp | unused-type-ignore-comment | aiohttp/client.py:1070:33 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-argument-type | aiohttp/client.py:1266:37 | Argument to bound method `add` is incorrect: Expected `str`, found `object` |
| aiohttp | invalid-assignment | aiohttp/client.py:1268:21 | Invalid subscript assignment with key of type `str` and value of type `object` on object of type `CIMultiDict[str]` |
| aiohttp | empty-body | aiohttp/client.py:1291:14 | Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]` |
| aiohttp | empty-body | aiohttp/client.py:1297:14 | Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]` |
| aiohttp | empty-body | aiohttp/client.py:1303:14 | Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]` |
| aiohttp | empty-body | aiohttp/client.py:1309:14 | Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]` |
| aiohttp | empty-body | aiohttp/client.py:1315:14 | Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]` |
| aiohttp | empty-body | aiohttp/client.py:1321:14 | Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]` |
| aiohttp | empty-body | aiohttp/client.py:1327:14 | Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]` |
| aiohttp | invalid-argument-type | aiohttp/client.py:1539:15 | Argument to bound method `__aexit__` is incorrect: Argument type `_RetType_co@_BaseRequestContextManager` does not satisfy upper bound `ClientWebSocketResponse[_DecodeText@ClientWebSocketResponse]` of type variable `Self` |
| aiohttp | invalid-argument-type | aiohttp/client.py:1539:15 | Argument to bound method `__aexit__` is incorrect: Expected `ClientResponse`, found `_RetType_co@_BaseRequestContextManager` |
| aiohttp | unused-type-ignore-comment | aiohttp/client_exceptions.py:328:28 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/client_exceptions.py:338:51 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/client_exceptions.py:342:61 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/client_reqrep.py:162:34 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-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:41:12 | Cannot resolve imported module `async_timeout` |
| aiohttp | possibly-unresolved-reference | aiohttp/client_ws.py:205:46 | Name `exc` used when possibly not defined |
| aiohttp | invalid-assignment | aiohttp/client_ws.py:365:17 | Object of type `Unknown | bytes | int | ... omitted 3 union elements` is not assignable to attribute `_close_code` of type `int | None` |
| aiohttp | invalid-assignment | aiohttp/client_ws.py:445:17 | Object of type `Unknown | bytes | int | ... omitted 3 union elements` is not assignable to attribute `_close_code` of type `int | None` |
| aiohttp | unused-type-ignore-comment | aiohttp/client_ws.py:447:59 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-argument-type | aiohttp/client_ws.py:452:33 | Argument to bound method `pong` is incorrect: Expected `bytes`, found `Unknown | bytes | int | ... omitted 3 union elements` |
| aiohttp | invalid-return-type | aiohttp/client_ws.py:484:16 | Return type does not match returned value: expected `str | bytes`, found `bytes | int | None | BaseException | str` |
| aiohttp | invalid-return-type | aiohttp/client_ws.py:492:16 | Return type does not match returned value: expected `bytes`, found `bytes | int | None | BaseException | str` |
| aiohttp | unresolved-import | aiohttp/compression_utils.py:17:16 | Cannot resolve imported module `brotlicffi` |
| aiohttp | unresolved-import | aiohttp/compression_utils.py:19:16 | Cannot resolve imported module `brotli` |
| aiohttp | unresolved-import | aiohttp/compression_utils.py:29:14 | Cannot resolve imported module `backports.zstd` |
| aiohttp | invalid-argument-type | aiohttp/compression_utils.py:136:54 | Argument to bound method `__init__` is incorrect: Expected `ZLibBackendProtocol`, found `<module 'zlib'>` |
| aiohttp | unused-type-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-type-ignore-comment | aiohttp/connector.py:852:22 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-argument-type | aiohttp/connector.py:1346:29 | Argument to bound method `start_tls` is incorrect: Expected `SSLContext`, found `~None` |
| aiohttp | unused-type-ignore-comment | aiohttp/cookiejar.py:73:50 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-assignment | aiohttp/cookiejar.py:336: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-argument-type | aiohttp/cookiejar.py:347:27 | Method `__getitem__` of type `bound method Morsel[str].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[-1]` on object of type `Morsel[str]` |
| aiohttp | invalid-argument-type | aiohttp/cookiejar.py:357:27 | Method `__getitem__` of type `bound method Morsel[str].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `Morsel[str]` |
| aiohttp | invalid-argument-type | aiohttp/cookiejar.py:359:26 | Method `__getitem__` of type `bound method Morsel[str].__getitem__(key: str, /) -> Any` cannot be called with key of type `slice[Literal[1], None, None]` on object of type `Morsel[str]` |
| aiohttp | invalid-argument-type | aiohttp/cookiejar.py:362:55 | Argument to function `_is_domain_match` is incorrect: Expected `str`, found `Morsel[str] | Any | str` |
| aiohttp | invalid-argument-type | aiohttp/cookiejar.py:367:28 | Method `__getitem__` of type `bound method Morsel[str].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `Morsel[str]` |
| aiohttp | unresolved-attribute | aiohttp/cookiejar.py:376:20 | Attribute `rstrip` is not defined on `Morsel[str] & ~AlwaysFalsy` in union `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy) | str` |
| aiohttp | invalid-argument-type | aiohttp/cookiejar.py:380:41 | Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)` |
| aiohttp | invalid-argument-type | aiohttp/cookiejar.py:382:61 | Argument to bound method `_expire_cookie` is incorrect: Expected `str`, found `Morsel[str] | Any | str` |
| aiohttp | invalid-argument-type | aiohttp/cookiejar.py:387:52 | Argument to bound method `_parse_date` is incorrect: Expected `str`, found `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)` |
| aiohttp | invalid-argument-type | aiohttp/cookiejar.py:388:54 | Argument to bound method `_expire_cookie` is incorrect: Expected `str`, found `Morsel[str] | Any | str` |
| aiohttp | invalid-argument-type | aiohttp/cookiejar.py:393:16 | Method `__getitem__` of type `bound method defaultdict[tuple[str, str], SimpleCookie].__getitem__(key: tuple[str, str], /) -> SimpleCookie` cannot be called with key of type `tuple[Morsel[str] | Any | str, Any | str]` on object of type `defaultdict[tuple[str, str], SimpleCookie]` |
| aiohttp | invalid-assignment | aiohttp/cookiejar.py:396: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 | invalid-argument-type | aiohttp/cookiejar.py:396:17 | Method `__getitem__` of type `bound method defaultdict[tuple[str, str], SimpleCookie].__getitem__(key: tuple[str, str], /) -> SimpleCookie` cannot be called with key of type `tuple[Morsel[str] | Any | str, Any | str]` on object of type `defaultdict[tuple[str, str], SimpleCookie]` |
| aiohttp | invalid-argument-type | aiohttp/cookiejar.py:397:17 | Method `__getitem__` of type `bound method defaultdict[tuple[str, str], dict[str, Morsel[str]]].__getitem__(key: tuple[str, str], /) -> dict[str, Morsel[str]]` cannot be called with key of type `tuple[Morsel[str] | Any | str, Any | str]` on object of type `defaultdict[tuple[str, str], dict[str, Morsel[str]]]` |
| aiohttp | unused-type-ignore-comment | aiohttp/cookiejar.py:404:29 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/cookiejar.py:592:25 | Unused blanket `type: ignore` directive |
| aiohttp | unresolved-import | aiohttp/helpers.py:58:12 | Cannot resolve imported module `async_timeout` |
| aiohttp | unused-type-ignore-comment | aiohttp/helpers.py:268:24 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/helpers.py:863:43 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/helpers.py:886:31 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-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-type-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:289:16 | Return type does not match returned value: expected `Self@__aiter__`, found `Self@__aiter__` |
| aiohttp | unused-type-ignore-comment | aiohttp/multipart.py:316:21 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-argument-type | aiohttp/multipart.py:318:45 | Argument to bound method `decode_iter` is incorrect: Expected `bytes`, found `bytearray` |
| aiohttp | invalid-return-type | aiohttp/multipart.py:320:20 | Return type does not match returned value: expected `bytes`, found `bytearray` |
| aiohttp | invalid-return-type | aiohttp/multipart.py:321:16 | Return type does not match returned value: expected `bytes`, found `bytearray` |
| aiohttp | invalid-return-type | aiohttp/multipart.py:667:16 | Return type does not match returned value: expected `Self@__aiter__`, found `Self@__aiter__` |
| aiohttp | unused-type-ignore-comment | aiohttp/multipart.py:710:26 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-assignment | aiohttp/multipart.py:1005:19 | Object of type `list[tuple[object, object]]` is not assignable to `Sequence[tuple[str, str]] | Mapping[str, str]` |
| aiohttp | unused-type-ignore-comment | aiohttp/payload.py:526: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-type-ignore-comment | aiohttp/pytest_plugin.py:26:20 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/pytest_plugin.py:67:32 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/pytest_plugin.py:88:40 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/pytest_plugin.py:110:36 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/pytest_plugin.py:131:31 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/pytest_plugin.py:148:56 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/pytest_plugin.py:154:69 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/pytest_plugin.py:206:55 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/pytest_plugin.py:212:38 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/pytest_plugin.py:234:39 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-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-type-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 | unresolved-attribute | aiohttp/resolver.py:108:26 | Attribute `getaddrinfo` is not defined on `None` in union `Unknown | None` |
| aiohttp | unresolved-attribute | aiohttp/resolver.py:115:16 | Attribute `error` is not defined on `None` in union `Unknown | None` |
| aiohttp | unresolved-attribute | aiohttp/resolver.py:126:36 | Attribute `getnameinfo` is not defined on `None` in union `Unknown | None` |
| aiohttp | unused-type-ignore-comment | aiohttp/resolver.py:159:36 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/resolver.py:164:32 | Unused blanket `type: ignore` directive |
| aiohttp | unresolved-attribute | aiohttp/resolver.py:186:19 | Attribute `DNSResolver` is not defined on `None` in union `Unknown | None` |
| aiohttp | unresolved-attribute | aiohttp/resolver.py:191:11 | Attribute `DNSResolver` is not defined on `None` in union `Unknown | None` |
| aiohttp | unresolved-attribute | aiohttp/resolver.py:201:24 | Attribute `DNSResolver` is not defined on `None` in union `Unknown | None` |
| aiohttp | unused-type-ignore-comment | aiohttp/test_utils.py:271:20 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-assignment | aiohttp/test_utils.py:692:15 | Object of type `MagicMock` is not assignable to `Application | None` |
| aiohttp | invalid-argument-type | aiohttp/test_utils.py:722:24 | Argument to bound method `add_app` is incorrect: Expected `Application`, found `Application | None` |
| aiohttp | invalid-argument-type | aiohttp/web.py:349: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:380:29 | Argument to bound method `__init__` is incorrect: Expected `socket`, found `object` |
| aiohttp | unused-type-ignore-comment | aiohttp/web_app.py:142:16 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-method-override | aiohttp/web_app.py:148:9 | Invalid override of method `__getitem__`: Definition is incompatible with `Mapping.__getitem__` |
| aiohttp | unused-type-ignore-comment | aiohttp/web_app.py:157:16 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-method-override | aiohttp/web_app.py:163:9 | Invalid override of method `__setitem__`: Definition is incompatible with `MutableMapping.__setitem__` |
| aiohttp | unused-type-ignore-comment | aiohttp/web_app.py:188:16 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-method-override | aiohttp/web_app.py:197:9 | Invalid override of method `get`: Definition is incompatible with `Mapping.get` |
| aiohttp | invalid-argument-type | aiohttp/web_app.py:428:32 | Argument to bound method `append` is incorrect: Expected `AbstractAsyncContextManager[None, bool | None]`, found `AbstractAsyncContextManager[None, bool | None] | (AsyncIterator[None] & AbstractAsyncContextManager[object, bool | None]) | Unknown` |
| aiohttp | unused-type-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-type-ignore-comment | aiohttp/web_log.py:215:35 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/web_log.py:216:46 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/web_log.py:217:38 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/web_log.py:218:38 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/web_protocol.py:632:28 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/web_protocol.py:643:67 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/web_protocol.py:683:39 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/web_protocol.py:725:84 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/web_request.py:226:30 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-ignore-comment | aiohttp/web_request.py:261:16 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-method-override | aiohttp/web_request.py:267:9 | Invalid override of method `__getitem__`: Definition is incompatible with `Mapping.__getitem__` |
| aiohttp | unused-type-ignore-comment | aiohttp/web_request.py:270:16 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-method-override | aiohttp/web_request.py:276:9 | Invalid override of method `__setitem__`: Definition is incompatible with `MutableMapping.__setitem__` |
| aiohttp | invalid-return-type | aiohttp/web_request.py:471:16 | Return type does not match returned value: expected `CIMultiDictProxy[str]`, found `MultiMapping[str]` |
| aiohttp | invalid-return-type | aiohttp/web_response.py:202:16 | Return type does not match returned value: expected `CIMultiDict[str]`, found `MultiMapping[str]` |
| aiohttp | invalid-assignment | aiohttp/web_response.py:217:13 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | unresolved-attribute | aiohttp/web_response.py:219:13 | Object of type `MultiMapping[str]` has no attribute `pop` |
| aiohttp | unresolved-attribute | aiohttp/web_response.py:265:13 | Object of type `MultiMapping[str]` has no attribute `pop` |
| aiohttp | invalid-assignment | aiohttp/web_response.py:267:13 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | invalid-assignment | aiohttp/web_response.py:271:13 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | invalid-assignment | aiohttp/web_response.py:275:13 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | unused-type-ignore-comment | aiohttp/web_response.py:277:82 | Unused blanket `type: ignore` directive |
| aiohttp | unresolved-attribute | aiohttp/web_response.py:299:13 | Object of type `MultiMapping[str]` has no attribute `pop` |
| aiohttp | invalid-assignment | aiohttp/web_response.py:303:13 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | invalid-assignment | aiohttp/web_response.py:306:13 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | unused-type-ignore-comment | aiohttp/web_response.py:307:73 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-assignment | aiohttp/web_response.py:310:13 | 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 | invalid-assignment | aiohttp/web_response.py:333:9 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | unresolved-attribute | aiohttp/web_response.py:339:9 | Object of type `MultiMapping[str]` has no attribute `popall` |
| aiohttp | invalid-argument-type | aiohttp/web_response.py:385:35 | Argument to function `populate_with_cookies` is incorrect: Expected `CIMultiDict[str]`, found `MultiMapping[str]` |
| aiohttp | invalid-assignment | aiohttp/web_response.py:398:17 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | invalid-assignment | aiohttp/web_response.py:405:25 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | not-subscriptable | aiohttp/web_response.py:415:21 | Cannot delete subscript on object of type `MultiMapping[str]` with no `__delitem__` method |
| aiohttp | not-subscriptable | aiohttp/web_response.py:419:21 | Cannot delete subscript on object of type `MultiMapping[str]` with no `__delitem__` method |
| aiohttp | unresolved-attribute | aiohttp/web_response.py:422:13 | Object of type `MultiMapping[str]` has no attribute `setdefault` |
| aiohttp | unresolved-attribute | aiohttp/web_response.py:423:9 | Object of type `MultiMapping[str]` has no attribute `setdefault` |
| aiohttp | unresolved-attribute | aiohttp/web_response.py:424:9 | Object of type `MultiMapping[str]` has no attribute `setdefault` |
| aiohttp | invalid-assignment | aiohttp/web_response.py:430:21 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | invalid-assignment | aiohttp/web_response.py:432:17 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | invalid-argument-type | aiohttp/web_response.py:442:49 | Argument to bound method `write_headers` is incorrect: Expected `CIMultiDict[str]`, found `MultiMapping[str]` |
| aiohttp | unused-type-ignore-comment | aiohttp/web_response.py:498:16 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-method-override | aiohttp/web_response.py:504:9 | Invalid override of method `__getitem__`: Definition is incompatible with `Mapping.__getitem__` |
| aiohttp | unused-type-ignore-comment | aiohttp/web_response.py:507:16 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-method-override | aiohttp/web_response.py:513:9 | Invalid override of method `__setitem__`: Definition is incompatible with `MutableMapping.__setitem__` |
| aiohttp | invalid-assignment | aiohttp/web_response.py:625:17 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | invalid-assignment | aiohttp/web_response.py:631:25 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | invalid-argument-type | aiohttp/web_response.py:653:34 | Argument to bound method `encode` is incorrect: Expected `str`, found `str | None` |
| aiohttp | not-subscriptable | aiohttp/web_response.py:701:21 | Cannot delete subscript on object of type `MultiMapping[str]` with no `__delitem__` method |
| aiohttp | invalid-assignment | aiohttp/web_response.py:705:21 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | invalid-assignment | aiohttp/web_response.py:712:21 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | invalid-assignment | aiohttp/web_response.py:739:9 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | invalid-assignment | aiohttp/web_response.py:740:9 | Cannot assign to a subscript on an object of type `MultiMapping[str]` |
| aiohttp | invalid-method-override | aiohttp/web_routedef.py:157:9 | Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__` |
| aiohttp | invalid-method-override | aiohttp/web_urldispatcher.py:494:9 | Invalid override of method `raw_match`: Definition is incompatible with `AbstractResource.raw_match` |
| aiohttp | unresolved-import | aiohttp/web_ws.py:54:12 | Cannot resolve imported module `async_timeout` |
| aiohttp | possibly-unresolved-reference | aiohttp/web_ws.py:229:46 | Name `exc` used when possibly not defined |
| aiohttp | invalid-argument-type | aiohttp/web_ws.py:552:56 | Argument to bound method `_set_code_close_transport` is incorrect: Expected `int`, found `bytes | int | None | BaseException | str` |
| aiohttp | invalid-argument-type | aiohttp/web_ws.py:650:35 | Argument to bound method `_set_closing` is incorrect: Expected `int`, found `bytes | int | None | BaseException | str` |
| aiohttp | unused-type-ignore-comment | aiohttp/web_ws.py:652:59 | Unused blanket `type: ignore` directive |
| aiohttp | invalid-argument-type | aiohttp/web_ws.py:661:33 | Argument to bound method `pong` is incorrect: Expected `bytes`, found `bytes | int | None | BaseException | str` |
| aiohttp | invalid-return-type | aiohttp/web_ws.py:693:16 | Return type does not match returned value: expected `str | bytes`, found `bytes | int | None | BaseException | str` |
| aiohttp | invalid-return-type | aiohttp/web_ws.py:701:16 | Return type does not match returned value: expected `bytes`, found `bytes | int | None | BaseException | str` |
| 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-type-ignore-comment | aiohttp/worker.py:27:26 | Unused blanket `type: ignore` directive |
| aiohttp | unused-type-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-type-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` |
| 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 `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-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-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 | unresolved-attribute | src/attr/_make.py:475:35 | Attribute `init` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:475:59 | Attribute `kw_only` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:476:36 | Attribute `default` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:480:37 | Attribute `default` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:487:16 | Attribute `alias` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:489:70 | Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:493:19 | Attribute `name` is not defined on `Attribute` in union `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:1105:26 | Object of type `Unknown | type` may not be iterable |
| attrs | invalid-argument-type | src/attr/_make.py:1137:41 | Argument to function `_make_eq_script` is incorrect: Expected `list[Unknown]`, found `Unknown | type` |
| attrs | not-iterable | src/attr/_make.py:1160:18 | Object of type `Unknown | type` may not be iterable |
| attrs | unresolved-attribute | src/attr/_make.py:1196:9 | Unresolved attribute `__qualname__` on type `(...) -> Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:1196:59 | Object of type `(...) -> Unknown` has no attribute `__name__` |
| attrs | unresolved-attribute | src/attr/_make.py:1212:13 | Unresolved attribute `__qualname__` on type `(...) -> Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:1212:63 | Object of type `(...) -> Unknown` has no attribute `__name__` |
| attrs | invalid-assignment | src/attr/_make.py:1606:13 | Object of type `tuple[Attribute | Unknown, ...]` is not assignable to `list[Attribute | Unknown]` |
| attrs | unresolved-attribute | src/attr/_make.py:1607:29 | Attribute `hash` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:1607:48 | Attribute `hash` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:1607:67 | Attribute `eq` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:1645:16 | Attribute `eq_key` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:1646:32 | Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:1647:35 | Attribute `eq_key` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:1649:57 | Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:1652:62 | Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2187:12 | Attribute `validator` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2190:21 | Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2191:26 | Attribute `on_setattr` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2192:13 | Attribute `on_setattr` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2196:20 | Attribute `alias` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2198:34 | Attribute `default` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2199:48 | Attribute `default` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2201:12 | Attribute `converter` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2201:55 | Attribute `converter` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2202:35 | Attribute `converter` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2204:25 | Attribute `converter` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2206:12 | Attribute `init` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2208:58 | Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2218:66 | Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2229:56 | Attribute `default` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2239:62 | Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2250:14 | Attribute `default` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2252:16 | Attribute `kw_only` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2264:62 | Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2272:16 | Attribute `kw_only` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2279:54 | Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2297:62 | Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2313:52 | Attribute `default` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2315:16 | Attribute `kw_only` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2327:62 | Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2333:12 | Attribute `init` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2334:16 | Attribute `type` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2335:41 | Attribute `type` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2371:33 | Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2371:60 | Attribute `init` is not defined on `Attribute` in union `Attribute | Unknown` |
| attrs | unresolved-attribute | src/attr/_make.py:2596:65 | Object of type `Self@__getstate__` has no attribute `metadata` |
| attrs | unresolved-attribute | src/attr/_make.py:2642:33 | Attribute `name` is not defined on `Attribute` in union `Unknown | Attribute` |
| attrs | unresolved-attribute | src/attr/_make.py:2644:29 | Attribute `hash` is not defined on `Attribute` in union `Unknown | Attribute` |
| attrs | unresolved-attribute | src/attr/_make.py:2644:40 | Attribute `name` is not defined on `Attribute` in union `Unknown | Attribute` |
| attrs | too-many-positional-arguments | src/attr/_make.py:3298: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 | 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 | Object of type `<class 'tests.test_annotations.TestAnnotations.<locals of function 'test_init_type_hints_fake_module'>.C @ tests/test_annotations.py:640:15'>` is not assignable to `<class 'tests.test_annotations.TestAnnotations.<locals of function 'test_init_type_hints_fake_module'>.C @ tests/test_annotations.py:640:15'>` |
| attrs | unresolved-import | tests/test_cmp.py:7:8 | Cannot resolve imported module `pytest` |
| attrs | unresolved-attribute | tests/test_cmp.py:321:16 | Attribute `strip` is not defined on `None` in union `Unknown | str | None` |
| attrs | unresolved-attribute | tests/test_cmp.py:329:16 | Attribute `strip` is not defined on `None` in union `Unknown | str | None` |
| attrs | unresolved-attribute | tests/test_cmp.py:389:16 | Attribute `strip` is not defined on `None` in union `Unknown | str | None` |
| attrs | unresolved-attribute | tests/test_cmp.py:397:16 | Attribute `strip` is not defined on `None` in union `Unknown | str | None` |
| attrs | unresolved-attribute | tests/test_cmp.py:407:18 | Attribute `__lt__` is not defined on `type` in union `Unknown | type` |
| attrs | unresolved-attribute | tests/test_cmp.py:415:18 | Attribute `__le__` is not defined on `type` in union `Unknown | type` |
| attrs | unresolved-attribute | tests/test_cmp.py:425:18 | Attribute `__gt__` is not defined on `type` in union `Unknown | type` |
| attrs | unresolved-attribute | tests/test_cmp.py:435:18 | Attribute `__ge__` is not defined on `type` in union `Unknown | type` |
| attrs | unresolved-attribute | tests/test_cmp.py:461:16 | Attribute `strip` is not defined on `None` in union `Unknown | str | None` |
| attrs | unresolved-attribute | tests/test_cmp.py:469:16 | Attribute `strip` is not defined on `None` in union `Unknown | str | None` |
| attrs | unresolved-attribute | tests/test_cmp.py:479:18 | Attribute `__lt__` is not defined on `type` in union `Unknown | type` |
| attrs | unresolved-attribute | tests/test_cmp.py:487:18 | Attribute `__le__` is not defined on `type` in union `Unknown | type` |
| attrs | unresolved-attribute | tests/test_cmp.py:495:18 | Attribute `__gt__` is not defined on `type` in union `Unknown | type` |
| attrs | unresolved-attribute | tests/test_cmp.py:503:18 | Attribute `__ge__` is not defined on `type` in union `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 | empty-body | 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 | dataclass-field-order | tests/test_hooks.py:152:13 | Required field `y` cannot be defined after fields with default values |
| attrs | missing-argument | tests/test_hooks.py:154:48 | No argument provided for required parameter `y` |
| 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:135:30 | Too many positional arguments to bound method `__init__`: expected 1, got 2 |
| attrs | unresolved-attribute | tests/test_make.py:146:14 | Object of type `Literal[42]` has no attribute `default` |
| attrs | not-iterable | tests/test_make.py:197:52 | Object of type `type` is not iterable |
| attrs | invalid-argument-type | tests/test_make.py:208:28 | Argument is incorrect: Expected `type`, found `tuple[()]` |
| attrs | invalid-argument-type | tests/test_make.py:222:25 | Argument to function `len` is incorrect: Expected `Sized`, found `type` |
| attrs | not-iterable | tests/test_make.py:223:54 | Object of type `type` is not iterable |
| attrs | unresolved-attribute | tests/test_make.py:259:20 | Class `B` has no attribute `__attrs_attrs__` |
| attrs | invalid-argument-type | tests/test_make.py:270:20 | Argument to function `len` is incorrect: Expected `Sized`, found `type` |
| attrs | not-iterable | tests/test_make.py:273:18 | Object of type `type` is not iterable |
| attrs | invalid-argument-type | tests/test_make.py:288:20 | Argument to function `len` is incorrect: Expected `Sized`, found `type` |
| attrs | not-iterable | tests/test_make.py:291:18 | Object of type `type` is not iterable |
| attrs | unresolved-attribute | tests/test_make.py:294:20 | Class `B` has no attribute `__attrs_attrs__` |
| attrs | unresolved-attribute | tests/test_make.py:507:23 | Class `C` has no attribute `__attrs_attrs__` |
| attrs | unresolved-attribute | tests/test_make.py:508:54 | Class `C` has no attribute `__attrs_attrs__` |
| attrs | invalid-assignment | tests/test_make.py:618:13 | Object of type `<class 'tests.test_make.TestAttributes.<locals of function 'test_adds_all_by_default'>.C @ tests/test_make.py:613:15'>` is not assignable to `<class 'tests.test_make.TestAttributes.<locals of function 'test_adds_all_by_default'>.C @ tests/test_make.py:613:15'>` |
| attrs | no-matching-overload | tests/test_make.py:659:13 | No overload of function `attrs` matches arguments |
| attrs | invalid-assignment | tests/test_make.py:673:13 | Object of type `<class 'tests.test_make.TestAttributes.<locals of function 'test_respects_init_attrs_init'>.C @ tests/test_make.py:670:15'>` is not assignable to `<class 'tests.test_make.TestAttributes.<locals of function 'test_respects_init_attrs_init'>.C @ tests/test_make.py:670:15'>` |
| attrs | unknown-argument | tests/test_make.py:750:15 | Argument `x` does not match any known parameter |
| attrs | too-many-positional-arguments | tests/test_make.py:769:15 | Too many positional arguments: expected 0, got 1 |
| attrs | unknown-argument | tests/test_make.py:769:19 | Argument `y` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:787:15 | Argument `y` does not match any known parameter |
| attrs | dataclass-field-order | tests/test_make.py:829:13 | Required field `val4` cannot be defined after fields with default values |
| attrs | unknown-argument | tests/test_make.py:867:15 | Argument `x` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:867:21 | Argument `y` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:887:15 | Argument `x` does not match any known parameter |
| attrs | no-matching-overload | tests/test_make.py:938:21 | No overload of function `attrib` matches arguments |
| attrs | no-matching-overload | tests/test_make.py:949:21 | No overload of function `attrib` matches arguments |
| attrs | too-many-positional-arguments | tests/test_make.py:989:15 | Too many positional arguments: expected 0, got 1 |
| attrs | unknown-argument | tests/test_make.py:989:18 | Argument `c` does not match any known parameter |
| attrs | too-many-positional-arguments | tests/test_make.py:1006:15 | Too many positional arguments: expected 0, got 1 |
| attrs | unknown-argument | tests/test_make.py:1038:15 | Argument `x` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:1038:20 | Argument `y` does not match any known parameter |
| attrs | too-many-positional-arguments | tests/test_make.py:1062:15 | Too many positional arguments: expected 0, got 1 |
| attrs | unknown-argument | tests/test_make.py:1062:20 | Argument `a` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:1062:27 | Argument `c` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:1062:34 | Argument `f` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:1062:41 | Argument `h` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:1087:15 | Argument `y` does not match any known parameter |
| attrs | too-many-positional-arguments | tests/test_make.py:1104:15 | Too many positional arguments: expected 0, got 1 |
| attrs | unknown-argument | tests/test_make.py:1104:18 | Argument `y` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:1106:15 | Argument `x` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:1106:20 | Argument `y` does not match any known parameter |
| attrs | too-many-positional-arguments | tests/test_make.py:1126:15 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:1128:15 | Too many positional arguments: expected 0, got 1 |
| attrs | unknown-argument | tests/test_make.py:1128:18 | Argument `y` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:1130:15 | Argument `x` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:1130:20 | Argument `y` does not match any known parameter |
| attrs | no-matching-overload | tests/test_make.py:1135:10 | No overload of function `attrs` matches arguments |
| attrs | too-many-positional-arguments | tests/test_make.py:1139:15 | Too many positional arguments: expected 0, got 1 |
| attrs | unknown-argument | tests/test_make.py:1139:18 | Argument `y` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:1163:34 | Argument `kwarg` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:1194:39 | Argument `kwarg` does not match any known parameter |
| attrs | no-matching-overload | tests/test_make.py:1211:10 | No overload of function `attrs` matches arguments |
| attrs | no-matching-overload | tests/test_make.py:1216:10 | No overload of function `define` matches arguments |
| attrs | no-matching-overload | tests/test_make.py:1293:10 | No overload of function `define` matches arguments |
| attrs | no-matching-overload | tests/test_make.py:1299:10 | No overload of function `define` matches arguments |
| attrs | no-matching-overload | tests/test_make.py:1305:10 | No overload of function `define` matches arguments |
| attrs | unresolved-attribute | tests/test_make.py:1363:38 | Class `C2` has no attribute `__attrs_attrs__` |
| attrs | unresolved-attribute | tests/test_make.py:1378:38 | Class `C2` has no attribute `__attrs_attrs__` |
| attrs | not-subscriptable | tests/test_make.py:1512:61 | Cannot subscript object of type `type` with no `__class_getitem__` method |
| attrs | division-by-zero | tests/test_make.py:1765:71 | Cannot divide object of type `Literal[1]` by zero |
| attrs | invalid-assignment | tests/test_make.py:1814:9 | Object of type `Literal[False]` is not assignable to attribute `_run_validators` of type `Literal[True]` |
| attrs | unresolved-attribute | tests/test_make.py:2170:24 | Attribute `__qualname__` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)` |
| attrs | too-many-positional-arguments | tests/test_make.py:2260:15 | Too many positional arguments: expected 0, got 1 |
| attrs | invalid-argument-type | tests/test_make.py:2265:57 | Argument to function `_get_copy_kwargs` is incorrect: Expected `TestClassBuilder`, found `Literal[False]` |
| attrs | too-many-positional-arguments | tests/test_make.py:2282:22 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2283:30 | Too many positional arguments: expected 0, got 1 |
| attrs | unknown-argument | tests/test_make.py:2342:13 | Argument `public_default` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:2343:13 | Argument `private_default` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:2344:13 | Argument `dunder_default__` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:2345:13 | Argument `public` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:2346:13 | Argument `_private` does not match any known parameter |
| attrs | unknown-argument | tests/test_make.py:2347:13 | Argument `__dunder__` does not match any known parameter |
| attrs | too-many-positional-arguments | tests/test_make.py:2368:26 | Too many positional arguments: expected 0, got 3 |
| attrs | too-many-positional-arguments | tests/test_make.py:2379:25 | Too many positional arguments: expected 0, got 3 |
| attrs | too-many-positional-arguments | tests/test_make.py:2386:25 | Too many positional arguments: expected 0, got 3 |
| attrs | too-many-positional-arguments | tests/test_make.py:2409:15 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2410:15 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2607:15 | Too many positional arguments: expected 0, got 1 |
| attrs | unresolved-attribute | tests/test_make.py:2614:32 | Object of type `object` has no attribute `__le__` |
| attrs | unresolved-attribute | tests/test_make.py:2615:32 | Object of type `object` has no attribute `__lt__` |
| attrs | unresolved-attribute | tests/test_make.py:2616:32 | Object of type `object` has no attribute `__ge__` |
| attrs | unresolved-attribute | tests/test_make.py:2617:32 | Object of type `object` has no attribute `__gt__` |
| attrs | too-many-positional-arguments | tests/test_make.py:2645:31 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2663:23 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2663:39 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2664:23 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2664:39 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2678:35 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2693:15 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2693:23 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2703:15 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2703:23 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2762:18 | Too many positional arguments to bound method `__init__`: expected 1, got 2 |
| attrs | too-many-positional-arguments | tests/test_make.py:2762:26 | Too many positional arguments to bound method `__init__`: expected 1, got 2 |
| attrs | too-many-positional-arguments | tests/test_make.py:2776:35 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2790:23 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2807:18 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2807:26 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2840:18 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2840:25 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2841:18 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2841:26 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2842:18 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2842:25 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2843:18 | Too many positional arguments: expected 0, got 1 |
| attrs | too-many-positional-arguments | tests/test_make.py:2843:26 | Too many positional arguments: expected 0, got 1 |
| attrs | invalid-assignment | tests/test_make.py:2868:17 | Object of type `type[tests.test_make.TestAutoDetect.<locals of function 'test_total_ordering'>.C @ tests/test_make.py:2854:15]` is not assignable to `<class 'tests.test_make.TestAutoDetect.<locals of function 'test_total_ordering'>.C @ tests/test_make.py:2854:15'>` |
| attrs | too-many-positional-arguments | tests/test_make.py:2876:20 | Too many positional arguments to bound method `__init__`: expected 1, got 2 |
| attrs | too-many-positional-arguments | tests/test_make.py:2876:26 | Too many positional arguments to bound method `__init__`: expected 1, got 2 |
| attrs | unsupported-operator | tests/test_make.py:2878:16 | Operator `<` is not supported between two objects of type `C | Any` |
| attrs | too-many-positional-arguments | tests/test_make.py:2881:20 | Too many positional arguments to bound method `__init__`: expected 1, got 2 |
| attrs | too-many-positional-arguments | tests/test_make.py:2881:26 | Too many positional arguments to bound method `__init__`: expected 1, got 2 |
| attrs | unsupported-operator | tests/test_make.py:2883:16 | Operator `>` is not supported between two objects of type `C | Any` |
| attrs | too-many-positional-arguments | tests/test_make.py:2886:20 | Too many positional arguments to bound method `__init__`: expected 1, got 2 |
| attrs | too-many-positional-arguments | tests/test_make.py:2886:26 | Too many positional arguments to bound method `__init__`: expected 1, got 2 |
| attrs | unresolved-attribute | tests/test_make.py:2955:26 | Class `C` has no attribute `__match_args__` |
| attrs | too-many-positional-arguments | tests/test_make.py:2969:18 | Too many positional arguments: expected 0, got 1 |
| attrs | unresolved-attribute | tests/test_make.py:2997:16 | Class `C` has no attribute `__match_args__` |
| attrs | unresolved-attribute | tests/test_make.py:3004:16 | Class `C` has no attribute `__match_args__` |
| attrs | unresolved-attribute | tests/test_make.py:3039: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 | unresolved-attribute | tests/test_next_gen.py:142:14 | Object of type `dataclasses.Field` has no attribute `validator` |
| 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 | unresolved-attribute | tests/test_next_gen.py:380:14 | Object of type `dataclasses.Field` has no attribute `validator` |
| 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 | not-subscriptable | tests/test_setattr.py:137:29 | Cannot subscript object of type `None` with no `__getitem__` method |
| attrs | not-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-dataclass-override | tests/test_setattr.py:374:17 | Cannot overwrite attribute `__setattr__` in frozen dataclass `CustomSetAttr` |
| 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 | invalid-argument-type | tests/test_slots.py:217:10 | Argument to bound method `__init__` is incorrect: Expected `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`, found `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11` |
| attrs | unresolved-attribute | tests/test_slots.py:222:9 | Unresolved attribute `t` on type `SimpleOrdinaryClass` |
| attrs | invalid-argument-type | tests/test_slots.py:224:17 | Argument to bound method `method` is incorrect: Expected `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`, found `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11` |
| attrs | invalid-argument-type | tests/test_slots.py:225:27 | Argument to bound method `classmethod` is incorrect: Expected `type[tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11]`, found `type[tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11]` |
| attrs | unresolved-attribute | tests/test_slots.py:228:50 | Class `SimpleOrdinaryClass` has no attribute `__slots__` |
| attrs | invalid-argument-type | tests/test_slots.py:230:10 | Argument to bound method `__init__` is incorrect: Expected `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`, found `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11` |
| attrs | invalid-argument-type | tests/test_slots.py:232:11 | Argument to bound method `__init__` is incorrect: Expected `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`, found `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11` |
| 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'>, Self@__getattr__>` 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:421:24 | Argument is incorrect: Expected `str & Any`, found `None` |
| 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[Any], Any, /) -> 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'>` |
| 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-type-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-type-ignore-comment | src/arti/internal/dispatch.py:42:66 | Unused blanket `type: ignore` directive |
| artigraph | invalid-type-form | src/arti/internal/mappings.py:100:22 | `ClassVar` cannot contain type variables |
| artigraph | unsupported-dynamic-base | src/arti/internal/mappings.py:111:49 | Unsupported class base: Has type `type[Self@__class_getitem__]` |
| 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-type-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-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 `Unknown | str` |
| 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 | unsupported-dynamic-base | src/arti/types/__init__.py:341:18 | Unsupported class base: Has type `type[Self@generate]` |
| 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-type-ignore-comment | src/arti/types/bigquery.py:57:100 | Unused blanket `type: ignore` directive |
| artigraph | unknown-argument | src/arti/types/bigquery.py:102:13 | Argument `description` does not match any known parameter |
| artigraph | unknown-argument | src/arti/types/bigquery.py:102:44 | Argument `nullable` does not match any known parameter |
| artigraph | unknown-argument | src/arti/types/bigquery.py:102:72 | Argument `precision` does not match any known parameter |
| artigraph | unused-type-ignore-comment | src/arti/types/bigquery.py:181:98 | Unused blanket `type: ignore` directive |
| artigraph | invalid-argument-type | src/arti/types/bigquery.py:231:13 | Argument is incorrect: Expected `Struct`, found `Type` |
| 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-type-ignore-comment | src/arti/types/pyarrow.py:25:64 | Unused blanket `type: ignore` directive |
| artigraph | invalid-argument-type | src/arti/types/pyarrow.py:241:13 | Argument is incorrect: Expected `Struct`, found `Type` |
| artigraph | unknown-argument | src/arti/types/pyarrow.py:292:30 | Argument `precision` does not match any known parameter |
| artigraph | invalid-argument-type | src/arti/types/pyarrow.py:292:30 | Argument is incorrect: Expected `Literal["second", "millisecond", "microsecond", "nanosecond"]`, found `str` |
| artigraph | no-matching-overload | src/arti/types/pydantic.py:51:16 | No overload of function `create_model` matches arguments |
| artigraph | invalid-return-type | src/arti/types/python.py:69:16 | Return type does not match returned value: expected `Type`, found `_ContainerMixin` |
| artigraph | invalid-argument-type | src/arti/types/python.py:158:83 | Argument is incorrect: Expected `frozenset[Any]`, found `tuple[Any, ...]` |
| artigraph | unused-type-ignore-comment | src/arti/types/python.py:196:29 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-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-type-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-type-ignore-comment | tests/arti/dummies.py:126:50 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/dummies.py:134:78 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/dummies.py:143:88 | Unused blanket `type: ignore` directive |
| artigraph | unresolved-attribute | tests/arti/graphs/test_graph.py:30:12 | Object of type `Literal[5]` has no attribute `storage` |
| artigraph | unresolved-attribute | tests/arti/graphs/test_graph.py:31:12 | Object of type `Storage[Unknown]` has no attribute `id` |
| 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-type-ignore-comment | tests/arti/internal/test_dispatch.py:40:35 | 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 | unresolved-attribute | tests/arti/internal/test_mappings.py:160:9 | Attribute `_dne` is not defined on `Coord` in union `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 | unresolved-attribute | tests/arti/internal/test_mappings.py:172:5 | Attribute `attribute` is not defined on `Coord` in union `Coord | TypedBox[Coord]` |
| artigraph | unresolved-attribute | tests/arti/internal/test_mappings.py:172:5 | Attribute `child` is not defined on `Coord` in union `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 | 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-type-ignore-comment | tests/arti/internal/test_type_hints.py:18:24 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/internal/test_type_hints.py:27:46 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/internal/test_type_hints.py:122:40 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/internal/test_type_hints.py:123:52 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/internal/test_type_hints.py:154:40 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/internal/test_type_hints.py:157:52 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:55:74 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:74:75 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:86:35 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:90:32 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:93:97 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:383:73 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:417:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:427:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:441:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:451:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:455:34 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:460:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:469:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:478:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:482:43 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:487:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:491:41 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:496:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:500:42 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:505:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:509:40 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:514:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:518:48 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:523:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:527:40 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:532:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:536:40 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:544:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:556:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:565:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:575:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-ignore-comment | tests/arti/producers/test_producer.py:585:39 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-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-type-ignore-comment | tests/arti/storage/test_storage.py:57:31 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-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-type-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-type-ignore-comment | tests/arti/types/test_python_adapters.py:95:88 | Unused blanket `type: ignore` directive |
| artigraph | unused-type-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[float | Unknown | int] | list[int | Unknown | float] | tuple[float | Unknown | int, ...]` |
| 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 | None`, 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 `bool`, found `Unknown | tuple[str]` |
| 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 `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` |
| asynq | invalid-assignment | asynq/__init__.py:70:1 | Object of type `def sync(tag: str = ...) -> DebugBatchItem` is not assignable to attribute `sync` of type `def sync() -> None` |
| 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 | unresolved-attribute | asynq/async_task.py:241:23 | Attribute `tb_next` is not defined on `None` in union `TracebackType | None` |
| asynq | unresolved-attribute | asynq/async_task.py:242:26 | Attribute `tb_next` is not defined on `None` in union `TracebackType | None` |
| asynq | unresolved-attribute | asynq/async_task.py:243:31 | Attribute `tb_frame` is not defined on `None` in union `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 | unresolved-attribute | asynq/async_task.py:318:18 | Attribute `traceback` is not defined on `FutureBase[Unknown]` in union `(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-type-ignore-comment | asynq/decorators.pyi:81:40 | Unused blanket `type: ignore` directive |
| asynq | unused-type-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-type-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-type-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:109:23 | Argument to bound method `__call__` is incorrect: Expected `Iterable[Unknown]`, 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 | 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:115:23 | Argument to bound method `__call__` is incorrect: Expected `Iterable[Unknown]`, 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[Unknown]`, 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:129:30 | Argument to bound method `__call__` is incorrect: Expected `((int | Unknown, /) -> 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:132:23 | Argument to bound method `__call__` is incorrect: Expected `Iterable[Unknown]`, found `Literal[1]` |
| asynq | invalid-argument-type | asynq/tests/test_tools.py:132:26 | Argument to bound method `__call__` is incorrect: Expected `((Unknown, /) -> 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-type-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 | unused-type-ignore-comment | asynq/tests/test_typing.py:47:38 | Unused blanket `type: ignore` directive |
| asynq | invalid-argument-type | asynq/tests/test_typing.py:61:26 | Argument to bound method `__call__` is incorrect: Expected `Iterable[Sized]`, 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:62:34 | Argument to bound method `__call__` is incorrect: Expected `((int | Unknown | Sized, /) -> Any) | None`, found `def len(obj: Sized, /) -> int` |
| asynq | invalid-argument-type | asynq/tests/typing_example/param_spec.py:15:21 | Argument to bound method `asyncio` is incorrect: Expected `int`, found `Literal["1"]` |
| asynq | invalid-argument-type | asynq/tests/typing_example/param_spec.py:15:31 | Argument to bound method `asyncio` is incorrect: Expected `str`, found `Literal[2]` |
| 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-type-ignore-comment | asynq/tools.pyi:89:49 | Unused blanket `type: ignore` directive |
| asynq | unused-type-ignore-comment | asynq/tools.pyi:91:54 | Unused blanket `type: ignore` directive |
| archinstall | invalid-assignment | archinstall/lib/boot.py:53:3 | Object of type `Self@__enter__` is not assignable to attribute `_active_boot` of type `Self@Boot | None` |
| archinstall | unused-type-ignore-comment | archinstall/lib/boot.py:107:72 | Unused blanket `type: ignore` directive |
| archinstall | unused-type-ignore-comment | archinstall/lib/boot.py:117:84 | Unused blanket `type: ignore` directive |
| archinstall | unresolved-import | archinstall/lib/disk/device_handler.py:6:6 | Cannot resolve imported module `parted` |
| archinstall | invalid-return-type | archinstall/lib/hardware.py:25:11 | Return type does not match returned value: expected `Self@get_vendor`, found `Literal[CpuVendor._Unknown]` |
| archinstall | unused-type-ignore-comment | archinstall/lib/installer.py:101:48 | Unused blanket `type: ignore` directive |
| archinstall | invalid-argument-type | archinstall/lib/installer.py:1907:22 | Argument to bound method `_create_user` is incorrect: Expected `User`, found `object` |
| archinstall | possibly-unresolved-reference | archinstall/lib/models/application.py:162:67 | Name `bluetooth_config` used when possibly not defined |
| archinstall | possibly-unresolved-reference | archinstall/lib/models/application.py:169:59 | Name `audio_config` used when possibly not defined |
| archinstall | possibly-unresolved-reference | archinstall/lib/models/application.py:172:80 | Name `power_management_config` used when possibly not defined |
| archinstall | possibly-unresolved-reference | archinstall/lib/models/application.py:175:74 | Name `print_service_config` used when possibly not defined |
| archinstall | possibly-unresolved-reference | archinstall/lib/models/application.py:178:65 | Name `firewall_config` used when possibly not defined |
| archinstall | invalid-return-type | archinstall/lib/models/bootloader.py:34:11 | Return type does not match returned value: expected `Self@get_default`, found `Literal[Bootloader.NO_BOOTLOADER]` |
| archinstall | invalid-return-type | archinstall/lib/models/bootloader.py:36:11 | Return type does not match returned value: expected `Self@get_default`, found `Literal[Bootloader.Systemd]` |
| archinstall | invalid-return-type | archinstall/lib/models/bootloader.py:38:11 | Return type does not match returned value: expected `Self@get_default`, found `Literal[Bootloader.Grub]` |
| archinstall | unresolved-import | archinstall/lib/models/device.py:12:8 | Cannot resolve imported module `parted` |
| archinstall | unresolved-import | archinstall/lib/models/device.py:13:6 | Cannot resolve imported module `parted` |
| archinstall | invalid-return-type | archinstall/lib/models/device.py:226:10 | Return type does not match returned value: expected `Self@default`, found `PartitionTable` |
| archinstall | unsupported-operator | archinstall/lib/models/device.py:356:17 | Operator `/` is not supported between objects of type `int` and `int | Literal["sectors"]` |
| archinstall | invalid-return-type | archinstall/lib/models/device.py:728:11 | Return type does not match returned value: expected `Self@get_type_from_code`, found `Literal[PartitionType.Primary]` |
| archinstall | invalid-return-type | archinstall/lib/models/device.py:731:11 | Return type does not match returned value: expected `Self@get_type_from_code`, found `Literal[PartitionType._Unknown]` |
| archinstall | unused-type-ignore-comment | archinstall/lib/models/device.py:1285:48 | Unused blanket `type: ignore` directive |
| archinstall | invalid-return-type | archinstall/lib/models/device.py:1415:10 | Return type does not match returned value: expected `dict[str, Self@_encryption_type_mapper]`, found `dict[str, EncryptionType]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:61:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.STRONG]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:63:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.MODERATE]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:65:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.WEAK]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:67:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.VERY_WEAK]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:71:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.STRONG]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:73:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.MODERATE]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:75:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.WEAK]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:77:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.VERY_WEAK]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:81:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.STRONG]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:83:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.MODERATE]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:85:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.WEAK]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:87:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.VERY_WEAK]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:91:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.STRONG]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:93:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.MODERATE]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:95:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.WEAK]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:97:13 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.VERY_WEAK]` |
| archinstall | invalid-return-type | archinstall/lib/models/users.py:99:10 | Return type does not match returned value: expected `Self@_check_password_strength`, found `Literal[PasswordStrength.VERY_WEAK]` |
| archinstall | unused-type-ignore-comment | archinstall/lib/networking.py:46:79 | Unused blanket `type: ignore` directive |
| archinstall | unused-type-ignore-comment | archinstall/lib/output.py:21:51 | Unused blanket `type: ignore` directive |
| archinstall | call-top-callable | archinstall/lib/output.py:33:12 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| archinstall | call-non-callable | archinstall/lib/output.py:41:11 | Object of type `object` is not callable |
| archinstall | call-non-callable | archinstall/lib/output.py:43:11 | Object of type `object` is not callable |
| archinstall | unused-type-ignore-comment | archinstall/lib/output.py:47:23 | Unused blanket `type: ignore` directive |
| archinstall | unused-type-ignore-comment | archinstall/lib/output.py:53:51 | Unused blanket `type: ignore` directive |
| archinstall | unused-type-ignore-comment | archinstall/lib/pacman/pacman.py:41:98 | Unused blanket `type: ignore` directive |
| archinstall | unused-type-ignore-comment | archinstall/lib/plugins.py:33:42 | Unused blanket `type: ignore` directive |
| archinstall | invalid-argument-type | archinstall/lib/profile/profiles_handler.py:149:25 | Argument to bound method `append` is incorrect: Expected `Profile`, found `object` |
| archinstall | unresolved-attribute | archinstall/lib/profile/profiles_handler.py:157:19 | Object of type `object` has no attribute `name` |
| archinstall | unused-type-ignore-comment | archinstall/tui/curses_menu.py:749:56 | Unused blanket `type: ignore` directive |
| archinstall | invalid-assignment | archinstall/tui/curses_menu.py:1248:4 | Object of type `Self@__enter__` is not assignable to attribute `_t` of type `Self@Tui | None` |
| archinstall | unresolved-attribute | archinstall/tui/curses_menu.py:1353:4 | Object of type `~None` has no attribute `resize_win` |
| archinstall | invalid-assignment | archinstall/tui/menu_item.py:49:4 | Object of type `Self@yes` is not assignable to attribute `_yes` of type `Self@MenuItem | None` |
| archinstall | invalid-assignment | archinstall/tui/menu_item.py:56:4 | Object of type `Self@no` is not assignable to attribute `_no` of type `Self@MenuItem | None` |
| archinstall | unused-type-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 | invalid-assignment | archinstall/tui/ui/menu_item.py:51:4 | Object of type `Self@yes` is not assignable to attribute `_yes` of type `Self@MenuItem | None` |
| archinstall | invalid-assignment | archinstall/tui/ui/menu_item.py:58:4 | Object of type `Self@no` is not assignable to attribute `_no` of type `Self@MenuItem | None` |
| archinstall | unused-type-ignore-comment | archinstall/tui/ui/result.py:22:49 | Unused blanket `type: ignore` directive |
| archinstall | unused-type-ignore-comment | archinstall/tui/ui/result.py:26:50 | Unused blanket `type: ignore` directive |
| archinstall | invalid-return-type | archinstall/tui/ui/result.py:41:11 | Return type does not match returned value: expected `list[MenuItem]`, found `(MenuItem & Top[list[Unknown]]) | list[MenuItem]` |
| archinstall | unused-type-ignore-comment | archinstall/tui/ui/result.py:47:36 | Unused blanket `type: ignore` directive |
| archinstall | redundant-cast | archinstall/tui/ui/result.py:59:10 | Value is already of type `list[ValueT@Result]` |
| archinstall | unused-type-ignore-comment | docs/conf.py:8:71 | Unused blanket `type: ignore` directive |
| archinstall | unused-type-ignore-comment | docs/conf.py:14:26 | Unused blanket `type: ignore` directive |
| 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: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 | invalid-argument-type | src/bandersnatch/tests/test_configuration.py:109:29 | Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None` |
| 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 | possibly-missing-attribute | src/bandersnatch/tests/test_main.py:87:31 | Submodule `master` may not be available as an attribute on module `bandersnatch` |
| 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:1228: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-type-ignore-comment | src/bandersnatch_filter_plugins/metadata_filter.py:109:37 | Unused blanket `type: ignore` directive |
| bandersnatch | unused-type-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` |
| 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 | 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 | unresolved-import | src/capture_method/CaptureMethodBase.py:5:6 | Cannot resolve imported module `cv2.typing` |
| AutoSplit | unused-type-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:12:8 | Cannot resolve imported module `cv2` |
| 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 | unresolved-import | src/capture_method/XcbCaptureMethod.py:8:8 | Cannot resolve imported module `cv2` |
| 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-type-ignore-comment | src/d3d11.py:37:15 | Unused blanket `type: ignore` directive |
| AutoSplit | unused-type-ignore-comment | src/d3d11.py:201:11 | Unused blanket `type: ignore` directive |
| AutoSplit | unused-type-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 | invalid-typed-dict-statement | src/user_profile.py:50:5 | TypedDict class cannot have methods |
| AutoSplit | invalid-super-argument | src/user_profile.py:53:16 | `Self@copy` is not an instance or subclass of `<class 'UserProfileDict'>` in `super(<class 'UserProfileDict'>, Self@copy)` call |
| 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-attribute | src/utils.py:313:9 | Object of type `str` has no attribute `decode` |
| AutoSplit | invalid-argument-type | src/utils.py:315:22 | Argument to bound method `communicate` is incorrect: Expected `str | None`, found `bytes` |
| arviz | unresolved-import | docs/scripts/global_objinv.py:11:8 | Cannot resolve imported module `sphobjinv` |
| arviz | unresolved-import | docs/scripts/homepage_miniatures.py:9:8 | Cannot resolve imported module `matplotlib.pyplot` |
| arviz | unresolved-import | docs/scripts/homepage_miniatures.py:11:6 | Cannot resolve imported module `cycler` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:15:1 | Module `arviz` has no member `rcParams` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:16:1 | Module `arviz` has no member `style` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:36:9 | Module `arviz` has no member `load_arviz_data` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:37:18 | Module `arviz` has no member `load_arviz_data` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:40:6 | Module `arviz` has no member `plot_rank_dist` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:51:6 | Module `arviz` has no member `plot_forest` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:57:5 | Module `arviz` has no member `visuals` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:67:6 | Module `arviz` has no member `plot_dist` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:77:6 | Module `arviz` has no member `plot_pair` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:87:6 | Module `arviz` has no member `load_arviz_data` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:88:6 | Module `arviz` has no member `plot_ppc_rootogram` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:101:1 | Module `arviz` has no member `rcParams` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:103:6 | Module `arviz` has no member `dict_to_dataset` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:104:6 | Module `arviz` has no member `plot_dist` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:117:1 | Module `arviz` has no member `plot_dist` |
| arviz | unresolved-attribute | docs/scripts/homepage_miniatures.py:123:1 | Module `arviz` has no member `plot_dist` |
| arviz | unresolved-import | docs/source/schema/PyMC3_schema_example.ipynb:cell 2:2:8 | Cannot resolve imported module `pymc3` |
| arviz | unresolved-attribute | docs/source/schema/PyMC3_schema_example.ipynb:cell 5:26:19 | Module `arviz` has no member `from_pymc3` |
| arviz | unresolved-attribute | docs/source/schema/PyMC3_schema_example.ipynb:cell 6:9:5 | Module `arviz` has no member `from_pymc3_predictions` |
| arviz | unresolved-import | docs/source/schema/PyStan_schema_example.ipynb:cell 2:2:8 | Cannot resolve imported module `pystan` |
| arviz | unresolved-attribute | docs/source/schema/PyStan_schema_example.ipynb:cell 9:1:14 | Module `arviz` has no member `from_pystan` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 11:6:1 | Module `arviz` has no member `load_arviz_data` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 31:3:1 | Module `arviz` has no member `rcParams` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 32:1:6 | Module `arviz` has no member `from_dict` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 33:2:1 | Module `arviz` has no member `plot_dist` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 35:2:1 | Module `arviz` has no member `rcParams` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 35:3:6 | Module `arviz` has no member `load_arviz_data` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 35:4:1 | Module `arviz` has no member `dataset_to_dataframe` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 37:1:6 | Module `arviz` has no member `load_arviz_data` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 37:2:1 | Module `arviz` has no member `ess` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 39:2:5 | Module `arviz` has no member `ess` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 41:1:1 | Module `arviz` has no member `ess` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 50:1:6 | Module `arviz` has no member `load_arviz_data` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 50:2:1 | Module `arviz` has no member `rcParams` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 51:1:1 | Module `arviz` has no member `rcParams` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 52:1:1 | Module `arviz` has no member `rcParams` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 55:1:1 | Module `arviz` has no member `style` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 55:2:6 | Module `arviz` has no member `load_arviz_data` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 55:3:1 | Module `arviz` has no member `plot_rank` |
| arviz | unresolved-import | docs/source/user_guide/migration_guide.ipynb:cell 56:1:8 | Cannot resolve imported module `plotly.io` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 56:3:6 | Module `arviz` has no member `plot_rank` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 61:1:1 | Module `arviz` has no member `combine_plots` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 61:4:10 | Module `arviz` has no member `plot_dist` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 61:5:10 | Module `arviz` has no member `plot_rank` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 61:6:10 | Module `arviz` has no member `plot_ess_evolution` |
| arviz | unresolved-attribute | docs/source/user_guide/migration_guide.ipynb:cell 8:1:1 | Module `arviz` has no member `rcParams` |
| arviz | unresolved-import | src/arviz/__init__.py:30:10 | Cannot resolve imported module `arviz_base` |
| arviz | unresolved-import | src/arviz/__init__.py:31:12 | Cannot resolve imported module `arviz_base` |
| arviz | unresolved-import | src/arviz/__init__.py:45:10 | Cannot resolve imported module `arviz_stats` |
| arviz | unresolved-import | src/arviz/__init__.py:46:12 | Cannot resolve imported module `arviz_stats` |
| arviz | unresolved-import | src/arviz/__init__.py:61:10 | Cannot resolve imported module `arviz_plots` |
| arviz | unresolved-import | src/arviz/__init__.py:62:12 | Cannot resolve imported module `arviz_plots` |
| arviz | unresolved-import | tests/test_namespace.py:17:8 | Cannot resolve imported module `arviz_base` |
| arviz | unresolved-import | tests/test_namespace.py:18:8 | Cannot resolve imported module `arviz_plots` |
| arviz | unresolved-import | tests/test_namespace.py:19:8 | Cannot resolve imported module `arviz_stats` |
| bidict | unsupported-dynamic-base | bidict/_base.py:149:47 | Unsupported class base: Has type `type[Self@_make_inv_cls]` |
| bidict | invalid-assignment | bidict/_base.py:203:9 | Object of type `ReferenceType[Self@inverse]` is not assignable to attribute `_invweak` of type `ReferenceType[BidictBase[VT@BidictBase, KT@BidictBase]] | None` |
| bidict | no-matching-overload | bidict/_base.py:510:9 | No overload of bound method `update` matches arguments |
| bidict | invalid-method-override | bidict/_bidict.py:158:9 | Invalid override of method `update`: Definition is incompatible with `MutableMapping.update` |
| bidict | invalid-argument-type | bidict/_iter.py:28:25 | Method `__getitem__` of type `bound method Maplike[KT@iteritems, VT@iteritems].__getitem__(key: KT@iteritems, /) -> VT@iteritems` cannot be called with key of type `object` on object of type `Maplike[KT@iteritems, VT@iteritems]` |
| bidict | invalid-argument-type | bidict/_iter.py:28:25 | Method `__getitem__` of type `bound method Top[Maplike[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[Maplike[Unknown, object]]` |
| bidict | invalid-assignment | bidict/_orderedbase.py:79:9 | Invalid assignment to data descriptor attribute `nxt` on type `Self@__init__` with custom `__set__` method |
| bidict | invalid-assignment | bidict/_orderedbase.py:85:9 | Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method |
| bidict | invalid-assignment | bidict/_orderedbase.py:86:9 | Object of type `Node` is not assignable to attribute `prv` on type `Node | WeakAttr[Node]` |
| bidict | invalid-assignment | bidict/_orderedbase.py:90:9 | Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method |
| bidict | invalid-assignment | bidict/_orderedbase.py:90:24 | Object of type `Self@relink` is not assignable to attribute `prv` on type `Node | WeakAttr[Node]` |
| bidict | invalid-assignment | bidict/_orderedbase.py:118:9 | Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method |
| bidict | invalid-assignment | bidict/_orderedbidict.py:83:9 | Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method |
| bidict | invalid-assignment | bidict/_orderedbidict.py:84:9 | Object of type `Node` is not assignable to attribute `prv` on type `Node | WeakAttr[Node]` |
| bidict | invalid-assignment | bidict/_orderedbidict.py:89:13 | Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method |
| bidict | invalid-assignment | bidict/_orderedbidict.py:90:24 | Object of type `Node` is not assignable to attribute `nxt` on type `Unknown | Node` |
| bidict | invalid-assignment | bidict/_orderedbidict.py:94:13 | Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method |
| bidict | possibly-unresolved-reference | bidict/_orderedbidict.py:162:24 | Name `arg` used when possibly not defined |
| beartype | unused-type-ignore-comment | beartype/__init__.py:87:39 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/__init__.py:122:63 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_cave/_cavefast.py:187:26 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_cave/_cavefast.py:1101:57 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_check/checkmake.py:117:26 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/checkmake.py:126:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/checkmake.py:396:18 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/checkmake.py:494:18 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_check/checkmake.py:836:26 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/code/_pep/codepep484604.py:170:57 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/code/_pep/codepep484604.py:206:52 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_check/code/_pep/codepep484604.py:438:48 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_check/code/_pep/pep484585/codepep484585subclass.py:111:51 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/code/_pep/pep484585/codepep484585subclass.py:126:59 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_check/code/codemain.py:320:16 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_check/code/codemain.py:769:46 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/code/codemain.py:886:51 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/code/codemain.py:1219:74 | Unused blanket `type: ignore` directive |
| beartype | possibly-unresolved-reference | beartype/_check/code/codemain.py:1468:34 | Name `CACHE_KEY` used when possibly not defined |
| beartype | invalid-argument-type | beartype/_check/code/codescope.py:337:13 | Argument to function `add_func_scope_type` is incorrect: Expected `type`, found `object` |
| beartype | invalid-type-form | beartype/_check/convert/_convcoerce.py:69:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_convcoerce.py:73:6 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_check/convert/_convcoerce.py:206:49 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_check/convert/_convcoerce.py:212:28 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_convcoerce.py:212:60 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_convcoerce.py:279:27 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_convcoerce.py:279:36 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_check/convert/_convcoerce.py:418: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-type-ignore-comment | beartype/_check/convert/_reduce/_nonpep/api/redapinumpy.py:189:28 | Unused blanket `type: ignore` directive |
| beartype | unused-type-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:34:30 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_reduce/_pep/pep484/redpep484core.py:30:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_reduce/_pep/pep484/redpep484core.py:30:53 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_reduce/_pep/pep484/redpep484core.py:103:34 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_reduce/_pep/pep484/redpep484core.py:129:36 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_reduce/_pep/pep484/redpep484core.py:129:68 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_reduce/_pep/pep484/redpep484core.py:160:35 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_check/convert/_reduce/_pep/pep484/redpep484ref.py:137:28 | Unused blanket `type: ignore` directive |
| 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-type-ignore-comment | beartype/_check/convert/_reduce/_pep/pep484585/redpep484585itemsview.py:70:58 | Unused blanket `type: ignore` directive |
| beartype | unused-type-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-type-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-type-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 | 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:96:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_reduce/_pep/redpep646.py:96:53 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_reduce/_pep/redpep646.py:281: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-type-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:57:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_reduce/redmain.py:229:16 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_reduce/redmain.py:434:29 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_reduce/redmain.py:485:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_reduce/redmain.py:550:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_reduce/redmain.py:638:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/_reduce/redmain.py:713:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/convmain.py:43: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:315:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/convert/convmain.py:445:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_check/error/_nonpep/errnonpeptype.py:107:30 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/error/_nonpep/errnonpeptype.py:253:36 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/error/_pep/pep484/errpep484typevar.py:59:52 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/error/_pep/pep484585/errpep484585subclass.py:78:58 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_check/error/errcause.py:190:15 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_check/error/errcause.py:554:40 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_check/error/errcause.py:625:34 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/error/errcause.py:679:28 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_check/error/errmain.py:191:21 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_check/error/errmain.py:202:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_check/error/errmain.py:549:37 | Unused blanket `type: ignore` directive |
| beartype | unknown-argument | beartype/_check/error/errmain.py:550:13 | Argument `message` does not match any known parameter of bound method `__init__` |
| beartype | unknown-argument | beartype/_check/error/errmain.py:551:13 | Argument `culprits` does not match any known parameter of bound method `__init__` |
| beartype | invalid-type-form | beartype/_check/forward/fwdresolve.py:50:6 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/forward/fwdresolve.py:125:6 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/forward/fwdresolve.py:451:6 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_check/forward/reference/fwdrefabc.py:274:56 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/forward/reference/fwdrefmake.py:91:39 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/forward/reference/fwdrefmake.py:147:39 | Unused blanket `type: ignore` directive |
| beartype | unresolved-attribute | beartype/_check/forward/reference/fwdrefmake.py:328:5 | Unresolved attribute `__name_beartype__` on type `type` |
| beartype | unresolved-attribute | beartype/_check/forward/reference/fwdrefmake.py:329:5 | Unresolved attribute `__scope_name_beartype__` on type `type` |
| beartype | unresolved-attribute | beartype/_check/forward/reference/fwdrefmake.py:330:5 | Unresolved attribute `__func_local_parent_codeobj_weakref_beartype__` on type `type` |
| beartype | unused-type-ignore-comment | beartype/_check/forward/reference/fwdrefmeta.py:64:23 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/forward/reference/fwdrefmeta.py:269:54 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/forward/reference/fwdrefmeta.py:273:75 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/forward/reference/fwdrefmeta.py:301:75 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/forward/reference/fwdrefmeta.py:330:52 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/forward/reference/fwdrefmeta.py:383:62 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/forward/reference/fwdrefmeta.py:446:31 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_check/forward/reference/fwdrefmeta.py:598:26 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_check/forward/scope/fwdscopecls.py:236:46 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/forward/scope/fwdscopecls.py:531:58 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_check/metadata/call/callmetaabc.py:120:22 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_check/metadata/call/callmetaabc.py:163:10 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_check/metadata/call/callmetadecor.py:314:29 | Unused blanket `type: ignore` directive |
| beartype | invalid-assignment | beartype/_check/metadata/call/callmetadecor.py:315:9 | Object of type `None` is not assignable to attribute `conf` of type `BeartypeConf` |
| beartype | invalid-assignment | beartype/_check/metadata/call/callmetadecor.py:316:9 | Object of type `None` is not assignable to attribute `func` of type `(...) -> Unknown` |
| beartype | invalid-assignment | beartype/_check/metadata/call/callmetadecor.py:317:9 | Object of type `None` is not assignable to attribute `func_annotations` of type `dict[str, Any]` |
| beartype | invalid-assignment | beartype/_check/metadata/call/callmetadecor.py:318:9 | Object of type `None` is not assignable to attribute `func_annotations_get` of type `(str, object, /) -> object` |
| beartype | invalid-assignment | beartype/_check/metadata/call/callmetadecor.py:320:9 | Object of type `None` is not assignable to attribute `func_wrappee` of type `(...) -> Unknown` |
| beartype | invalid-assignment | beartype/_check/metadata/call/callmetadecor.py:321:9 | Object of type `None` is not assignable to attribute `func_wrappee_wrappee` of type `(...) -> Unknown` |
| beartype | invalid-assignment | beartype/_check/metadata/call/callmetadecor.py:322:9 | Object of type `None` is not assignable to attribute `func_wrappee_wrappee_codeobj` of type `CodeType` |
| beartype | invalid-assignment | beartype/_check/metadata/call/callmetadecor.py:323:9 | Object of type `None` is not assignable to attribute `func_wrapper` of type `(...) -> Unknown` |
| beartype | unresolved-attribute | beartype/_check/metadata/call/callmetadecor.py:501:34 | Object of type `(...) -> Unknown` has no attribute `__name__` |
| beartype | invalid-type-form | beartype/_check/metadata/call/callmetadecor.py:778:56 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/metadata/call/callmetadecormin.py:149:10 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_check/metadata/call/callmetadecormin.py:197:51 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_check/metadata/call/callmetaexternal.py:74:10 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/metadata/hint/hintsane.py:32:28 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/metadata/hint/hintsane.py:96:15 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-return-type | beartype/_check/metadata/hint/hintsane.py:153:16 | Return type does not match returned value: expected `HintSane`, found `Any | HintSane | Iota` |
| beartype | invalid-type-form | beartype/_check/metadata/hint/hintsane.py:288:15 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/metadata/hint/hintsane.py:314:15 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_check/metadata/hint/hintsane.py:438:29 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_check/metadata/hint/hintsane.py:503:20 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/metadata/hint/hintsane.py:554:25 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-assignment | beartype/_check/metadata/hint/hintsmeta.py:293:9 | Object of type `None` is not assignable to attribute `conf` of type `BeartypeConf` |
| beartype | invalid-assignment | beartype/_check/metadata/hint/hintsmeta.py:294:9 | Object of type `None` is not assignable to attribute `func_curr_code` of type `str` |
| beartype | invalid-assignment | beartype/_check/metadata/hint/hintsmeta.py:296:9 | Object of type `None` is not assignable to attribute `hint_curr_meta` of type `HintMeta` |
| beartype | invalid-assignment | beartype/_check/metadata/hint/hintsmeta.py:297:9 | Object of type `None` is not assignable to attribute `indent_child` of type `str` |
| beartype | invalid-assignment | beartype/_check/metadata/hint/hintsmeta.py:298:9 | Object of type `None` is not assignable to attribute `indent_curr` of type `str` |
| beartype | invalid-assignment | beartype/_check/metadata/hint/hintsmeta.py:299:9 | Object of type `None` is not assignable to attribute `is_check_expr_cacheable` of type `bool` |
| beartype | invalid-assignment | beartype/_check/metadata/hint/hintsmeta.py:300:9 | Object of type `None` is not assignable to attribute `pith_curr_assign_expr` of type `str` |
| beartype | invalid-assignment | beartype/_check/metadata/hint/hintsmeta.py:301:9 | Object of type `None` is not assignable to attribute `pith_curr_expr` of type `str` |
| beartype | unused-type-ignore-comment | beartype/_check/metadata/hint/hintsmeta.py:396:59 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_check/metadata/hint/hintsmeta.py:643:28 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_check/pep/checkpep484585generic.py:361: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-type-ignore-comment | beartype/_check/pep/checkpep484typevar.py:167:46 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_conf/_confoverrides.py:89:83 | Unused blanket `type: ignore` directive |
| beartype | invalid-argument-type | beartype/_conf/confmain.py:961:17 | Argument to function `issubclass` is incorrect: Expected `type`, found `BeartypeDecorPlace | bool | Collection[str] | ... omitted 5 union elements` |
| beartype | invalid-argument-type | beartype/_conf/confmain.py:963:17 | Argument to function `issubclass` is incorrect: Expected `type`, found `BeartypeDecorPlace | bool | Collection[str] | ... omitted 5 union elements` |
| beartype | invalid-argument-type | beartype/_conf/confmain.py:965:17 | Argument to function `issubclass` is incorrect: Expected `type`, found `BeartypeDecorPlace | bool | Collection[str] | ... omitted 5 union elements` |
| beartype | unused-type-ignore-comment | beartype/_conf/confmain.py:1386:29 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_data/py/databuiltins.py:19:50 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_data/typing/datatypingport.py:189:23 | Variable of type `_SpecialForm` is not allowed in a type expression |
| 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-type-ignore-comment | beartype/_decor/_nontype/_decordescriptor.py:92:41 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/_decordescriptor.py:143:43 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/_decordescriptor.py:144:43 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/_decordescriptor.py:145:43 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/_decordescriptor.py:152:41 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/_decordescriptor.py:263:80 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/_decordescriptor.py:268:62 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/_wrap/_wrapargs.py:231:57 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/_wrap/_wrapargs.py:311:78 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/_wrap/_wrapargs.py:315:73 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/decornontype.py:215:80 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/decornontype.py:258:53 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/decornontype.py:311:59 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/decornontype.py:318:42 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/decornontype.py:397:42 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/decornontype.py:399:22 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/decornontype.py:416:22 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/decornontype.py:610:46 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_nontype/decornontype.py:698:47 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-guard-call | beartype/_decor/_type/_pep/decortypepep557.py:329:31 | Type guard call does not have a target |
| beartype | unused-type-ignore-comment | beartype/_decor/_type/decortype.py:87:21 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_type/decortype.py:183:54 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/_type/decortype.py:226:17 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_decor/decorcore.py:129:39 | Unused blanket `type: ignore` directive |
| beartype | unused-type-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-type-ignore-comment | beartype/_util/api/external/utilclick.py:104:56 | Unused blanket `type: ignore` directive |
| beartype | unused-type-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-type-ignore-comment | beartype/_util/api/external/utilnumpy.py:253:37 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/api/external/utilnumpy.py:267:19 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/api/standard/utilcontextlib.py:139:34 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/api/standard/utilfunctools.py:308:55 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/ast/utilastget.py:44:38 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/ast/utilastget.py:247:28 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/ast/utilastmake.py:289:82 | Unused blanket `type: ignore` directive |
| beartype | invalid-legacy-positional-parameter | beartype/_util/cache/map/utilmaplru.py:128:9 | Invalid use of the legacy convention for positional-only parameters: Parameter name begins with `__` but will not be treated as positional-only |
| beartype | invalid-legacy-positional-parameter | beartype/_util/cache/map/utilmaplru.py:129:9 | Invalid use of the legacy convention for positional-only parameters: Parameter name begins with `__` but will not be treated as positional-only |
| beartype | invalid-legacy-positional-parameter | beartype/_util/cache/map/utilmaplru.py:130:9 | Invalid use of the legacy convention for positional-only parameters: Parameter name begins with `__` but will not be treated as positional-only |
| beartype | invalid-legacy-positional-parameter | beartype/_util/cache/map/utilmaplru.py:131:9 | Invalid use of the legacy convention for positional-only parameters: Parameter name begins with `__` but will not be treated as positional-only |
| beartype | invalid-legacy-positional-parameter | beartype/_util/cache/map/utilmaplru.py:176:9 | Invalid use of the legacy convention for positional-only parameters: Parameter name begins with `__` but will not be treated as positional-only |
| beartype | invalid-legacy-positional-parameter | beartype/_util/cache/map/utilmaplru.py:177:9 | Invalid use of the legacy convention for positional-only parameters: Parameter name begins with `__` but will not be treated as positional-only |
| beartype | invalid-legacy-positional-parameter | beartype/_util/cache/map/utilmaplru.py:178:9 | Invalid use of the legacy convention for positional-only parameters: Parameter name begins with `__` but will not be treated as positional-only |
| beartype | invalid-legacy-positional-parameter | beartype/_util/cache/map/utilmaplru.py:179:9 | Invalid use of the legacy convention for positional-only parameters: Parameter name begins with `__` but will not be treated as positional-only |
| beartype | invalid-legacy-positional-parameter | beartype/_util/cache/map/utilmaplru.py:180:9 | Invalid use of the legacy convention for positional-only parameters: Parameter name begins with `__` but will not be treated as positional-only |
| beartype | invalid-legacy-positional-parameter | beartype/_util/cache/map/utilmaplru.py:213:9 | Invalid use of the legacy convention for positional-only parameters: Parameter name begins with `__` but will not be treated as positional-only |
| beartype | invalid-legacy-positional-parameter | beartype/_util/cache/map/utilmaplru.py:214:9 | Invalid use of the legacy convention for positional-only parameters: Parameter name begins with `__` but will not be treated as positional-only |
| beartype | invalid-legacy-positional-parameter | beartype/_util/cache/map/utilmaplru.py:215:9 | Invalid use of the legacy convention for positional-only parameters: Parameter name begins with `__` but will not be treated as positional-only |
| beartype | invalid-legacy-positional-parameter | beartype/_util/cache/map/utilmaplru.py:216:9 | Invalid use of the legacy convention for positional-only parameters: Parameter name begins with `__` but will not be treated as positional-only |
| beartype | unused-type-ignore-comment | beartype/_util/cache/pool/utilcachepoolinstance.py:71:45 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/cache/pool/utilcachepoollistfixed.py:147:45 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/cache/pool/utilcachepoollistfixed.py:152:45 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/cache/utilcachemeta.py:56:46 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/cache/utilcacheobjattr.py:656:53 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/cls/pep/clspep3119.py:90:33 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/cls/pep/clspep3119.py:277:32 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/cls/pep/clspep3119.py:508:32 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/cls/pep/clspep3119.py:649:32 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/cls/pep/clspep3119.py:874:32 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/cls/pep/clspep3119.py:994:40 | Unused blanket `type: ignore` directive |
| beartype | unused-type-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-type-ignore-comment | beartype/_util/error/utilerrwarn.py:60:48 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/error/utilerrwarn.py:84:31 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/func/arg/utilfuncargiter.py:424:57 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/func/utilfunccodeobj.py:343:34 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/func/utilfuncframe.py:1043:52 | Unused blanket `type: ignore` directive |
| beartype | invalid-return-type | beartype/_util/func/utilfuncframe.py:1163:12 | Return type does not match returned value: expected `dict[str, Any]`, found `Mapping[str, object] & Top[dict[Unknown, Unknown]]` |
| beartype | unused-type-ignore-comment | beartype/_util/func/utilfuncmake.py:27:49 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/func/utilfuncmake.py:310:46 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/func/utilfuncmake.py:357:45 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/func/utilfuncmake.py:358:30 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/func/utilfuncmake.py:437:30 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/func/utilfuncmake.py:439:31 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/func/utilfuncmake.py:440:30 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/func/utilfuncmake.py:451:55 | Unused blanket `type: ignore` directive |
| beartype | unresolved-attribute | beartype/_util/func/utilfuncscope.py:334:29 | Object of type `(...) -> Unknown` has no attribute `__name__` |
| beartype | unresolved-attribute | beartype/_util/func/utilfunctest.py:495:9 | Object of type `Top[(...) -> object]` has no attribute `__name__` |
| beartype | unresolved-attribute | beartype/_util/func/utilfunctest.py:1223:16 | Attribute `__name__` is not defined on `(...) -> Unknown` in union `(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-type-ignore-comment | beartype/_util/hint/pep/proposal/pep484/pep484generic.py:149:42 | Unused blanket `type: ignore` directive |
| beartype | unused-type-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 | unresolved-attribute | beartype/_util/hint/pep/proposal/pep484/pep484generic.py:418:18 | Attribute `__mro__` is not defined on `None` in union `None | type` |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep484/pep484namedtuple.py:67: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: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-type-ignore-comment | beartype/_util/hint/pep/proposal/pep484/pep484union.py:76:41 | Unused blanket `type: ignore` directive |
| beartype | unused-type-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:67:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:300:57 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:374:56 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:395:34 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:451:53 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:521:75 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:544:72 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:575:78 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:576:66 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:611:38 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:715:77 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:716:52 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:740:71 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:748: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:841: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:1002: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:1245: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:1427: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:1518: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:1597: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/pep484585args.py:23:34 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep484585/pep484585args.py:23:66 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep484585/pep484585args.py:61:38 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep484585/pep484585args.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:50:6 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep484585646.py:37:66 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep484585646.py:91:44 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep484585646.py:150:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep484585646.py:315:53 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep484585646.py:429: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-type-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-type-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-type-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-type-ignore-comment | beartype/_util/hint/pep/proposal/pep544.py:428:24 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep544.py:481:30 | Unused blanket `type: ignore` directive |
| beartype | unused-type-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-type-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-type-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-type-ignore-comment | beartype/_util/hint/pep/proposal/pep612.py:90:38 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep612.py:97:6 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep612.py:167:54 | Unused blanket `type: ignore` directive |
| beartype | unresolved-attribute | beartype/_util/hint/pep/proposal/pep612.py:620:9 | Object of type `(...) -> Unknown` has no attribute `__name__` |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep646692.py:38:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep646692.py:81:48 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep646692.py:220:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep646692.py:225:6 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep646692.py:279:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep646692.py:428:72 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep646692.py:481:47 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep646692.py:491:72 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep646692.py:533:42 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep646692.py:583:42 | Variable of type `_SpecialForm` is not allowed in a type expression |
| 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-type-ignore-comment | beartype/_util/hint/pep/proposal/pep649.py:153:48 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep649.py:213:54 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep649.py:229:81 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep649.py:567:64 | Unused blanket `type: ignore` directive |
| beartype | unused-type-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:185:33 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/proposal/pep695.py:265:6 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep695.py:516:42 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep695.py:640:38 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/proposal/pep696.py:104:39 | 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-type-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:192:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/utilpepget.py:299:42 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/utilpepget.py:434:40 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/utilpepget.py:621:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/utilpepget.py:629:6 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/utilpepget.py:679:39 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/utilpepget.py:770:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/utilpepget.py:911:70 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_util/hint/pep/utilpepget.py:948:51 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/utilpepget.py:997:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/utilpepget.py:1045:44 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_util/hint/pep/utilpepsign.py:151:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/utilpepsign.py:243:37 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/pep/utilpepsign.py:336:47 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/utilpepsign.py:576:71 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/hint/pep/utilpepsign.py:589: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-type-ignore-comment | beartype/_util/hint/utilhintfactory.py:46:70 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/_util/hint/utilhinttest.py:41:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/_util/hint/utilhinttest.py:214:31 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/_util/kind/maplike/utilmapfrozen.py:105:33 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/kind/maplike/utilmapfrozen.py:214:58 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/kind/maplike/utilmaptest.py:97:57 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/module/utilmodtest.py:22:63 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/_util/py/utilpyinterpreter.py:158:29 | Unused blanket `type: ignore` directive |
| beartype | no-matching-overload | beartype/_util/text/utiltextjoin.py:130:20 | No overload of bound method `join` matches arguments |
| beartype | unused-type-ignore-comment | beartype/_util/utilobjattr.py:127:42 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/bite/_infermain.py:234:21 | Variable of type `Never` is not allowed in a type expression |
| beartype | unused-type-ignore-comment | beartype/bite/_infermain.py:268:31 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/bite/collection/infercollectionitems.py:415:34 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/bite/collection/infercollectionitems.py:463:57 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/bite/collection/infercollectionitems.py:500:48 | Unused blanket `type: ignore` directive |
| beartype | unused-type-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-type-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-type-ignore-comment | beartype/bite/kind/infercallable.py:460:41 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/bite/kind/infercallable.py:497:68 | Unused blanket `type: ignore` directive |
| beartype | unused-type-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-type-ignore-comment | beartype/bite/kind/inferthirdparty.py:134:50 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/bite/kind/inferthirdparty.py:138:42 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/bite/kind/inferthirdparty.py:144:64 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/claw/__init__.py:105:51 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/claw/_ast/_clawastutil.py:95:44 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/claw/_ast/_kind/clawastimport.py:468:80 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/claw/_ast/_kind/clawastimport.py:733:62 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/claw/_ast/_pep/clawastpep695.py:307:47 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/claw/_ast/clawastmain.py:182:16 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/claw/_ast/clawastmain.py:213:45 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/claw/_importlib/_clawimpload.py:19:54 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/claw/_importlib/_clawimpload.py:28:26 | Unused blanket `type: ignore` directive |
| beartype | invalid-assignment | beartype/claw/_importlib/_clawimpload.py:379:9 | Object of type `def cache_from_source_beartype(...) -> str` is not assignable to attribute `cache_from_source` of type `Overload[(path: str | PathLike[str], debug_override: bool, *, optimization: None = None) -> str, (path: str | PathLike[str], debug_override: None = None, *, optimization: Any | None = None) -> str]` |
| beartype | unused-type-ignore-comment | beartype/claw/_importlib/_clawimpload.py:456:45 | Unused blanket `type: ignore` directive |
| beartype | unused-type-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-type-ignore-comment | beartype/claw/_package/_clawpkgmake.py:81:45 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/claw/_package/clawpkgmain.py:385:41 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/claw/_package/clawpkgmain.py:538:51 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/claw/_package/clawpkgtrie.py:567:71 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/claw/_package/clawpkgtrie.py:760:70 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/claw/_package/clawpkgtrie.py:771:71 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/door/_cls/doormeta.py:70:51 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unresolved-attribute | beartype/door/_cls/doormeta.py:71:10 | Object of type `object` has no attribute `TypeHint` |
| beartype | unresolved-attribute | beartype/door/_cls/doormeta.py:132:19 | Object of type `object` has no attribute `TypeHint` |
| beartype | unused-type-ignore-comment | beartype/door/_cls/doormeta.py:133:75 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/door/_cls/doormeta.py:138:51 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-form | beartype/door/_cls/doormeta.py:147:56 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unresolved-attribute | beartype/door/_cls/doormeta.py:148:10 | Object of type `object` has no attribute `TypeHint` |
| beartype | unused-type-ignore-comment | beartype/door/_cls/doormeta.py:204:30 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/door/_cls/doormeta.py:230:68 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/door/_cls/doorsuper.py:464:16 | Unused blanket `type: ignore` directive |
| beartype | invalid-type-guard-call | beartype/door/_cls/doorsuper.py:671:27 | Type guard call does not have a target |
| beartype | unused-type-ignore-comment | beartype/door/_cls/doorsuper.py:995:16 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/door/_cls/doorsuper.py:1013:16 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/door/_cls/doorsuper.py:1030:16 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/door/_cls/doorsuper.py:1053: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-type-ignore-comment | beartype/door/_cls/pep/pep484/doorpep484newtype.py:63:47 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/door/_cls/pep/pep484/doorpep484newtype.py:70:43 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/door/_cls/pep/pep484/doorpep484typevar.py:59:16 | Unused blanket `type: ignore` directive |
| beartype | unused-type-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:58:33 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/door/_func/doorfunc.py:63:11 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/door/_func/doorfunc.py:136:11 | Invalid subscript of object of type `_SpecialForm` in type expression |
| beartype | invalid-type-form | beartype/door/_func/doorfunc.py:248:25 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | invalid-type-form | beartype/door/_func/doorfunc.py:248:42 | Variable of type `_SpecialForm` is not allowed in a type expression |
| beartype | unresolved-attribute | beartype/typing/_typingcache.py:87:34 | Object of type `(...) -> Unknown` 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-type-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-base | beartype/typing/_typingpep544.py:464:5 | Cannot inherit from plain `Generic` |
| beartype | unresolved-attribute | beartype/typing/_typingpep544.py:520:31 | Object of type `<super: <class 'Protocol'>, type[Self@__class_getitem__]>` has no attribute `__class_getitem__` |
| beartype | unused-type-ignore-comment | beartype/typing/_typingpep544.py:669:78 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/typing/_typingpep544.py:694:65 | Unused blanket `type: ignore` directive |
| beartype | call-top-callable | beartype/vale/_core/_valecore.py:322:30 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| beartype | unused-type-ignore-comment | beartype/vale/_is/_valeis.py:260:23 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/vale/_is/_valeisobj.py:138:23 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/vale/_is/_valeisobj.py:239:53 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/vale/_is/_valeisoper.py:184:60 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/vale/_is/_valeistype.py:122:75 | Unused blanket `type: ignore` directive |
| beartype | unused-type-ignore-comment | beartype/vale/_is/_valeistype.py:325:75 | Unused blanket `type: ignore` directive |
| black | unresolved-import | src/black/__init__.py:25:6 | Cannot resolve imported module `mypy_extensions` |
| black | unresolved-import | src/black/concurrency.py:21:6 | Cannot resolve imported module `mypy_extensions` |
| black | unresolved-import | src/black/concurrency.py:39:20 | 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 | possibly-unresolved-reference | src/black/linegen.py:909:12 | Name `matching_bracket` used when possibly not defined |
| black | possibly-unresolved-reference | src/black/linegen.py:909:36 | Name `tail_leaves` used when possibly not defined |
| black | possibly-unresolved-reference | src/black/linegen.py:913:9 | Name `head_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 | possibly-unresolved-reference | src/black/linegen.py:916:9 | Name `body_leaves` used when possibly not defined |
| black | possibly-unresolved-reference | src/black/linegen.py:916:28 | Name `matching_bracket` used when possibly not defined |
| black | possibly-unresolved-reference | src/black/linegen.py:919:9 | Name `tail_leaves` used when possibly not defined |
| black | possibly-unresolved-reference | src/black/linegen.py:919:28 | Name `matching_bracket` used when possibly not defined |
| black | unresolved-import | src/black/nodes.py:8:6 | Cannot resolve imported module `mypy_extensions` |
| black | unresolved-import | src/black/output.py:12:6 | Cannot resolve imported module `mypy_extensions` |
| black | invalid-argument-type | src/black/ranges.py:404:28 | Argument to function `first_leaf` is incorrect: Expected `Leaf | Node`, found `object` |
| black | invalid-argument-type | src/black/ranges.py:405:26 | Argument to function `last_leaf` is incorrect: Expected `Leaf | Node`, found `object` |
| black | unresolved-import | src/black/trans.py:12:6 | Cannot resolve imported module `mypy_extensions` |
| black | invalid-raise | src/black/trans.py:301:20 | Cannot use object of type `object` as an exception cause |
| black | invalid-raise | src/black/trans.py:310:24 | Cannot use object of type `object` as an exception cause |
| black | invalid-argument-type | src/black/trans.py:485:47 | Argument to bound method `_merge_string_group` is incorrect: Expected `Line`, found `object` |
| black | unresolved-attribute | src/black/trans.py:497:13 | Unresolved attribute `__cause__` on type `object` |
| black | invalid-assignment | src/black/trans.py:498:13 | Object of type `object` is not assignable to attribute `__cause__` of type `BaseException | None` |
| black | possibly-unresolved-reference | src/black/trans.py:1045:42 | Name `idx` used when possibly not defined |
| black | invalid-return-type | src/black/trans.py:1111: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:1648:25 | Name `csplit` used when possibly not defined |
| black | unresolved-attribute | src/blib2to3/pgen2/conv.py:77:34 | Attribute `groups` is not defined on `None` in union `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-type-ignore-comment | src/blib2to3/pgen2/grammar.py:109:38 | Unused blanket `type: ignore` directive |
| 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-type-ignore-comment | src/blib2to3/pytree.py:667:56 | Unused blanket `type: ignore` directive |
| black | unused-type-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 |
| boostedblob | unresolved-attribute | boostedblob/boost.py:362:9 | Object of type `Collection[Awaitable[T@OrderedMappingBoostable]]` has no attribute `append` |
| boostedblob | not-subscriptable | boostedblob/boost.py:366:35 | Cannot subscript object of type `Collection[Awaitable[T@OrderedMappingBoostable]]` with no `__getitem__` method |
| boostedblob | unresolved-attribute | boostedblob/boost.py:368:16 | Object of type `Collection[Awaitable[T@OrderedMappingBoostable]] & ~AlwaysFalsy` has no attribute `popleft` |
| boostedblob | not-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 | unresolved-attribute | boostedblob/boost.py:417:16 | Object of type `Awaitable[T@UnorderedMappingBoostable]` has no attribute `result` |
| 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 | unresolved-attribute | boostedblob/globals.py:60:52 | Attribute `__qualname__` is not defined on `(T@TokenManager, /) -> Awaitable[tuple[Any, int | float]]` in union `Unknown | ((T@TokenManager, /) -> Awaitable[tuple[Any, int | float]])` |
| boostedblob | invalid-assignment | boostedblob/globals.py:81:13 | Invalid subscript assignment with key of type `tuple[Any, ...] | (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[Any, ...] | (Any & ~Top[list[Unknown]])` and value of type `Any` on object of type `dict[T@TokenManager, int | float]` |
| boostedblob | unused-type-ignore-comment | boostedblob/listing.py:403:36 | Unused blanket `type: ignore` directive |
| boostedblob | unused-type-ignore-comment | boostedblob/listing.py:412:75 | Unused blanket `type: ignore` directive |
| 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-type-ignore-comment | boostedblob/path.py:284:20 | Unused blanket `type: ignore` directive |
| boostedblob | unused-type-ignore-comment | boostedblob/path.py:288:20 | Unused blanket `type: ignore` directive |
| boostedblob | unused-type-ignore-comment | boostedblob/path.py:333:32 | Unused blanket `type: ignore` directive |
| boostedblob | unused-type-ignore-comment | boostedblob/path.py:339:32 | Unused blanket `type: ignore` directive |
| boostedblob | unused-type-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 |
| 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 | unresolved-attribute | src/check_jsonschema/cli/param_types.py:104:15 | Attribute `group` is not defined on `None` in union `Match[str] | None` |
| check-jsonschema | unresolved-attribute | src/check_jsonschema/cli/param_types.py:105:21 | Attribute `group` is not defined on `None` in union `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-type-ignore-comment | src/check_jsonschema/format_errors.py:41:54 | Unused blanket `type: ignore` directive |
| check-jsonschema | unused-type-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-type-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-type-ignore-comment | src/check_jsonschema/schema_loader/resolver.py:28:61 | Unused blanket `type: ignore` directive |
| 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:3:8 | Cannot resolve imported module `ruamel.yaml` |
| build | invalid-assignment | src/build/__main__.py:98:5 | Object of type `def _showwarning(message: Warning | str, category: type[Warning], filename: str, lineno: int, file: TextIO | None = None, line: str | None = None) -> None` is not assignable to attribute `showwarning` of type `def showwarning(message: Warning | str, category: type[Warning], filename: str, lineno: int, file: TextIO | None = None, line: str | None = None) -> None` |
| build | unresolved-import | src/build/__main__.py:102:20 | Cannot resolve imported module `colorama` |
| build | unused-type-ignore-comment | src/build/__main__.py:220:44 | Unused blanket `type: ignore` directive |
| build | unresolved-attribute | src/build/_ctx.py:17:17 | Attribute `parent` is not defined on `None` in union `ModuleSpec | None` |
| build | unresolved-import | src/build/env.py:225: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:15:8 | Cannot resolve imported module `pytest` |
| build | unresolved-import | tests/test_main.py:16:8 | Cannot resolve imported module `pytest_mock` |
| 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 | unresolved-attribute | tests/test_projectbuilder.py:299:5 | Attribute `assert_called_with` is not defined on `bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str` in union `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)` |
| build | unresolved-attribute | tests/test_projectbuilder.py:302:5 | Attribute `assert_called_with` is not defined on `bound method BuildBackendHookCaller.build_wheel(wheel_directory: str, config_settings: Mapping[str, Any] | None = None, metadata_directory: str | None = None) -> str` in union `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 | unresolved-attribute | tests/test_projectbuilder.py:361:5 | Attribute `assert_called_with` is not defined on `bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str` in union `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 | unresolved-attribute | tests/test_projectbuilder.py:442:5 | Attribute `assert_called_with` is not defined on `bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str` in union `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 | not-subscriptable | tests/test_projectbuilder.py:516:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| build | not-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 | not-subscriptable | tests/test_projectbuilder.py:528:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| build | not-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 | not-subscriptable | tests/test_projectbuilder.py:539:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| build | not-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` |
| 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-type-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` |
| 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/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-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-type-ignore-comment | cibuildwheel/platforms/android.py:558:75 | Unused blanket `type: ignore` directive |
| cibuildwheel | unused-type-ignore-comment | cibuildwheel/platforms/android.py:612:45 | Unused blanket `type: ignore` directive |
| cibuildwheel | type-assertion-failure | cibuildwheel/platforms/linux.py:327:21 | Type `Unknown | BuildFrontendConfig` is not equivalent to `Never` |
| cibuildwheel | type-assertion-failure | cibuildwheel/platforms/macos.py:528:25 | Type `Unknown | BuildFrontendConfig` is not equivalent to `Never` |
| cibuildwheel | invalid-declaration | cibuildwheel/platforms/macos.py:578:17 | Cannot declare type `list[Literal["x86_64", "arm64"]]` for inferred type `list[Unknown | str]` |
| cibuildwheel | possibly-unresolved-reference | cibuildwheel/platforms/pyodide.py:501:31 | Name `repaired_wheel` used when possibly not defined |
| cibuildwheel | possibly-unresolved-reference | cibuildwheel/platforms/pyodide.py:509:24 | Name `repaired_wheel` used when possibly not defined |
| cibuildwheel | possibly-unresolved-reference | cibuildwheel/platforms/pyodide.py:545:66 | Name `repaired_wheel` used when possibly not defined |
| cibuildwheel | possibly-unresolved-reference | cibuildwheel/platforms/pyodide.py:546:41 | Name `repaired_wheel` used when possibly not defined |
| cibuildwheel | possibly-unresolved-reference | cibuildwheel/platforms/pyodide.py:549:28 | Name `repaired_wheel` used when possibly not defined |
| cibuildwheel | type-assertion-failure | cibuildwheel/platforms/windows.py:521:25 | Type `Unknown | BuildFrontendConfig` is not equivalent to `Never` |
| cibuildwheel | invalid-assignment | cibuildwheel/resources/_cross_venv.py:32:5 | Object of type `def cross_os_uname() -> uname_result` is not assignable to attribute `uname` of type `def uname() -> uname_result` |
| 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-type-ignore-comment | cibuildwheel/schema.py:12:30 | Unused blanket `type: ignore` directive |
| 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-type-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-type-ignore-comment | comtypes/__init__.py:42:31 | Unused blanket `type: ignore` directive |
| comtypes | unresolved-import | comtypes/__init__.py:43:20 | Module `ctypes` has no member `HRESULT` |
| comtypes | unresolved-import | comtypes/__init__.py:43:29 | Module `ctypes` has no member `OleDLL` |
| comtypes | unresolved-import | comtypes/__init__.py:43:37 | Module `ctypes` has no member `WinDLL` |
| comtypes | unused-type-ignore-comment | comtypes/__init__.py:50: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-type-ignore-comment | comtypes/_comobject.py:39:33 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/_comobject.py:214:26 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/_comobject.py:217:22 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/_memberspec.py:12:33 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/_memberspec.py:226:41 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-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-type-ignore-comment | comtypes/_memberspec.py:570:54 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-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-type-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-type-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-type-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-type-ignore-comment | comtypes/_post_coinit/misc.py:26:50 | Unused blanket `type: ignore` directive |
| comtypes | invalid-parameter-default | comtypes/_post_coinit/misc.py:157:5 | Default value of type `<class 'IUnknown'>` is not assignable to annotated parameter type `type[_T_IUnknown@CoGetClassObject]` |
| comtypes | unresolved-import | comtypes/_post_coinit/unknwn.py:5:20 | Module `ctypes` has no member `HRESULT` |
| comtypes | unused-type-ignore-comment | comtypes/_post_coinit/unknwn.py:18:33 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/_post_coinit/unknwn.py:228:63 | 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-type-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-type-ignore-comment | comtypes/_vtbl.py:431:38 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-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-type-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-type-ignore-comment | comtypes/client/_create.py:11:33 | Unused blanket `type: ignore` directive |
| comtypes | invalid-parameter-default | comtypes/client/_create.py:34:5 | Default value of type `<class 'IUnknown'>` 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-type-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-type-ignore-comment | comtypes/client/_generate.py:158:21 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-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-type-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-type-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 | unresolved-import | comtypes/logutil.py:5:20 | Module `ctypes` has no member `WinDLL` |
| comtypes | unresolved-attribute | comtypes/logutil.py:29:1 | Unresolved attribute `NTDebugHandler` on type `<module 'logging'>`. |
| comtypes | invalid-assignment | comtypes/logutil.py:49:5 | Object of type `<class 'str'>` is not assignable to attribute `optionxform` of type `def optionxform(self, optionstr: str) -> str` |
| comtypes | no-matching-overload | comtypes/logutil.py:61:20 | No overload of bound method `get` matches arguments |
| comtypes | unresolved-import | comtypes/malloc.py:1:20 | Module `ctypes` has no member `HRESULT` |
| comtypes | unresolved-import | comtypes/malloc.py:1:38 | Module `ctypes` has no member `OleDLL` |
| comtypes | unresolved-import | comtypes/malloc.py:1:46 | Module `ctypes` has no member `WinDLL` |
| 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-type-ignore-comment | comtypes/messageloop.py:11:65 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/persist.py:21:33 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/safearray.py:13:33 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/safearray.py:68:58 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-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-type-ignore-comment | comtypes/server/__init__.py:15:33 | Unused blanket `type: ignore` directive |
| comtypes | invalid-parameter-default | comtypes/server/__init__.py:38:9 | Default value of type `<class 'IUnknown'>` is not assignable to annotated parameter type `type[_T_IUnknown@CreateInstance]` |
| 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-type-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 | unresolved-attribute | comtypes/server/register.py:288:25 | Attribute `_reg_clsid_` is not defined on `type` in union `Unknown | type` |
| comtypes | unresolved-attribute | comtypes/server/register.py:309:25 | Attribute `_reg_clsid_` is not defined on `type` in union `Unknown | type` |
| 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-type-ignore-comment | comtypes/shelllink.py:27: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 | unresolved-attribute | comtypes/test/__init__.py:97:11 | Module `ctypes` has no member `_pointer_type_cache` |
| comtypes | unresolved-attribute | comtypes/test/__init__.py:98:11 | Module `ctypes` has no member `_c_functype_cache` |
| comtypes | unresolved-attribute | comtypes/test/__init__.py:99:11 | Module `ctypes` has no member `_win_functype_cache` |
| comtypes | unresolved-attribute | comtypes/test/__init__.py:104:9 | Unresolved attribute `_pointer_type_cache` on type `<module 'ctypes'>`. |
| comtypes | unresolved-attribute | comtypes/test/__init__.py:105:9 | Unresolved attribute `_c_functype_cache` on type `<module 'ctypes'>`. |
| comtypes | unresolved-attribute | comtypes/test/__init__.py:106:9 | Unresolved attribute `_win_functype_cache` on type `<module 'ctypes'>`. |
| comtypes | invalid-method-override | comtypes/test/__init__.py:128: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/gdi_helper.py:3:40 | Module `ctypes` has no member `WinDLL` |
| comtypes | unresolved-import | comtypes/test/monikers_helper.py:1:20 | Module `ctypes` has no member `HRESULT` |
| comtypes | unresolved-import | comtypes/test/monikers_helper.py:1:38 | Module `ctypes` has no member `OleDLL` |
| 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:12:8 | Cannot resolve imported module `comtypes.gen.MSHTML` |
| 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_bctx.py:3:21 | Module `_ctypes` has no member `COMError` |
| comtypes | unresolved-import | comtypes/test/test_bctx.py:17:26 | Module `comtypes.gen` has no member `MSVidCtlLib` |
| comtypes | unresolved-import | comtypes/test/test_bctx.py:18:6 | Cannot resolve imported module `comtypes.gen.MSVidCtlLib` |
| comtypes | unused-type-ignore-comment | comtypes/test/test_bctx.py:24:17 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_bctx.py:31:18 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_bctx.py:38:17 | Unused blanket `type: ignore` directive |
| comtypes | unresolved-import | comtypes/test/test_casesensitivity.py:8:26 | Module `comtypes.gen` has no member `MSVidCtlLib` |
| comtypes | unused-type-ignore-comment | comtypes/test/test_classfactory.py:57:32 | Unused blanket `type: ignore` directive |
| comtypes | unresolved-attribute | comtypes/test/test_classfactory.py:64:26 | Object of type `OSError` has no attribute `winerror` |
| comtypes | unresolved-import | comtypes/test/test_client.py:13:26 | Module `comtypes.gen` has no member `Scripting` |
| comtypes | unresolved-import | comtypes/test/test_client.py:13:37 | Module `comtypes.gen` has no member `WbemScripting` |
| comtypes | unresolved-import | comtypes/test/test_client.py:174:14 | Cannot resolve imported module `comtypes.gen.UIAutomationClient` |
| comtypes | unresolved-import | comtypes/test/test_client.py:193:14 | Cannot resolve imported module `comtypes.gen.UIAutomationClient` |
| comtypes | invalid-argument-type | comtypes/test/test_client.py:209:17 | Argument to function `CreateObject` is incorrect: Expected `_COSERVERINFO | None`, found `_CArgObject` |
| comtypes | invalid-argument-type | comtypes/test/test_client.py:215:13 | Argument to function `CreateObject` is incorrect: Expected `_COSERVERINFO | None`, found `_CArgObject` |
| comtypes | unused-type-ignore-comment | comtypes/test/test_client.py:227:32 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_client.py:250:58 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_client.py:251:32 | Unused blanket `type: ignore` directive |
| comtypes | unresolved-import | comtypes/test/test_client.py:320:34 | Module `comtypes.gen` has no member `Scripting` |
| comtypes | unresolved-import | comtypes/test/test_client.py:320:45 | Module `comtypes.gen` has no member `WindowsInstaller` |
| comtypes | unresolved-import | comtypes/test/test_client.py:353:34 | Module `comtypes.gen` has no member `SpeechLib` |
| comtypes | invalid-argument-type | comtypes/test/test_client_dynamic.py:44:31 | Argument to bound method `__init__` is incorrect: Expected `_Pointer[IDispatch]`, found `IDispatch` |
| comtypes | invalid-argument-type | comtypes/test/test_client_dynamic.py:75:39 | 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:3:21 | Module `_ctypes` has no member `COMError` |
| comtypes | unresolved-import | comtypes/test/test_comobject.py:4:29 | Module `ctypes` has no member `FormatError` |
| comtypes | unresolved-import | comtypes/test/test_comobject.py:17:26 | Module `comtypes.gen` has no member `Scripting` |
| comtypes | unresolved-import | comtypes/test/test_comobject.py:18:26 | Module `comtypes.gen` has no member `UIAutomationClient` |
| comtypes | unresolved-import | comtypes/test/test_comobject.py:19: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-type-ignore-comment | comtypes/test/test_comserver.py:243:43 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_comserver.py:244:45 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_comserver.py:245:44 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-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-type-ignore-comment | comtypes/test/test_comserver.py:273:58 | Unused blanket `type: ignore` directive |
| comtypes | unresolved-import | comtypes/test/test_connectionpoints.py:14:26 | Module `comtypes.gen` has no member `MSVidCtlLib` |
| comtypes | unresolved-import | comtypes/test/test_connectionpoints.py:15:26 | Module `comtypes.gen` has no member `stdole` |
| 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_dict.py:11:8 | Cannot resolve imported module `comtypes.gen.Scripting` |
| comtypes | unused-type-ignore-comment | comtypes/test/test_dict.py:114:27 | Unused blanket `type: ignore` directive |
| 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_eventinterface.py:2:40 | Module `ctypes` has no member `WinDLL` |
| comtypes | unresolved-import | comtypes/test/test_eventinterface.py:131:16 | Cannot resolve imported module `comtypes.gen.SHDocVw` |
| 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:78:32 | Name `WindowsError` used when not defined |
| comtypes | no-matching-overload | comtypes/test/test_getactiveobj.py:82:13 | No overload of function `GetActiveObject` matches arguments |
| comtypes | unused-type-ignore-comment | comtypes/test/test_getactiveobj.py:85:32 | Unused blanket `type: ignore` directive |
| comtypes | no-matching-overload | comtypes/test/test_getactiveobj.py:89:22 | No overload of function `GetActiveObject` matches arguments |
| comtypes | unresolved-reference | comtypes/test/test_getactiveobj.py:93:32 | Name `WindowsError` used when not defined |
| comtypes | unresolved-import | comtypes/test/test_git.py:7:21 | Module `_ctypes` has no member `COMError` |
| comtypes | unresolved-import | comtypes/test/test_git.py:9:20 | Module `ctypes` has no member `HRESULT` |
| comtypes | unresolved-import | comtypes/test/test_git.py:9:38 | Module `ctypes` has no member `OleDLL` |
| comtypes | unresolved-import | comtypes/test/test_git.py:9:46 | Module `ctypes` has no member `WinDLL` |
| 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-type-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_logutil.py:7:29 | Module `ctypes` has no member `WinDLL` |
| comtypes | unresolved-attribute | comtypes/test/test_logutil.py:99:20 | Module `ctypes` has no member `FormatError` |
| comtypes | unresolved-attribute | comtypes/test/test_logutil.py:99:39 | Module `ctypes` has no member `get_last_error` |
| comtypes | unresolved-attribute | comtypes/test/test_logutil.py:114:20 | Module `ctypes` has no member `FormatError` |
| comtypes | unresolved-attribute | comtypes/test/test_logutil.py:114:39 | Module `ctypes` has no member `get_last_error` |
| comtypes | unresolved-attribute | comtypes/test/test_logutil.py:130:20 | Module `ctypes` has no member `FormatError` |
| comtypes | unresolved-attribute | comtypes/test/test_logutil.py:130:39 | Module `ctypes` has no member `get_last_error` |
| comtypes | unresolved-import | comtypes/test/test_malloc.py:2:20 | Module `ctypes` has no member `HRESULT` |
| comtypes | unresolved-import | comtypes/test/test_malloc.py:2:38 | Module `ctypes` has no member `OleDLL` |
| 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_moniker.py:7:21 | Module `_ctypes` has no member `COMError` |
| comtypes | unresolved-import | comtypes/test/test_moniker.py:8:29 | Module `ctypes` has no member `WinDLL` |
| comtypes | unresolved-import | comtypes/test/test_moniker.py:48:26 | Module `comtypes.gen` has no member `MSVidCtlLib` |
| comtypes | unresolved-import | comtypes/test/test_moniker.py:49:6 | Cannot resolve imported module `comtypes.gen.MSVidCtlLib` |
| comtypes | unused-type-ignore-comment | comtypes/test/test_moniker.py:73:17 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_moniker.py:79:17 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_moniker.py:85:17 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_moniker.py:91:17 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_moniker.py:98:17 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_moniker.py:104:17 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_moniker.py:110:17 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_moniker.py:117:18 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_moniker.py:124:17 | Unused blanket `type: ignore` directive |
| comtypes | unresolved-attribute | comtypes/test/test_npsupport.py:61:20 | Attribute `f_back` is not defined on `None` in union `FrameType | None` |
| comtypes | unresolved-attribute | comtypes/test/test_npsupport.py:61:20 | Attribute `f_locals` is not defined on `None` in union `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_persist.py:3:21 | Module `_ctypes` has no member `COMError` |
| comtypes | unresolved-import | comtypes/test/test_puredispatch.py:11:8 | Cannot resolve imported module `comtypes.gen.WindowsInstaller` |
| comtypes | unresolved-attribute | comtypes/test/test_puredispatch.py:27:14 | Module `winreg` has no member `OpenKey` |
| comtypes | unresolved-attribute | comtypes/test/test_puredispatch.py:27:29 | Module `winreg` has no member `HKEY_CLASSES_ROOT` |
| comtypes | unresolved-attribute | comtypes/test/test_puredispatch.py:28:25 | Module `winreg` has no member `QueryValueEx` |
| comtypes | unused-type-ignore-comment | comtypes/test/test_puredispatch.py:66:66 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_puredispatch.py:68:66 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_puredispatch.py:70:61 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_puredispatch.py:72:57 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_puredispatch.py:74:74 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_puredispatch.py:76:74 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_puredispatch.py:78:69 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_puredispatch.py:92:69 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_puredispatch.py:98:48 | Unused blanket `type: ignore` directive |
| comtypes | unresolved-import | comtypes/test/test_recordinfo.py:11:10 | Cannot resolve imported module `comtypes.gen.ComtypesCppTestSrvLib` |
| comtypes | unresolved-import | comtypes/test/test_rot.py:3:21 | Module `_ctypes` has no member `COMError` |
| comtypes | unresolved-import | comtypes/test/test_rot.py:23:26 | Module `comtypes.gen` has no member `MSVidCtlLib` |
| comtypes | unresolved-import | comtypes/test/test_rot.py:24:6 | Cannot resolve imported module `comtypes.gen.MSVidCtlLib` |
| comtypes | unused-type-ignore-comment | comtypes/test/test_rot.py:35:17 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_rot.py:42:18 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_rot.py:49:17 | Unused blanket `type: ignore` directive |
| comtypes | unresolved-import | comtypes/test/test_sapi.py:16:34 | Module `comtypes.gen` has no member `SpeechLib` |
| comtypes | unresolved-import | comtypes/test/test_server_automation.py:2:21 | Module `_ctypes` has no member `COMError` |
| comtypes | unresolved-import | comtypes/test/test_server_automation.py:10:26 | Module `comtypes.gen` has no member `Scripting` |
| comtypes | unresolved-attribute | comtypes/test/test_server_automation.py:72:26 | Attribute `Reset` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT` |
| comtypes | unresolved-attribute | comtypes/test/test_server_automation.py:74:26 | Attribute `Skip` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT` |
| comtypes | unresolved-attribute | comtypes/test/test_server_automation.py:76:26 | Attribute `Skip` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT` |
| comtypes | unresolved-attribute | comtypes/test/test_server_automation.py:83:26 | Attribute `Skip` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT` |
| comtypes | unresolved-attribute | comtypes/test/test_server_automation.py:97:14 | Attribute `Reset` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT` |
| comtypes | unresolved-attribute | comtypes/test/test_server_automation.py:109:13 | Attribute `Clone` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT` |
| comtypes | unresolved-attribute | comtypes/test/test_server_automation.py:115:9 | Attribute `Reset` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT` |
| comtypes | unresolved-attribute | comtypes/test/test_server_automation.py:125:9 | Attribute `Reset` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT` |
| 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_shelllink.py:4:20 | Module `ctypes` has no member `WinDLL` |
| comtypes | unresolved-import | comtypes/test/test_storage.py:5:21 | Module `_ctypes` has no member `COMError` |
| comtypes | unresolved-import | comtypes/test/test_storage.py:6:20 | Module `ctypes` has no member `HRESULT` |
| comtypes | unresolved-import | comtypes/test/test_storage.py:6:38 | Module `ctypes` has no member `OleDLL` |
| comtypes | unresolved-import | comtypes/test/test_storage.py:21:6 | Cannot resolve imported module `comtypes.gen.PortableDeviceApiLib` |
| comtypes | unused-type-ignore-comment | comtypes/test/test_storage.py:64:17 | Unused blanket `type: ignore` directive |
| comtypes | unresolved-import | comtypes/test/test_stream.py:7:21 | Module `_ctypes` has no member `COMError` |
| comtypes | unresolved-import | comtypes/test/test_stream.py:10:5 | Module `ctypes` has no member `HRESULT` |
| comtypes | unresolved-import | comtypes/test/test_stream.py:12:5 | Module `ctypes` has no member `OleDLL` |
| comtypes | unresolved-import | comtypes/test/test_stream.py:14:5 | Module `ctypes` has no member `WinDLL` |
| comtypes | unresolved-import | comtypes/test/test_stream.py:45:8 | Cannot resolve imported module `comtypes.gen.stdole` |
| comtypes | unresolved-import | comtypes/test/test_stream.py:46:6 | Cannot resolve imported module `comtypes.gen.PortableDeviceApiLib` |
| comtypes | unused-type-ignore-comment | comtypes/test/test_stream.py:98:34 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_stream.py:100:20 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_stream.py:106:34 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_stream.py:108:20 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_stream.py:515:64 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_stream.py:538:60 | Unused blanket `type: ignore` directive |
| comtypes | unused-type-ignore-comment | comtypes/test/test_stream.py:586:64 | Unused blanket `type: ignore` directive |
| comtypes | unresolved-import | comtypes/test/test_typeinfo.py:5:21 | Module `_ctypes` has no member `COMError` |
| comtypes | unresolved-reference | comtypes/test/test_typeinfo.py:20:32 | Name `WindowsError` used when not defined |
| comtypes | invalid-argument-type | comtypes/test/test_typeinfo.py:57:38 | Argument to function `QueryPathOfRegTypeLib` is incorrect: Expected `str`, found `GUID` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo.py:161:21 | Module `ctypes` has no member `WinDLL` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo.py:230:19 | Module `ctypes` has no member `WinDLL` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo.py:237:26 | Object of type `OSError` has no attribute `winerror` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo.py:243:19 | Module `ctypes` has no member `WinDLL` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo.py:247:26 | Object of type `OSError` has no attribute `winerror` |
| comtypes | unresolved-import | comtypes/test/test_typeinfo_create.py:3:20 | Module `ctypes` has no member `HRESULT` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:81:9 | Object of type `ICreateTypeLib2` has no attribute `SetName` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:82:9 | Object of type `ICreateTypeLib2` has no attribute `SetDocString` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:83:9 | Object of type `ICreateTypeLib2` has no attribute `SetHelpContext` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:84:9 | Object of type `ICreateTypeLib2` has no attribute `SetHelpFileName` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:85:9 | Object of type `ICreateTypeLib2` has no attribute `SaveAllChanges` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:101:9 | Object of type `ICreateTypeLib2` has no attribute `SetGuid` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:102:9 | Object of type `ICreateTypeLib2` has no attribute `SetLcid` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:103:9 | Object of type `ICreateTypeLib2` has no attribute `SetVersion` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:104:9 | Object of type `ICreateTypeLib2` has no attribute `SetLibFlags` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:105:9 | Object of type `ICreateTypeLib2` has no attribute `SaveAllChanges` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:119:13 | Object of type `ICreateTypeLib2` has no attribute `CreateTypeInfo` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:128:9 | Object of type `ICreateTypeLib2` has no attribute `SetDocString` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:129:9 | Object of type `ICreateTypeLib2` has no attribute `SetHelpStringContext` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:130:9 | Object of type `ICreateTypeLib2` has no attribute `SetHelpStringDll` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:131:9 | Object of type `ICreateTypeLib2` has no attribute `SaveAllChanges` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:133:26 | Object of type `ITypeLib2` has no attribute `GetDocumentation2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:139:9 | Object of type `ICreateTypeLib2` has no attribute `SetCustData` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:140:9 | Object of type `ICreateTypeLib2` has no attribute `SaveAllChanges` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:142:26 | Object of type `ITypeLib2` has no attribute `GetCustData` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:157:18 | Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:162:9 | Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:176:22 | Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:194:9 | Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:208:22 | Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:222:9 | Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:232:23 | Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:241:26 | Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:249:9 | Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:274:18 | Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:303:9 | Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:315:24 | Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:318:9 | Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | not-iterable | comtypes/test/test_typeinfo_create.py:321:26 | Object of type `None` is not iterable |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:329:22 | Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:346:9 | Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:360:22 | Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:373:9 | Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:393:22 | Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:398:22 | Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:406:9 | Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:417:18 | Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:436:9 | Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2` |
| comtypes | unresolved-attribute | comtypes/test/test_typeinfo_create.py:447:14 | Attribute `lower` is not defined on `None` in union `str | None | Unknown` |
| 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 | invalid-argument-type | comtypes/test/test_util.py:28:29 | Argument to bound method `__init__` is incorrect: Expected `int | bytes | bytearray`, found `Unknown | int | float | bytes` |
| comtypes | invalid-argument-type | comtypes/test/test_util.py:28:29 | Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | int | float | bytes` |
| comtypes | invalid-argument-type | comtypes/test/test_util.py:28:29 | Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | int | float | bytes` |
| comtypes | unresolved-import | comtypes/test/test_variant.py:290:22 | Module `time` has no member `clock` |
| comtypes | unresolved-import | comtypes/test/test_variant_outparam.py:24:34 | Module `comtypes.gen` has no member `WbemScripting` |
| comtypes | unresolved-import | comtypes/test/test_viewobject.py:4:29 | Module `ctypes` has no member `OleDLL` |
| comtypes | unresolved-import | comtypes/test/test_viewobject.py:22:8 | Cannot resolve imported module `comtypes.gen.INKEDLib` |
| comtypes | unresolved-import | comtypes/test/test_viewobject.py:23:8 | Cannot resolve imported module `comtypes.gen.MSHTML` |
| comtypes | unresolved-attribute | comtypes/test/test_viewobject.py:39:9 | Object of type `IViewObject` has no attribute `SetAdvise` |
| comtypes | unresolved-attribute | comtypes/test/test_viewobject.py:41:30 | Object of type `IViewObject` has no attribute `GetAdvise` |
| comtypes | unresolved-attribute | comtypes/test/test_viewobject.py:49:18 | Object of type `IViewObject` has no attribute `Freeze` |
| comtypes | unresolved-attribute | comtypes/test/test_viewobject.py:51:9 | Object of type `IViewObject` has no attribute `Unfreeze` |
| comtypes | unresolved-attribute | comtypes/test/test_viewobject.py:86:16 | Object of type `IViewObject2` has no attribute `GetExtent` |
| comtypes | unresolved-attribute | comtypes/test/test_viewobject.py:94:16 | Object of type `IViewObjectEx` has no attribute `GetRect` |
| comtypes | unresolved-attribute | comtypes/test/test_viewobject.py:100:18 | Object of type `IViewObjectEx` has no attribute `GetViewStatus` |
| comtypes | unresolved-attribute | comtypes/test/test_viewobject.py:108:15 | Object of type `IViewObjectEx` has no attribute `QueryHitPoint` |
| comtypes | unresolved-attribute | comtypes/test/test_viewobject.py:116: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_word.py:11:30 | Module `comtypes.gen` has no member `Word` |
| comtypes | unresolved-import | comtypes/test/time_structs_helper.py:1:40 | Module `ctypes` has no member `WinDLL` |
| 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 | Object of type `lcid` is not assignable to `<class 'lcid'>` |
| comtypes | possibly-unresolved-reference | comtypes/tools/codegenerator/packing.py:58:43 | Name `details` used when possibly not defined |
| comtypes | invalid-method-override | comtypes/tools/codegenerator/typeannotator.py:280: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:336: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-type-ignore-comment | comtypes/typeinfo.py:60:33 | Unused blanket `type: ignore` directive |
| comtypes | invalid-parameter-default | comtypes/typeinfo.py:417:9 | Default value of type `<class 'IUnknown'>` is not assignable to annotated parameter type `type[_T_IUnknown@CreateInstance]` |
| comtypes | unresolved-attribute | comtypes/typeinfo.py:771:15 | Module `ctypes` has no member `WinError` |
| comtypes | unresolved-import | comtypes/viewobject.py:3:5 | Module `ctypes` has no member `HRESULT` |
| 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 | not-subscriptable | cki_lib/gitlab.py:240:41 | Cannot subscript object of type `None` with no `__getitem__` method |
| cki-lib | not-subscriptable | cki_lib/gitlab.py:241:54 | Cannot subscript object of type `None` with no `__getitem__` method |
| cki-lib | not-subscriptable | cki_lib/gitlab.py:247:41 | Cannot subscript object of type `None` with no `__getitem__` method |
| cki-lib | not-subscriptable | cki_lib/gitlab.py:248:46 | Cannot subscript object of type `None` with no `__getitem__` method |
| cki-lib | not-subscriptable | cki_lib/gitlab.py:254:41 | Cannot subscript object of type `None` with no `__getitem__` method |
| cki-lib | not-subscriptable | cki_lib/gitlab.py:255:36 | Cannot subscript object of type `None` with no `__getitem__` method |
| cki-lib | not-subscriptable | cki_lib/gitlab.py:261:41 | Cannot subscript object of type `None` with no `__getitem__` method |
| cki-lib | not-subscriptable | cki_lib/gitlab.py:265:58 | Cannot subscript object of type `None` with no `__getitem__` method |
| cki-lib | not-subscriptable | cki_lib/gitlab.py:270:54 | Cannot subscript object of type `None` with no `__getitem__` method |
| cki-lib | not-subscriptable | cki_lib/gitlab.py:276:41 | Cannot subscript object of type `None` with no `__getitem__` method |
| cki-lib | not-subscriptable | cki_lib/gitlab.py:277: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:24:10 | Cannot resolve imported module `kubernetes` |
| cki-lib | unresolved-import | cki_lib/inttests/cluster.py:25:10 | Cannot resolve imported module `kubernetes` |
| cki-lib | unresolved-import | cki_lib/inttests/cluster.py:26:10 | Cannot resolve imported module `kubernetes` |
| cki-lib | unresolved-import | cki_lib/inttests/cluster.py:27:10 | Cannot resolve imported module `kubernetes` |
| cki-lib | unresolved-attribute | cki_lib/inttests/cluster.py:86: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 | unresolved-attribute | cki_lib/kcidb/checks.py:81:45 | Attribute `tests` is not defined on `None` in union `Unknown | None` |
| cki-lib | invalid-argument-type | cki_lib/kcidb/file.py:55:16 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str` |
| cki-lib | unresolved-attribute | cki_lib/kcidb/file.py:66:13 | Attribute `append` is not defined on `dict[Unknown | str, Unknown]` in union `Unknown | dict[Unknown | str, Unknown]` |
| cki-lib | unresolved-attribute | cki_lib/kcidb/file.py:68:21 | Attribute `index` is not defined on `dict[Unknown | str, Unknown]` in union `Unknown | dict[Unknown | str, Unknown]` |
| cki-lib | unresolved-attribute | cki_lib/kcidb/file.py:77:21 | Attribute `index` is not defined on `dict[Unknown | str, Unknown]` in union `Unknown | dict[Unknown | str, Unknown]` |
| cki-lib | unresolved-attribute | cki_lib/kcidb/file.py:81:13 | Attribute `append` is not defined on `dict[Unknown | str, Unknown]` in union `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 | invalid-return-type | cki_lib/metrics/server.py:22:12 | Return type does not match returned value: expected `None`, found `Iterator[Unknown]` |
| 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 | invalid-argument-type | tests/kcidb/test_validate.py:200:40 | Argument expression after ** must be a mapping type: Found `Unknown | str | dict[Unknown | str, Unknown | int | list[Unknown | dict[Unknown | str, Unknown | str]] | ... omitted 3 union elements]` |
| 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 | invalid-assignment | tests/test_cronjob.py:80:9 | Object of type `Mock` is not assignable to attribute `run` on type `Unknown | CronJob` |
| cki-lib | unresolved-attribute | tests/test_cronjob.py:83:9 | Attribute `join` is not defined on `None` in union `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 | unresolved-attribute | tests/test_cronjob.py:109:13 | Attribute `join` is not defined on `None` in union `Unknown | Thread | None` |
| cki-lib | unresolved-attribute | tests/test_cronjob.py:117:13 | Attribute `join` is not defined on `None` in union `Unknown | Thread | None` |
| cki-lib | unresolved-attribute | tests/test_cronjob.py:127:13 | Attribute `join` is not defined on `None` in union `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 | unresolved-attribute | tests/test_gitlab.py:251:35 | Attribute `attributes` is not defined on `None` in union `Unknown | None` |
| cki-lib | unresolved-attribute | tests/test_gitlab.py:256:35 | Attribute `attributes` is not defined on `None` in union `Unknown | None` |
| cki-lib | unresolved-attribute | tests/test_gitlab.py:261:38 | Attribute `attributes` is not defined on `None` in union `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:32 | Argument to bound method `_consume_one` is incorrect: Expected `Item`, found `tuple[Literal[""], None, Literal[""], Literal["{}"], Literal[""], Literal[""]]` |
| 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:32 | Argument to bound method `_consume_one` is incorrect: Expected `Item`, found `tuple[Literal[""], None, Literal[""], Literal["{}"], Literal[""], Literal[""]]` |
| 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` 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 `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 `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 `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 | 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 `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 | Object of type `Mock` is not assignable to attribute `_execute` of type `def _execute(self, query, *args) -> Unknown` |
| 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 | unresolved-attribute | tests/test_s3bucket.py:49:26 | Attribute `signature_version` is not defined on `None` in union `Unknown | None` |
| cki-lib | unresolved-attribute | tests/test_s3bucket.py:57:27 | Attribute `signature_version` is not defined on `None` in union `Unknown | None` |
| cki-lib | unresolved-attribute | tests/test_s3bucket.py:65:26 | Attribute `signature_version` is not defined on `None` in union `Unknown | None` |
| cki-lib | unresolved-import | tests/test_session.py:8:8 | Cannot resolve imported module `responses` |
| cki-lib | unresolved-attribute | tests/test_session.py:127:31 | Attribute `__name__` is not defined on `(Response, /) -> Any` in union `((Response, /) -> Any) | Any` |
| cki-lib | unresolved-attribute | tests/test_session.py:132:31 | Attribute `__name__` is not defined on `(Response, /) -> Any` in union `((Response, /) -> Any) | Any` |
| 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 `bool`, 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 `dict[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 `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, 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 `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 `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 `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 `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 `bool`, 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 | 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 | 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 | invalid-argument-type | tests/test_yaml.py:255:78 | Argument is incorrect: Expected `str`, found `None | Literal["a: {pooh: bear}", "1", "a: {crow: bar, pooh: !reference [a, crow]}"]` |
| 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 `tests.utils._LoggingWatcher`, found `unittest._log._LoggingWatcher` |
| cki-lib | invalid-argument-type | tests/utils.py:75:47 | Argument to function `filter_logs_by_level` is incorrect: Expected `tests.utils._LoggingWatcher`, found `unittest._log._LoggingWatcher` |
| cki-lib | invalid-argument-type | tests/utils.py:76:47 | Argument to function `filter_logs_by_level` is incorrect: Expected `tests.utils._LoggingWatcher`, found `unittest._log._LoggingWatcher` |
| cki-lib | invalid-argument-type | tests/utils.py:77:47 | Argument to function `filter_logs_by_level` is incorrect: Expected `tests.utils._LoggingWatcher`, found `unittest._log._LoggingWatcher` |
| cki-lib | invalid-argument-type | tests/utils.py:78:47 | Argument to function `filter_logs_by_level` is incorrect: Expected `tests.utils._LoggingWatcher`, found `unittest._log._LoggingWatcher` |
| cki-lib | invalid-argument-type | tests/utils.py:80:47 | Argument to function `filter_logs_by_level` is incorrect: Expected `tests.utils._LoggingWatcher`, found `unittest._log._LoggingWatcher` |
| cki-lib | invalid-argument-type | tests/utils.py:81:47 | Argument to function `filter_logs_by_level` is incorrect: Expected `tests.utils._LoggingWatcher`, found `unittest._log._LoggingWatcher` |
| cki-lib | invalid-argument-type | tests/utils.py:82:47 | Argument to function `filter_logs_by_level` is incorrect: Expected `tests.utils._LoggingWatcher`, found `unittest._log._LoggingWatcher` |
| cki-lib | invalid-argument-type | tests/utils.py:83:47 | Argument to function `filter_logs_by_level` is incorrect: Expected `tests.utils._LoggingWatcher`, found `unittest._log._LoggingWatcher` |
| cki-lib | invalid-argument-type | tests/utils.py:84:47 | Argument to function `filter_logs_by_level` is incorrect: Expected `tests.utils._LoggingWatcher`, found `unittest._log._LoggingWatcher` |
| dacite | unused-type-ignore-comment | dacite/config.py:8:44 | Unused blanket `type: ignore` directive |
| dacite | unused-type-ignore-comment | dacite/config.py:11:33 | Unused blanket `type: ignore` directive |
| dacite | unused-type-ignore-comment | dacite/data.py:2:39 | Unused blanket `type: ignore` directive |
| dacite | unused-type-ignore-comment | dacite/data.py:4:50 | Unused blanket `type: ignore` directive |
| dacite | unused-type-ignore-comment | dacite/dataclasses.py:17:45 | Unused blanket `type: ignore` directive |
| dacite | unused-type-ignore-comment | dacite/dataclasses.py:18:41 | Unused blanket `type: ignore` directive |
| dacite | unused-type-ignore-comment | dacite/generics.py:10:55 | Unused blanket `type: ignore` directive |
| dacite | unused-type-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-type-ignore-comment | dacite/types.py:5:36 | Unused blanket `type: ignore` directive |
| dacite | unused-type-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-type-ignore-comment | dacite/types.py:47:38 | Unused blanket `type: ignore` directive |
| dacite | unused-type-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-type-ignore-comment | dedupe/api.py:551:47 | Unused blanket `type: ignore` directive |
| dedupe | unused-type-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-type-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-type-ignore-comment | dedupe/canopy_index.py:85:53 | Unused blanket `type: ignore` directive |
| dedupe | unused-type-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-type-ignore-comment | dedupe/clustering.py:121:38 | Unused blanket `type: ignore` directive |
| dedupe | unused-type-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-type-ignore-comment | dedupe/core.py:111:47 | Unused blanket `type: ignore` directive |
| dedupe | unused-type-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-type-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-type-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-type-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-type-ignore-comment | dedupe/variables/categorical_type.py:19:62 | Unused blanket `type: ignore` directive |
| dedupe | unused-type-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-type-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-type-ignore-comment | dedupe/variables/string.py:76:38 | Unused blanket `type: ignore` directive |
| dedupe | unused-type-ignore-comment | dedupe/variables/string.py:78:42 | Unused blanket `type: ignore` directive |
| dedupe | unused-type-ignore-comment | dedupe/variables/string.py:109:57 | Unused blanket `type: ignore` directive |
| colour | possibly-unresolved-reference | colour/__init__.py:63:21 | Name `_KEY` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/__init__.py:63:27 | Name `_VALUE` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/__init__.py:922:5 | Name `_JCh` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/__init__.py:922:11 | Name `_Jab` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/__init__.py:922:17 | Name `_module` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/__init__.py:922:26 | Name `_sub_module` used when possibly not defined |
| colour | unresolved-attribute | colour/__init__.py:949:1 | Unresolved attribute `__application_name__` on type `<class 'colour'>`. |
| colour | unresolved-attribute | colour/__init__.py:951:1 | Unresolved attribute `__major_version__` on type `<class 'colour'>`. |
| colour | unresolved-attribute | colour/__init__.py:952:1 | Unresolved attribute `__minor_version__` on type `<class 'colour'>`. |
| colour | unresolved-attribute | colour/__init__.py:953:1 | Unresolved attribute `__change_version__` on type `<class 'colour'>`. |
| colour | unresolved-attribute | colour/__init__.py:954:1 | Unresolved attribute `__version__` on type `<class 'colour'>`. |
| colour | unresolved-attribute | colour/__init__.py:956:1 | Unresolved attribute `__disable_lazy_load__` on type `<class 'colour'>`. |
| colour | unresolved-attribute | colour/__init__.py:957:25 | Class `colour` has no attribute `__disable_lazy_load__` |
| colour | invalid-assignment | colour/__init__.py:980: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 | invalid-assignment | colour/algebra/extrapolation.py:157:52 | Object of type `NullInterpolator` is not assignable to `ProtocolInterpolator`: Incompatible value of type `NullInterpolator` |
| colour | invalid-argument-type | colour/algebra/tests/test_extrapolation.py:59:13 | Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator` |
| colour | invalid-argument-type | colour/algebra/tests/test_extrapolation.py:70:13 | Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator` |
| colour | invalid-argument-type | colour/algebra/tests/test_extrapolation.py:75:13 | Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator` |
| colour | invalid-argument-type | colour/algebra/tests/test_extrapolation.py:87:13 | Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator` |
| colour | invalid-argument-type | colour/algebra/tests/test_extrapolation.py:99:13 | Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator` |
| colour | invalid-argument-type | colour/algebra/tests/test_extrapolation.py:114:13 | Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator` |
| colour | invalid-argument-type | colour/algebra/tests/test_extrapolation.py:120:13 | Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator` |
| colour | invalid-argument-type | colour/algebra/tests/test_extrapolation.py:127:13 | Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator` |
| colour | invalid-argument-type | colour/algebra/tests/test_extrapolation.py:135:13 | Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator` |
| colour | invalid-argument-type | colour/algebra/tests/test_extrapolation.py:143:13 | Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `CubicSplineInterpolator` |
| colour | invalid-argument-type | colour/algebra/tests/test_extrapolation.py:153:13 | Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `PchipInterpolator` |
| colour | invalid-argument-type | colour/algebra/tests/test_extrapolation.py:172:41 | Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator` |
| colour | possibly-unresolved-reference | colour/appearance/hunt.py:499:63 | Name `N_cb` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/appearance/hunt.py:500:61 | Name `N_cb` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/appearance/hunt.py:501:67 | Name `N_cb` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/appearance/hunt.py:502:65 | Name `N_cb` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/appearance/hunt.py:514:55 | Name `S_p` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/appearance/hunt.py:514:60 | Name `S_w_p` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/appearance/hunt.py:514:67 | Name `N_bb` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/appearance/hunt.py:515:57 | Name `S_w_p` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/appearance/hunt.py:515:64 | Name `S_w_p` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/appearance/hunt.py:515:71 | Name `N_bb` used when possibly not defined |
| colour | invalid-argument-type | colour/appearance/scam.py:437: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:437: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 | invalid-type-form | colour/characterisation/aces_it.py:976:20 | `...` is not allowed in this context in a type expression |
| colour | invalid-type-form | colour/characterisation/aces_it.py:977:17 | `...` is not allowed in this context in a type expression |
| colour | possibly-unresolved-reference | colour/characterisation/correction.py:428:12 | Name `expansion` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/characterisation/correction.py:622: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:1656: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:2826:23 | Argument to function `reshape_sd` is incorrect: Argument type `TypeMultiSpectralDistributions@reshape_msds` does not satisfy upper bound `SpectralDistribution` of type variable `TypeSpectralDistribution` |
| colour | unresolved-attribute | colour/colorimetry/tests/test_spectrum.py:1827:17 | Attribute `values` is not defined on `Signal` in union `Unknown | Signal` |
| colour | unresolved-attribute | colour/colorimetry/tests/test_spectrum.py:1845:17 | Attribute `values` is not defined on `Signal` in union `Unknown | Signal` |
| colour | invalid-argument-type | colour/colorimetry/tests/test_tristimulus_values.py:1713:26 | Argument is incorrect: Expected `MultiSpectralDistributions`, found `SpectralDistribution` |
| colour | invalid-argument-type | colour/colorimetry/tests/test_tristimulus_values.py:1726:38 | Argument is incorrect: Expected `SpectralDistribution`, found `MultiSpectralDistributions` |
| colour | invalid-argument-type | colour/colorimetry/tests/test_tristimulus_values.py:1762:38 | Argument is incorrect: Expected `MultiSpectralDistributions`, found `SpectralDistribution` |
| colour | invalid-argument-type | colour/colorimetry/tests/test_tristimulus_values.py:1775:38 | Argument is incorrect: Expected `SpectralDistribution`, found `MultiSpectralDistributions` |
| colour | invalid-argument-type | colour/continuous/multi_signals.py:808:26 | Method `__getitem__` of type `bound method Signal.__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 `object` on object of type `Signal` |
| colour | invalid-argument-type | colour/continuous/multi_signals.py:810:16 | Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | numpy.bool[builtins.bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], Unknown]]` cannot be called with key of type `tuple[EllipsisType, object]` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]` |
| colour | invalid-argument-type | colour/continuous/multi_signals.py:940:26 | Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `object` on object of type `list[Unknown]` |
| colour | unsupported-operator | colour/continuous/signal.py:838:25 | Operator `>=` is not supported between objects of type `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements` and `floating[_16Bit] | floating[_32Bit] | float64` |
| colour | unsupported-operator | colour/continuous/signal.py:839:25 | Operator `<=` is not supported between objects of type `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements` and `floating[_16Bit] | floating[_32Bit] | float64` |
| 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 | invalid-assignment | colour/difference/cam16_ucs.py:165:18 | Object of type `(...) -> Unknown` is not assignable to `Overload[(Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, coefficients: Coefficients_UCS_Luo2006, *, additional_data: Literal[False] = False) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]], (Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, coefficients: Coefficients_UCS_Luo2006, *, additional_data: Literal[True]) -> DeltaE_Specification_Luo2006]` |
| colour | invalid-assignment | colour/difference/cam16_ucs.py:168:20 | Object of type `(...) -> Unknown` is not assignable to `Overload[(Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, *, additional_data: Literal[False] = False) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]], (Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, *, additional_data: Literal[True]) -> DeltaE_Specification_Luo2006]` |
| colour | invalid-assignment | colour/difference/cam16_ucs.py:173:20 | Object of type `(...) -> Unknown` is not assignable to `Overload[(Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, *, additional_data: Literal[False] = False) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]], (Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, *, additional_data: Literal[True]) -> DeltaE_Specification_Luo2006]` |
| colour | invalid-assignment | colour/difference/cam16_ucs.py:178:20 | Object of type `(...) -> Unknown` is not assignable to `Overload[(Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, *, additional_data: Literal[False] = False) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]], (Jpapbp_1: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, Jpapbp_2: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, *, additional_data: Literal[True]) -> DeltaE_Specification_Luo2006]` |
| colour | possibly-unresolved-reference | colour/difference/metamerism_index.py:216:9 | Name `Lab_corr_t` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/difference/metamerism_index.py:380: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 | int | float` |
| 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 | invalid-argument-type | colour/geometry/primitives.py:227:9 | Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]` |
| colour | invalid-argument-type | colour/geometry/primitives.py:427:9 | Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]` |
| colour | unresolved-reference | colour/geometry/section.py:193:11 | Name `trimesh` used when not defined |
| colour | unresolved-import | colour/geometry/section.py:256:12 | Cannot resolve imported module `trimesh.intersections` |
| colour | possibly-unresolved-reference | colour/geometry/section.py:272:36 | Name `normal` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/geometry/section.py:276:26 | Name `plane` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/geometry/section.py:276:46 | Name `plane` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/geometry/section.py:278:54 | Name `normal` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/geometry/section.py:278: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 | 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:476: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:598: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:728: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:866: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:1750:24 | Name `_JCh` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/graph/conversion.py:1750:30 | Name `_Jab` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/graph/conversion.py:1750:36 | Name `_module` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/graph/conversion.py:1750:45 | Name `_Jab_name` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/graph/conversion.py:1750:56 | Name `_JCh_name` used when possibly not defined |
| colour | unresolved-reference | colour/graph/conversion.py:1776:23 | Name `networkx` used when not defined |
| colour | unresolved-import | colour/graph/conversion.py:1786:12 | Cannot resolve imported module `networkx` |
| colour | unresolved-reference | colour/graph/conversion.py:1800:19 | Name `nx` used when not defined |
| colour | unresolved-import | colour/graph/conversion.py:1831:12 | Cannot resolve imported module `networkx` |
| colour | possibly-unresolved-reference | colour/graph/conversion.py:1842:9 | Name `CONVERSION_GRAPH` used when possibly not defined |
| colour | unresolved-attribute | colour/graph/conversion.py:1944:17 | Object of type `(...) -> Unknown` has no attribute `__name__` |
| colour | unresolved-attribute | colour/graph/conversion.py:1957:36 | Object of type `(...) -> Unknown` has no attribute `__name__` |
| colour | unresolved-attribute | colour/graph/conversion.py:1974:23 | Object of type `(...) -> Unknown` has no attribute `__name__` |
| colour | unresolved-attribute | colour/graph/conversion.py:2235:36 | Object of type `(...) -> Unknown` has no attribute `__name__` |
| colour | possibly-unresolved-reference | colour/graph/conversion.py:2246:40 | Name `scale` used when possibly not defined |
| colour | empty-body | colour/hints/__init__.py:669:32 | Function always implicitly returns `None`, which is not assignable to return type `ndarray[tuple[Any, ...], dtype[Unknown]]` |
| colour | empty-body | colour/hints/__init__.py:672: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 | invalid-argument-type | colour/io/luts/lut.py:1948:25 | Argument to function `as_array` is incorrect: Expected `type[numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 types] | None`, found `<class 'object'>` |
| colour | possibly-unresolved-reference | colour/io/luts/lut.py:2446:19 | Name `table` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/io/luts/lut.py:2448:20 | Name `domain` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/io/luts/lut.py:2449: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 | unresolved-attribute | colour/io/tests/test_image.py:74:16 | Attribute `width` is not defined on `ImageSpec` in union `Unknown | ImageSpec` |
| colour | unresolved-attribute | colour/io/tests/test_image.py:75:16 | Attribute `height` is not defined on `ImageSpec` in union `Unknown | ImageSpec` |
| colour | unresolved-attribute | colour/io/tests/test_image.py:76:16 | Attribute `nchannels` is not defined on `ImageSpec` in union `Unknown | ImageSpec` |
| colour | unresolved-attribute | colour/io/tests/test_image.py:77:16 | Attribute `format` is not defined on `ImageSpec` in union `Unknown | ImageSpec` |
| colour | unresolved-attribute | colour/io/tests/test_image.py:78:16 | Attribute `extra_attribs` is not defined on `ImageSpec` in union `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 | possibly-unresolved-reference | colour/io/tm2714.py:1698:44 | Name `mapping` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/io/tm2714.py:1700:38 | Name `mapping` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/io/tm2714.py:1702:21 | Name `mapping` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/io/tm2714.py:1702:45 | Name `mapping` used when possibly not defined |
| colour | invalid-argument-type | colour/io/uprtek_sekonic.py:421:33 | Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | list[str]` |
| colour | invalid-argument-type | colour/io/uprtek_sekonic.py:421:33 | Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | list[str]` |
| colour | deprecated | colour/io/xrite.py:79:17 | The function `open` is deprecated: Deprecated since Python 3.14. Use `open()` instead. |
| colour | possibly-unresolved-reference | colour/io/xrite.py:101:38 | Name `wavelengths` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/models/__init__.py:953:5 | Name `_JCh` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/models/__init__.py:954:5 | Name `_Jab` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/models/__init__.py:955:5 | Name `_callable` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/models/__init__.py:956:5 | Name `_module` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/models/__init__.py:957:5 | Name `_scale` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/models/__init__.py:958:5 | Name `_XYZ_to_Jab_name` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/models/__init__.py:959:5 | Name `_metadata` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/models/__init__.py:960:5 | Name `_range_scale` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/models/__init__.py:961:5 | Name `_XYZ_to_Jab_callable` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/models/__init__.py:962: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 | invalid-argument-type | colour/models/rgb/transfer_functions/filmic_pro.py:116:13 | Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator` |
| 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:353:33 | Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator` |
| 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]] | Divergent | int | float]` |
| colour | invalid-argument-type | colour/notation/munsell.py:1236:26 | Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator` |
| 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]] | Divergent | 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]] | Divergent | 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]] | Divergent | 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]] | Divergent | 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]] | Divergent | 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 | invalid-argument-type | colour/notation/tests/test_munsell.py:555:5 | Argument to function `as_array` is incorrect: Expected `type[numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 types] | None`, found `<class 'object'>` |
| colour | invalid-argument-type | colour/notation/tests/test_munsell.py:592:5 | Argument to function `as_array` is incorrect: Expected `type[numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 types] | None`, found `<class 'object'>` |
| colour | invalid-argument-type | colour/notation/tests/test_munsell.py:699:5 | Argument to function `as_array` is incorrect: Expected `type[numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 types] | None`, found `<class 'object'>` |
| 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 | 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 | int | float` |
| 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: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["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 `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 `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 `bool | 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 | 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`, 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 `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 `tuple[int | float, int | float, int | float, int | float] | None`, found `Unknown | str | Colormap` |
| colour | invalid-argument-type | colour/plotting/diagrams.py:300:9 | Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]` |
| colour | invalid-argument-type | colour/plotting/diagrams.py:358:9 | Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]` |
| colour | invalid-argument-type | colour/plotting/diagrams.py:451: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 | 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[Any]]` |
| 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:1118:43 | Argument to bound method `annotate` is incorrect: Expected `bool | 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 `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 `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 `tuple[int | float, int | float] | 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:319:9 | Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]` |
| colour | invalid-argument-type | colour/plotting/models.py:344:9 | Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]` |
| colour | invalid-argument-type | colour/plotting/models.py:419: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 | 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 `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 `bool`, 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 `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 `str | Path | MarkerStyle | None`, 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: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 `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 `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 `bool`, 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 `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 `str | Path | MarkerStyle | None`, found `Unknown | int | str | float` |
| colour | invalid-argument-type | colour/plotting/models.py:1953:27 | Argument to function `as_array` is incorrect: Expected `type[numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 types] | None`, found `<class 'object'>` |
| 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 | unused-type-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 `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 `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 `bool`, 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 `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 `str | Path | MarkerStyle | None`, 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 | possibly-unresolved-reference | colour/plotting/quality.py:237: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 | unresolved-reference | colour/plotting/section.py:281:11 | Name `trimesh` used when not defined |
| colour | invalid-argument-type | colour/plotting/section.py:392:9 | Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]` |
| 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:157:9 | Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]` |
| colour | invalid-argument-type | colour/plotting/temperature.py:233:9 | 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 | invalid-argument-type | colour/plotting/temperature.py:345:9 | Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]` |
| colour | invalid-argument-type | colour/plotting/temperature.py:379:9 | Argument to function `zeros` is incorrect: Expected `type[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 types] | None`, found `list[Unknown | tuple[str, type[floating[_16Bit] | floating[_32Bit] | float64], int]]` |
| colour | invalid-argument-type | colour/plotting/temperature.py:479: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 | invalid-argument-type | colour/plotting/temperature.py:500:17 | 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 | 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 `bool | 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 `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 `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 `tuple[int | float, int | float] | 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 | unresolved-attribute | colour/plotting/tm3018/report.py:527:5 | Attribute `set` is not defined on `None` in union `LayoutEngine | None` |
| colour | unresolved-attribute | colour/plotting/tm3018/report.py:622:5 | Attribute `set` is not defined on `None` in union `LayoutEngine | None` |
| colour | unresolved-attribute | colour/plotting/tm3018/report.py:706:5 | Attribute `set` is not defined on `None` in union `LayoutEngine | None` |
| colour | redundant-cast | colour/plotting/volume.py:506:20 | Value is already of type `list[RGB_Colourspace]` |
| colour | invalid-argument-type | colour/plotting/volume.py:599: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:643:5 | Object of type `Poly3DCollection` has no attribute `set_facecolors` |
| colour | unresolved-attribute | colour/plotting/volume.py:644:5 | Object of type `Poly3DCollection` has no attribute `set_edgecolors` |
| colour | invalid-argument-type | colour/plotting/volume.py:785:40 | Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` |
| colour | parameter-already-assigned | colour/plotting/volume.py:795:9 | Multiple values provided for parameter `s` of bound method `scatter` |
| 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:439:13 | Name `sd_planckian` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/quality/cfi2017.py:440:25 | Name `sd_planckian` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/quality/cfi2017.py:443:13 | Name `sd_daylight` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/quality/cfi2017.py:444:25 | Name `sd_daylight` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/quality/cfi2017.py:457:24 | Name `sd_daylight` used when possibly not defined |
| colour | possibly-unresolved-reference | colour/quality/cfi2017.py:459: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 | no-matching-overload | colour/recovery/gaussian.py:405:14 | No overload of function `minimize` matches arguments |
| colour | unresolved-import | colour/recovery/jakob2019.py:67:10 | Cannot resolve imported module `tqdm` |
| colour | invalid-return-type | colour/recovery/jiang2013.py:458:12 | Return type does not match returned value: expected `MultiSpectralDistributions`, found `Unknown | RGB_CameraSensitivities | floating[_16Bit] | floating[_32Bit]` |
| 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:1559: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 | invalid-argument-type | colour/utilities/array.py:661:18 | Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements` |
| colour | invalid-argument-type | colour/utilities/array.py:723:18 | Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements` |
| 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-argument-type | colour/utilities/network.py:1718:31 | Argument to bound method `append` is incorrect: Expected `Self@add_node`, found `PortNode` |
| colour | invalid-argument-type | colour/utilities/network.py:1772:31 | Argument to bound method `remove` is incorrect: Expected `Self@remove_node`, found `PortNode` |
| colour | unresolved-import | colour/utilities/network.py:1809:16 | Cannot resolve imported module `networkx` |
| colour | unresolved-attribute | colour/utilities/network.py:1832:21 | Attribute `name` is not defined on `None` in union `PortNode | None` |
| colour | unresolved-attribute | colour/utilities/network.py:1841:21 | Attribute `name` is not defined on `None` in union `PortNode | None` |
| colour | unresolved-attribute | colour/utilities/network.py:1852:21 | Attribute `name` is not defined on `None` in union `PortNode | None` |
| colour | unresolved-attribute | colour/utilities/network.py:1861:21 | Attribute `name` is not defined on `None` in union `PortNode | None` |
| colour | unused-type-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 | Object of type `def show_warning(message: Warning | str, category: type[Warning], filename: str, lineno: int, file: TextIO | None = None, line: str | None = None) -> None` is not assignable to attribute `showwarning` of type `def showwarning(message: Warning | str, category: type[Warning], filename: str, lineno: int, file: TextIO | None = None, line: str | None = None) -> None` |
| colour | unresolved-import | colour/utilities/verbose.py:872:20 | Cannot resolve imported module `pkg_resources` |
| colour | call-non-callable | colour/utilities/verbose.py:1071:29 | Object of type `None` is not callable |
| colour | call-non-callable | colour/utilities/verbose.py:1071:29 | Object of type `bool` is not callable |
| colour | invalid-argument-type | colour/utilities/verbose.py:1071:69 | Argument to function `getattr` is incorrect: Expected `str`, found `bool | (Unknown & ~None) | <class 'str'>` |
| colour | call-non-callable | colour/utilities/verbose.py:1073:29 | Object of type `None` is not callable |
| colour | call-non-callable | colour/utilities/verbose.py:1073:29 | Object of type `bool` is not callable |
| colour | unresolved-import | colour/volume/pointer_gamut.py:17:27 | Module `colour.models` has no member `LCHab_to_Lab` |
| 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:815:46 | Submodule `parse` may not be available as an attribute on module `urllib` |
| cwltool | possibly-missing-attribute | cwltool/argparser.py:853:46 | Submodule `parse` may not be available as an attribute on module `urllib` |
| cwltool | possibly-missing-attribute | cwltool/argparser.py:943:42 | Submodule `parse` may not be available as an attribute on module `urllib` |
| cwltool | possibly-missing-attribute | cwltool/argparser.py:1042: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-argument-type | cwltool/builder.py:274:21 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/builder.py:274:21 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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: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:280:21 | 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-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, Unknown | None | int | ... 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:89: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:110:21 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["not_connected"]` |
| cwltool | invalid-argument-type | cwltool/checker.py:112:12 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/checker.py:112:12 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/checker.py:112:12 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/checker.py:112:39 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/checker.py:112:39 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/checker.py:112:39 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/checker.py:114:54 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/checker.py:114:54 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["items"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/checker.py:114:54 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/checker.py:115:54 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/checker.py:115:54 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["items"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/checker.py:115:54 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/checker.py:118:12 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/checker.py:118:12 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/checker.py:118:12 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/checker.py:118:40 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/checker.py:118:40 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/checker.py:118:40 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/checker.py:119: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:119: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 | invalid-argument-type | cwltool/checker.py:120:12 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/checker.py:120:12 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/checker.py:120:12 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/checker.py:120:38 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/checker.py:120:38 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/checker.py:120:38 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | no-matching-overload | cwltool/checker.py:121:53 | No overload of bound method `get` matches arguments |
| cwltool | no-matching-overload | cwltool/checker.py:124:60 | No overload of bound method `get` matches arguments |
| cwltool | invalid-argument-type | cwltool/checker.py:130:39 | 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:130:39 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/checker.py:130:39 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/checker.py:130:39 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/checker.py:130:52 | 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:130:52 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/checker.py:130:52 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/checker.py:130:52 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/checker.py:134: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:138: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:143: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:541: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:553:34 | 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:583:45 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["entry"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:583:45 | Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["entry"]` on object of type `Top[Mapping[Unknown, object]]` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:603:75 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]` |
| cwltool | no-matching-overload | cwltool/command_line_tool.py:619:50 | No overload of bound method `get` matches arguments |
| cwltool | no-matching-overload | cwltool/command_line_tool.py:624:32 | No overload of bound method `get` matches arguments |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:626:65 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:631:77 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["secondaryFiles"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:631:77 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["secondaryFiles"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:631:77 | Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["secondaryFiles"]` on object of type `Top[Mapping[Unknown, object]]` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:654:53 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["entryname"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:654:53 | Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["entryname"]` on object of type `Top[Mapping[Unknown, object]]` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:656:60 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["entryname"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:656:60 | Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["entryname"]` on object of type `Top[Mapping[Unknown, object]]` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:711:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]` |
| cwltool | invalid-assignment | cwltool/command_line_tool.py:725: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:732:46 | Name `t2` used when possibly not defined |
| cwltool | invalid-assignment | cwltool/command_line_tool.py:853: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 | invalid-assignment | cwltool/command_line_tool.py:1438:38 | Object of type `object` is not assignable to `None | int | str | ... omitted 3 union elements` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:1538:17 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:1538:17 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:1538:17 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:1541:52 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["fields"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:1541:52 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["fields"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/command_line_tool.py:1541:52 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | possibly-missing-attribute | cwltool/cwlprov/provenance_profile.py:210:28 | Submodule `parse` may not be available as an attribute on module `urllib` |
| cwltool | invalid-argument-type | cwltool/cwlprov/provenance_profile.py:563:37 | Argument to bound method `used_artefacts` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements] | list[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`, found `str | MutableMapping[str, None | int | str | ... omitted 3 union elements]` |
| cwltool | invalid-argument-type | cwltool/cwlprov/provenance_profile.py:592:43 | Argument to bound method `generate_output_prov` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements] | MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]] | None`, found `str | MutableMapping[str, None | int | str | ... omitted 3 union elements]` |
| 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 | 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-argument-type | cwltool/cwlprov/ro.py:648:46 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/cwlprov/ro.py:648:46 | Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]` |
| cwltool | invalid-argument-type | cwltool/cwlprov/ro.py:648:46 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["checksum"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/cwlprov/ro.py:648:46 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["checksum"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/cwlprov/ro.py:661:66 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/cwlprov/ro.py:661:66 | Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]` |
| cwltool | invalid-argument-type | cwltool/cwlprov/ro.py:661:66 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["location"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/cwlprov/ro.py:661:66 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["location"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/cwlprov/ro.py:662:55 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/cwlprov/ro.py:662:55 | Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]` |
| cwltool | invalid-argument-type | cwltool/cwlprov/ro.py:662:55 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["location"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/cwlprov/ro.py:662:55 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["location"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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 | 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 | 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 `float` |
| 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 | 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 | not-subscriptable | cwltool/cwlprov/ro.py:669:25 | Cannot delete subscript on object of type `float` with no `__delitem__` method |
| cwltool | not-subscriptable | cwltool/cwlprov/ro.py:669:25 | Cannot delete subscript on object of type `int` with no `__delitem__` method |
| cwltool | not-subscriptable | cwltool/cwlprov/ro.py:669:25 | Cannot delete subscript on object of type `str` with no `__delitem__` method |
| cwltool | invalid-argument-type | cwltool/cwlprov/ro.py:669:25 | Method `__delitem__` of type `Overload[(index: int, /) -> None, (index: slice[int | None, int | None, int | None], /) -> None]` cannot be called with key of type `Literal["path"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/cwlprov/ro.py:669:25 | Method `__delitem__` of type `Overload[(index: int, /) -> None, (index: slice[int | None, int | None, int | None], /) -> None]` cannot be called with key of type `Literal["path"]` 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 | not-subscriptable | cwltool/cwlprov/ro.py:674:21 | Cannot delete subscript on object of type `float` with no `__delitem__` method |
| cwltool | not-subscriptable | cwltool/cwlprov/ro.py:674:21 | Cannot delete subscript on object of type `int` with no `__delitem__` method |
| cwltool | not-subscriptable | cwltool/cwlprov/ro.py:674:21 | Cannot delete subscript on object of type `str` with no `__delitem__` method |
| cwltool | invalid-argument-type | cwltool/cwlprov/ro.py:674:21 | Method `__delitem__` of type `Overload[(index: int, /) -> None, (index: slice[int | None, int | None, int | None], /) -> None]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/cwlprov/ro.py:674:21 | Method `__delitem__` of type `Overload[(index: int, /) -> None, (index: slice[int | None, int | None, int | None], /) -> None]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]` |
| 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[str, str]` |
| cwltool | invalid-argument-type | cwltool/cwlviewer.py:124:40 | Argument to bound method `query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[str, str]` |
| cwltool | invalid-argument-type | cwltool/cwlviewer.py:155:35 | Argument to bound method `query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[str, str]` |
| cwltool | possibly-unresolved-reference | cwltool/docker.py:267:48 | Name `file_copy` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/docker.py:298:52 | Name `new_dir` used when possibly not defined |
| cwltool | invalid-method-override | cwltool/docker.py:309:9 | Invalid override of method `create_runtime`: Definition is incompatible with `ContainerCommandLineJob.create_runtime` |
| cwltool | unused-type-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:672: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:705:54 | Name `new_file` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/job.py:708:38 | Name `new_file` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/job.py:711:41 | Name `new_file` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/job.py:713:48 | Name `new_file` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/job.py:715:52 | Name `new_file` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/job.py:716:35 | Name `new_file` used when possibly not defined |
| 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 | Cannot assign to a subscript on an object of type `str` |
| 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:190:25 | 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-argument-type | cwltool/load_tool.py:227:28 | Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, None | int | str | ... omitted 3 union elements] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]` |
| cwltool | invalid-argument-type | cwltool/load_tool.py:227:28 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/load_tool.py:228:29 | Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, None | int | str | ... omitted 3 union elements] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]` |
| cwltool | invalid-argument-type | cwltool/load_tool.py:228:29 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/load_tool.py:229:34 | Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, None | int | str | ... omitted 3 union elements] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]` |
| cwltool | invalid-argument-type | cwltool/load_tool.py:229:34 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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 | 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 | 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:231:13 | Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, None | int | str | ... omitted 3 union elements] | str, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]` |
| cwltool | invalid-argument-type | cwltool/load_tool.py:231:13 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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 | invalid-argument-type | cwltool/load_tool.py:332:27 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]` |
| cwltool | invalid-argument-type | cwltool/load_tool.py:332:27 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/load_tool.py:332:27 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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 | not-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 | not-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 | Object of type `(*args) -> Unknown` is not assignable to attribute `default_user_agent` of type `def default_user_agent(name: str = "python-requests") -> str` |
| 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:196:59 | Argument to function `generate_example_input` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object` |
| cwltool | invalid-argument-type | cwltool/main.py:203:59 | Argument to function `generate_example_input` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object` |
| 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-argument-type | cwltool/main.py:277:27 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:277:27 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/main.py:277:58 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:277:58 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/main.py:278:38 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:278:38 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-assignment | cwltool/main.py:280:21 | Cannot assign to a subscript on an object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:290:27 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:290:27 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-assignment | cwltool/main.py:291:17 | Cannot assign to a subscript on an object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:294:74 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:294:74 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/main.py:298:27 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:298:27 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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[str | MutableMapping[str, None | int | str | ... omitted 3 union elements] | (Unknown & Top[Mapping[Unknown, object]]) | ... omitted 4 union elements]` |
| cwltool | invalid-argument-type | cwltool/main.py:301:43 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:301:43 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/main.py:303:16 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:303:16 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/main.py:304:25 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["items"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:304:25 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/main.py:304:58 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["items"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:304:58 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/main.py:304:85 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["items"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:304:85 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-assignment | cwltool/main.py:305:17 | Cannot assign to a subscript on an object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:312:16 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:312:16 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-assignment | cwltool/main.py:313:17 | Cannot assign to a subscript on an object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:316:74 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["fields"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/main.py:316:74 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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 & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... 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-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:1156:25 | Name `tool` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/main.py:1163:26 | Name `tool` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/main.py:1167:31 | Name `tool` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/main.py:1171:45 | Name `tool` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/main.py:1178:43 | Name `tool` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/main.py:1185:46 | Name `tool` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/main.py:1192:30 | Name `tool` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/main.py:1193:25 | Name `tool` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/main.py:1195:21 | Name `tool` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/main.py:1223:23 | Name `tool` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/main.py:1224:20 | Name `tool` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/main.py:1262:27 | Name `tool` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/main.py:1268:49 | Name `tool` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/main.py:1271:42 | Name `tool` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/main.py:1278:21 | Name `tool` used when possibly not defined |
| cwltool | possibly-unresolved-reference | cwltool/main.py:1317:17 | Name `tool` used when possibly not defined |
| cwltool | invalid-argument-type | cwltool/main.py:1333: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:1337: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:30:38 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["run"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/pack.py:30:38 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/pack.py:31:16 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["run"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/pack.py:31:16 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/pack.py:32:26 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["run"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/pack.py:32:26 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/pack.py:33:40 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["run"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/pack.py:33:40 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["run"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/pack.py:47:38 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/pack.py:47:38 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/pack.py:47:38 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/pack.py:47:38 | 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/pack.py:48:35 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/pack.py:48:35 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/pack.py:48:35 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/pack.py:48:35 | 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/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-argument-type | cwltool/pack.py:91:31 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/pack.py:91:31 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/pack.py:91:31 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/pack.py:91:31 | 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/pack.py:92:39 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/pack.py:92:39 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/pack.py:92:39 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/pack.py:92:39 | 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/pack.py:96:25 | Cannot assign to a subscript on an object of type `float` |
| 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-argument-type | cwltool/pack.py:103: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:138:9 | Invalid subscript assignment with key of type `object` and value of type `CommentedMap` on object of type `dict[str, CommentedMap | CommentedSeq | str | None]` |
| cwltool | invalid-argument-type | cwltool/pack.py:138:29 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/pack.py:138:29 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | possibly-missing-attribute | cwltool/pack.py:140:19 | Submodule `parse` may not be available as an attribute on module `urllib` |
| cwltool | not-subscriptable | cwltool/pack.py:143:20 | Cannot subscript object of type `object` with no `__getitem__` method |
| cwltool | not-subscriptable | cwltool/pack.py:144:27 | Cannot subscript object of type `object` with no `__getitem__` method |
| cwltool | not-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-argument-type | cwltool/process.py:321:47 | 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 `str | 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 `float` |
| 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 | 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-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-argument-type | cwltool/process.py:494: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:1056:58 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/process.py:1056:58 | Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]` |
| cwltool | invalid-argument-type | cwltool/process.py:1056:58 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["requirements"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/process.py:1056:58 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["requirements"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/process.py:1058:37 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | cwltool/process.py:1058:37 | Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]` |
| cwltool | invalid-argument-type | cwltool/process.py:1058:37 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["requirements"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/process.py:1058:37 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["requirements"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/process.py:1211:26 | Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["id"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]` |
| cwltool | invalid-argument-type | cwltool/process.py:1211:26 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/process.py:1212:58 | Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["id"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]` |
| cwltool | invalid-argument-type | cwltool/process.py:1212:58 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/process.py:1217:20 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]` |
| cwltool | no-matching-overload | cwltool/process.py:1218:37 | No overload of bound method `get` matches arguments |
| cwltool | invalid-argument-type | cwltool/process.py:1218:65 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["path"]` |
| cwltool | invalid-argument-type | cwltool/process.py:1221:30 | Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["class"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]` |
| cwltool | invalid-argument-type | cwltool/process.py:1221:30 | 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/process.py:1225:40 | Method `__getitem__` of type `Overload[(index: int, /) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None], /) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["basename"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]` |
| cwltool | invalid-argument-type | cwltool/process.py:1225:40 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["basename"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | cwltool/process.py:1327: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:578: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/subgraph.py:235:36 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str` |
| cwltool | invalid-argument-type | cwltool/subgraph.py:235:36 | Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["id"]` on object of type `Top[Mapping[Unknown, object]]` |
| cwltool | positional-only-parameter-as-kwarg | cwltool/update.py:58:31 | Positional-only parameter 2 (`index`) passed as keyword argument of bound method `pop` |
| 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 | Any` and value of type `str | MutableSequence[Any] | MutableMapping[str, Any]` on object of type `MutableSequence[Any]` |
| cwltool | invalid-argument-type | cwltool/utils.py:186:41 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]` |
| cwltool | invalid-argument-type | cwltool/utils.py:186:41 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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 | Object of type `def default_make_tool(toolpath_object: CommentedMap, loadingContext: LoadingContext) -> Process` is not assignable to attribute `default_make_tool` of type `def make_tool_notimpl(toolpath_object: CommentedMap, loadingContext: LoadingContext) -> Process` |
| 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-type-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 | unresolved-import | setup.py:97:10 | Cannot resolve imported module `mypyc.build` |
| cwltool | not-subscriptable | tests/test_examples.py:327:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| cwltool | not-subscriptable | tests/test_examples.py:327:12 | Cannot subscript object of type `float` with no `__getitem__` method |
| cwltool | not-subscriptable | tests/test_examples.py:327:12 | Cannot subscript object of type `int` with no `__getitem__` method |
| cwltool | invalid-argument-type | tests/test_examples.py:327:12 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["checksum"]` on object of type `str` |
| cwltool | invalid-argument-type | tests/test_examples.py:327:12 | Method `__getitem__` of type `bound method MutableMapping[str, Divergent].__getitem__(key: str, /) -> Divergent` cannot be called with key of type `Literal[0]` on object of type `MutableMapping[str, Divergent]` |
| cwltool | not-subscriptable | tests/test_examples.py:328:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| cwltool | not-subscriptable | tests/test_examples.py:328:12 | Cannot subscript object of type `float` with no `__getitem__` method |
| cwltool | not-subscriptable | tests/test_examples.py:328:12 | Cannot subscript object of type `int` with no `__getitem__` method |
| cwltool | invalid-argument-type | tests/test_examples.py:328:12 | Method `__getitem__` of type `bound method MutableMapping[str, Divergent].__getitem__(key: str, /) -> Divergent` cannot be called with key of type `Literal[1]` on object of type `MutableMapping[str, Divergent]` |
| cwltool | not-subscriptable | tests/test_examples.py:329:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| cwltool | not-subscriptable | tests/test_examples.py:329:12 | Cannot subscript object of type `float` with no `__getitem__` method |
| cwltool | not-subscriptable | tests/test_examples.py:329:12 | Cannot subscript object of type `int` with no `__getitem__` method |
| cwltool | invalid-argument-type | tests/test_examples.py:329:12 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["checksum"]` on object of type `str` |
| cwltool | invalid-argument-type | tests/test_examples.py:329:12 | Method `__getitem__` of type `bound method MutableMapping[str, Divergent].__getitem__(key: str, /) -> Divergent` cannot be called with key of type `Literal[2]` on object of type `MutableMapping[str, Divergent]` |
| cwltool | not-subscriptable | tests/test_examples.py:342:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| cwltool | not-subscriptable | tests/test_examples.py:342:12 | Cannot subscript object of type `float` with no `__getitem__` method |
| cwltool | not-subscriptable | tests/test_examples.py:342:12 | Cannot subscript object of type `int` with no `__getitem__` method |
| cwltool | invalid-argument-type | tests/test_examples.py:342:12 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | tests/test_examples.py:342:12 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["checksum"]` on object of type `str` |
| cwltool | invalid-argument-type | tests/test_examples.py:1427:12 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | tests/test_examples.py:1427:12 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["checksum"]` on object of type `Top[dict[Unknown, Unknown]]` |
| cwltool | invalid-argument-type | tests/test_examples.py:1672:28 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["location"]` on object of type `str` |
| cwltool | not-iterable | tests/test_examples.py:1672:63 | Object of type `None | int | str | ... omitted 3 union elements` may not be iterable |
| cwltool | invalid-assignment | tests/test_ext.py:267: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:287:5 | Submodule `process` may not be available as an attribute on module `cwltool` |
| cwltool | possibly-missing-attribute | tests/test_mpi.py:288:14 | Submodule `process` may not be available as an attribute on module `cwltool` |
| cwltool | possibly-missing-attribute | tests/test_mpi.py:318:12 | Submodule `argparser` may not be available as an attribute on module `cwltool` |
| cwltool | possibly-missing-attribute | tests/test_mpi.py:322:10 | Submodule `main` may not be available as an attribute on module `cwltool` |
| cwltool | possibly-missing-attribute | tests/test_mpi.py:349:18 | Submodule `job` may not be available as an attribute on module `cwltool` |
| cwltool | possibly-missing-attribute | tests/test_mpi.py:357:18 | Submodule `docker` may not be available as an attribute on module `cwltool` |
| cwltool | possibly-missing-attribute | tests/test_mpi.py:363:24 | Submodule `errors` may not be available as an attribute on module `cwltool` |
| cwltool | possibly-missing-attribute | tests/test_mpi.py:371: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 | unresolved-attribute | tests/test_provenance.py:632:47 | Object of type `Node` has no attribute `endswith` |
| cwltool | invalid-argument-type | tests/test_provenance.py:638:41 | Argument to function `_arcp2file` is incorrect: Expected `str`, found `Unknown | Node` |
| cwltool | invalid-argument-type | tests/test_provenance.py:639:43 | Argument to bound method `parse` is incorrect: Expected `str | None`, found `Unknown | Node` |
| cwltool | invalid-argument-type | tests/test_secrets.py:31:41 | Method `__getitem__` of type `Overload[(index: int, /) -> Divergent, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["foo"]` on object of type `MutableSequence[Divergent]` |
| cwltool | invalid-argument-type | tests/test_secrets.py:31:41 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["foo"]` on object of type `Top[dict[Unknown, Unknown]]` |
| cwltool | invalid-type-form | tests/test_singularity.py:373:16 | Function calls are not allowed in type expressions |
| cwltool | invalid-type-form | tests/test_singularity.py:373:29 | Function calls are not allowed in type expressions |
| cwltool | possibly-unresolved-reference | tests/test_toolargparse.py:260:46 | Name `script` used when possibly not defined |
| discord.py | unused-type-ignore-comment | discord/abc.py:691:62 | Unused blanket `type: ignore` directive |
| 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-assignment | discord/activity.py:416:39 | Object of type `(Any & ~AlwaysFalsy) | dict[Unknown, Unknown]` is not assignable to `ActivityAssets`: Incompatible value of type `(Any & ~AlwaysFalsy) | dict[Unknown, Unknown]` |
| 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-type-ignore-comment | discord/activity.py:741:109 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-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 | 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-type-form | discord/app_commands/commands.py:149:92 | `...` is not allowed in this context in a type expression |
| 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:688:97 | Attribute `__globals__` is not defined on `(...) -> Coroutine[Any, Any, Unknown]` in union `((...) -> 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-type-ignore-comment | discord/app_commands/commands.py:858:83 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/app_commands/commands.py:859:65 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/app_commands/commands.py:907:79 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/app_commands/commands.py:1018:69 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-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 | unused-type-ignore-comment | discord/app_commands/commands.py:2489:23 | Unused blanket `type: ignore` directive |
| discord.py | unresolved-attribute | discord/app_commands/errors.py:453:95 | Object of type `Top[(...) -> Coroutine[object, Never, object]]` 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-type-ignore-comment | discord/app_commands/models.py:482:37 | Unused blanket `type: ignore` directive |
| discord.py | invalid-return-type | discord/app_commands/models.py:924: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:112: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:117:67 | Argument to bound method `_checked_translate` is incorrect: Expected `locale_str`, found `str | locale_str` |
| discord.py | unused-type-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: Expected `Self@_dispatch_error`, found `Interaction[ClientT@CommandTree]` |
| 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: Expected `Self@_call_context_menu`, found `Interaction[ClientT@CommandTree]` |
| 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:1306:19 | No argument provided for required parameter `error` of function `on_error` |
| discord.py | invalid-argument-type | discord/app_commands/tree.py:1306:33 | Argument to function `on_error` is incorrect: Expected `Self@_call`, found `Interaction[ClientT@CommandTree]` |
| discord.py | invalid-argument-type | discord/app_commands/tree.py:1306:46 | Argument to function `on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError` |
| discord.py | unused-type-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-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-type-ignore-comment | discord/channel.py:255:97 | Unused blanket `type: ignore` directive |
| discord.py | invalid-method-override | discord/channel.py:373:9 | Invalid override of method `_update`: Definition is incompatible with `GuildChannel._update` |
| discord.py | unresolved-attribute | discord/channel.py:631:31 | Object of type `object` has no attribute `id` |
| discord.py | invalid-method-override | discord/channel.py:1097:15 | Invalid override of method `_get_channel`: Definition is incompatible with `Messageable._get_channel` |
| discord.py | invalid-method-override | discord/channel.py:1106:9 | Invalid override of method `_update`: Definition is incompatible with `GuildChannel._update` |
| discord.py | unresolved-attribute | discord/channel.py:1275:31 | Object of type `object` has no attribute `id` |
| discord.py | invalid-method-override | discord/channel.py:1767:9 | Invalid override of method `_update`: Definition is incompatible with `VocalGuildChannel._update` |
| discord.py | invalid-method-override | discord/channel.py:2062:9 | Invalid override of method `_update`: Definition is incompatible with `GuildChannel._update` |
| discord.py | invalid-method-override | discord/channel.py:2474:9 | Invalid override of method `_update`: Definition is incompatible with `GuildChannel._update` |
| discord.py | invalid-method-override | discord/channel.py:2615:15 | Invalid override of method `clone`: Definition is incompatible with `GuildChannel.clone` |
| discord.py | missing-argument | discord/channel.py:3230:40 | No argument provided for required parameter `data` of function `store_user` |
| discord.py | invalid-argument-type | discord/channel.py:3230:57 | Argument to function `store_user` is incorrect: Expected `ConnectionState[Client]`, found `PartialUser` |
| discord.py | unused-type-ignore-comment | discord/channel.py:3252:31 | Unused blanket `type: ignore` directive |
| discord.py | missing-argument | discord/channel.py:3405:40 | No argument provided for required parameter `data` of function `store_user` |
| discord.py | invalid-argument-type | discord/channel.py:3405:63 | Argument to function `store_user` is incorrect: Expected `ConnectionState[Client]`, found `PartialUser` |
| discord.py | invalid-return-type | discord/client.py:369:16 | Return type does not match returned value: expected `ConnectionState[Self@_get_state]`, found `ConnectionState[Client]` |
| discord.py | invalid-argument-type | discord/client.py:727:59 | Argument to bound method `from_client` is incorrect: Expected `URL | None`, found `Unknown | int | None` |
| discord.py | invalid-argument-type | discord/client.py:727:59 | Argument to bound method `from_client` is incorrect: Expected `bool`, found `Unknown | int | None` |
| discord.py | invalid-argument-type | discord/client.py:727:59 | Argument to bound method `from_client` is incorrect: Expected `str | None`, found `Unknown | int | None` |
| discord.py | invalid-argument-type | discord/client.py:727:59 | Argument to bound method `from_client` is incorrect: Expected `str`, found `Unknown | int | None` |
| discord.py | invalid-argument-type | discord/client.py:2717:93 | Argument to bound method `format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements` |
| discord.py | unused-type-ignore-comment | discord/client.py:2721:81 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/client.py:2727:80 | Unused blanket `type: ignore` directive |
| discord.py | invalid-type-form | discord/components.py:91:9 | Variable of type `Literal["TextDisplay"]` is not allowed in a type expression |
| discord.py | invalid-assignment | discord/components.py:488:40 | Invalid assignment to key "channel_types" with declared type `list[Literal[0, 1, 2, 3, 4, ... omitted 8 literals]]` on TypedDict `SelectMenu`: value of type `list[Unknown | int]` |
| discord.py | invalid-method-override | discord/components.py:577:9 | Invalid override of method `from_dict`: Definition is incompatible with `BaseOption.from_dict` |
| discord.py | invalid-type-form | discord/components.py:839:29 | Variable of type `Literal["TextDisplay"]` is not allowed in a type expression |
| discord.py | unused-type-ignore-comment | discord/components.py:846:50 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/components.py:1147:45 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/components.py:1249:44 | Unused blanket `type: ignore` directive |
| discord.py | invalid-argument-type | discord/components.py:1378:27 | Invalid argument to key "components" with declared type `list[ActionRow | TextComponent | MediaGalleryComponent | ... omitted 4 union elements]` on TypedDict `ContainerComponent`: value of type `list[ActionRow | TextComponent | MediaGalleryComponent | ... omitted 13 union elements]` |
| discord.py | invalid-argument-type | discord/components.py:1752:26 | Argument to bound method `__init__` is incorrect: Expected `ActionRow`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 13 union elements` |
| discord.py | invalid-argument-type | discord/components.py:1754:23 | Argument to bound method `__init__` is incorrect: Expected `ButtonComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 12 union elements` |
| discord.py | invalid-argument-type | discord/components.py:1756:26 | Argument to bound method `__init__` is incorrect: Expected `TextInput`, found `SelectMenu | TextInput | LabelComponent | ... omitted 11 union elements` |
| discord.py | invalid-argument-type | discord/components.py:1760:33 | Argument to bound method `__init__` is incorrect: Expected `SectionComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 10 union elements` |
| discord.py | invalid-argument-type | discord/components.py:1762:28 | Argument to bound method `__init__` is incorrect: Expected `TextComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 9 union elements` |
| discord.py | invalid-argument-type | discord/components.py:1764:35 | Argument to bound method `__init__` is incorrect: Expected `ThumbnailComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 8 union elements` |
| discord.py | invalid-argument-type | discord/components.py:1766:38 | Argument to bound method `__init__` is incorrect: Expected `MediaGalleryComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 7 union elements` |
| discord.py | invalid-argument-type | discord/components.py:1768:30 | Argument to bound method `__init__` is incorrect: Expected `FileComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 6 union elements` |
| discord.py | invalid-argument-type | discord/components.py:1770:35 | Argument to bound method `__init__` is incorrect: Expected `SeparatorComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 5 union elements` |
| discord.py | invalid-argument-type | discord/components.py:1772:26 | Argument to bound method `__init__` is incorrect: Expected `ContainerComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 4 union elements` |
| discord.py | invalid-argument-type | discord/components.py:1774:31 | Argument to bound method `__init__` is incorrect: Expected `LabelComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 3 union elements` |
| discord.py | invalid-argument-type | discord/components.py:1776:36 | Argument to bound method `__init__` is incorrect: Expected `FileUploadComponent`, found `SelectMenu | FileUploadComponent | RadioGroupComponent | CheckboxGroupComponent | CheckboxComponent` |
| discord.py | invalid-argument-type | discord/components.py:1778:36 | Argument to bound method `__init__` is incorrect: Expected `RadioGroupComponent`, found `SelectMenu | RadioGroupComponent | CheckboxGroupComponent | CheckboxComponent` |
| discord.py | invalid-argument-type | discord/components.py:1780:39 | Argument to bound method `__init__` is incorrect: Expected `CheckboxGroupComponent`, found `SelectMenu | CheckboxGroupComponent | CheckboxComponent` |
| discord.py | invalid-argument-type | discord/components.py:1782:34 | Argument to bound method `__init__` is incorrect: Expected `CheckboxComponent`, found `SelectMenu | CheckboxComponent` |
| discord.py | invalid-method-override | discord/embeds.py:308:9 | Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__` |
| 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 | unresolved-attribute | discord/emoji.py:186:16 | Attribute `_get_guild` is not defined on `None` in union `Any | None | ConnectionState[Client]` |
| discord.py | unresolved-attribute | discord/emoji.py:225:30 | Attribute `application_id` is not defined on `None` in union `Any | None | ConnectionState[Client]` |
| discord.py | unresolved-attribute | discord/emoji.py:229:19 | Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]` |
| discord.py | unresolved-attribute | discord/emoji.py:232:15 | Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]` |
| discord.py | unresolved-attribute | discord/emoji.py:282:30 | Attribute `application_id` is not defined on `None` in union `Any | None | ConnectionState[Client]` |
| discord.py | unresolved-attribute | discord/emoji.py:287:26 | Attribute `http` is not defined on `None` in union `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 | unresolved-attribute | discord/emoji.py:294:22 | Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]` |
| discord.py | invalid-assignment | discord/enums.py:97:5 | Object of type `(self) -> Unknown` is not assignable to attribute `__repr__` of type `def __repr__(self) -> str` |
| discord.py | invalid-assignment | discord/enums.py:98:5 | Object of type `(self) -> Unknown` is not assignable to attribute `__str__` of type `def __str__(self) -> str` |
| discord.py | invalid-assignment | discord/enums.py:100:9 | Object of type `(self, other) -> Unknown` is not assignable to attribute `__le__` of type `def __le__(self, value: tuple[Unknown, ...], /) -> bool` |
| discord.py | invalid-assignment | discord/enums.py:101:9 | Object of type `(self, other) -> Unknown` is not assignable to attribute `__ge__` of type `def __ge__(self, value: tuple[Unknown, ...], /) -> bool` |
| discord.py | invalid-assignment | discord/enums.py:102:9 | Object of type `(self, other) -> Unknown` is not assignable to attribute `__lt__` of type `def __lt__(self, value: tuple[Unknown, ...], /) -> bool` |
| discord.py | invalid-assignment | discord/enums.py:103:9 | Object of type `(self, other) -> Unknown` is not assignable to attribute `__gt__` of type `def __gt__(self, value: tuple[Unknown, ...], /) -> bool` |
| discord.py | unused-type-ignore-comment | discord/enums.py:160:51 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-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-type-ignore-comment | discord/ext/commands/bot.py:186:65 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-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-type-ignore-comment | discord/ext/commands/bot.py:307:48 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/bot.py:308:107 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-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-type-ignore-comment | discord/ext/commands/bot.py:331:48 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/bot.py:332:105 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-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-type-ignore-comment | discord/ext/commands/bot.py:1223:79 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-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 | unused-type-ignore-comment | discord/ext/commands/cog.py:306:97 | Unused blanket `type: ignore` directive |
| discord.py | unresolved-attribute | discord/ext/commands/cog.py:335:27 | Object of type `(...) -> Coroutine[Any, Any, Any]` has no attribute `__name__` |
| discord.py | unused-type-ignore-comment | discord/ext/commands/cog.py:370:79 | Unused blanket `type: ignore` directive |
| discord.py | invalid-method-override | discord/ext/commands/context.py:412:15 | Invalid override of method `_get_channel`: Definition is incompatible with `Messageable._get_channel` |
| discord.py | invalid-method-override | discord/ext/commands/context.py:784:9 | Invalid override of method `typing`: Definition is incompatible with `Messageable.typing` |
| discord.py | unused-type-ignore-comment | discord/ext/commands/context.py:1120:16 | Unused blanket `type: ignore` directive |
| discord.py | no-matching-overload | discord/ext/commands/context.py:1139:25 | No overload of bound method `send` matches arguments |
| discord.py | invalid-return-type | discord/ext/commands/converter.py:381:16 | Return type does not match returned value: expected `tuple[int | None, int, int]`, found `tuple[(Guild & ~AlwaysTruthy) | None | int, int, int]` |
| discord.py | invalid-argument-type | discord/ext/commands/converter.py:404: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-type-ignore-comment | discord/ext/commands/converter.py:491:77 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/converter.py:496:57 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/converter.py:523:55 | Unused blanket `type: ignore` directive |
| discord.py | invalid-method-override | discord/ext/commands/converter.py:1143:9 | Invalid override of method `__class_getitem__`: Definition is incompatible with `list.__class_getitem__` |
| discord.py | unused-type-ignore-comment | discord/ext/commands/converter.py:1151:78 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/converter.py:1165:42 | Unused blanket `type: ignore` directive |
| discord.py | unresolved-attribute | discord/ext/commands/converter.py:1235:89 | Attribute `name` is not defined on `None` in union `Parameter | None` |
| discord.py | unused-type-ignore-comment | discord/ext/commands/converter.py:1300:32 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/converter.py:1356: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 | 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-type-ignore-comment | discord/ext/commands/core.py:623:77 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:625:67 | Unused blanket `type: ignore` directive |
| discord.py | possibly-missing-attribute | discord/ext/commands/core.py:680:52 | Attribute `cog_command_error` may be missing on object of type `CogT@Command & ~None` |
| discord.py | possibly-missing-attribute | discord/ext/commands/core.py:919:47 | Attribute `cog_before_invoke` may be missing on object of type `CogT@Command & ~None` |
| discord.py | invalid-argument-type | discord/ext/commands/core.py:921:23 | Argument to bound method `cog_before_invoke` is incorrect: Expected `Cog`, found `CogT@Command` |
| discord.py | possibly-missing-attribute | discord/ext/commands/core.py:939:47 | Attribute `cog_after_invoke` may be missing on object of type `CogT@Command & ~None` |
| discord.py | invalid-argument-type | discord/ext/commands/core.py:941:23 | Argument to bound method `cog_after_invoke` is incorrect: Expected `Cog`, found `CogT@Command` |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:1063:71 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:1064:50 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:1075:59 | Unused blanket `type: ignore` directive |
| discord.py | possibly-missing-attribute | discord/ext/commands/core.py:1312:58 | Attribute `cog_check` may be missing on object of type `CogT@Command & ~None` |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:1323:95 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:1521:37 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:1551:48 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:1578:35 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:1608:48 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:1673:75 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:1674:54 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:1708:63 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:1762:33 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:1768:67 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:1830:31 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-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, Top[(...)], 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, Top[(...)], 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 | 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]) -> 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, Top[(...)], 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, Top[(...)], 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, Top[(...)], 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 | 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]) -> 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, Top[(...)], 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, Top[(...)], 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, Top[(...)], 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, Top[(...)], Unknown]]` |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:2502:23 | Unused blanket `type: ignore` directive |
| 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, Top[(...)], Unknown]]` |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:2550:23 | Unused blanket `type: ignore` directive |
| 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, Top[(...)], Unknown]]` |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:2585:23 | Unused blanket `type: ignore` directive |
| 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, Top[(...)], Unknown]]` |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:2637:23 | Unused blanket `type: ignore` directive |
| 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, Top[(...)], Unknown]]` |
| discord.py | unused-type-ignore-comment | discord/ext/commands/core.py:2660:23 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-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 | Object of type `def wrapped_get_commands(*, _original: () -> list[Command[Any, (...), Any]] = ...) -> list[Command[Any, (...), Any]]` is not assignable to attribute `get_commands` of type `def get_commands[Self](self) -> list[Command[Self, (...), Any]]` |
| discord.py | invalid-assignment | discord/ext/commands/help.py:310:9 | Object of type `def wrapped_walk_commands(*, _original: () -> Generator[Command[Any, (...), Any], None, None] = ...) -> Unknown` is not assignable to attribute `walk_commands` of type `def walk_commands[Self](self) -> Generator[Command[Self, (...), Any], None, None]` |
| discord.py | unused-type-ignore-comment | discord/ext/commands/help.py:328:84 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/help.py:673:75 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/help.py:677:75 | 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-type-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-type-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 | invalid-type-form | discord/ext/commands/hybrid.py:273:63 | Function calls are not allowed in type expressions |
| discord.py | unresolved-attribute | discord/ext/commands/hybrid.py:328:9 | Unresolved attribute `__signature__` on type `(...) -> Coroutine[Any, Any, T@HybridAppCommand]` |
| discord.py | unused-type-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-type-ignore-comment | discord/ext/commands/hybrid.py:349:52 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/hybrid.py:440:87 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-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-type-ignore-comment | discord/ext/commands/hybrid.py:517:50 | Unused blanket `type: ignore` directive |
| discord.py | invalid-method-override | discord/ext/commands/hybrid.py:567:9 | Invalid override of method `_ensure_assignment_on_copy`: Definition is incompatible with `Command._ensure_assignment_on_copy` |
| discord.py | unused-type-ignore-comment | discord/ext/commands/hybrid.py:641:47 | Unused blanket `type: ignore` directive |
| discord.py | invalid-method-override | discord/ext/commands/hybrid.py:739: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:798:9 | Invalid override of method `add_command`: Definition is incompatible with `GroupMixin.add_command` |
| discord.py | unused-type-ignore-comment | discord/ext/commands/hybrid.py:849:59 | Unused blanket `type: ignore` directive |
| discord.py | invalid-type-arguments | discord/ext/commands/hybrid.py:850:42 | Too many type arguments: expected 1, got 4 |
| discord.py | invalid-type-arguments | discord/ext/commands/hybrid.py:860:51 | Too many type arguments: expected 1, got 4 |
| discord.py | unused-type-ignore-comment | discord/ext/commands/hybrid.py:861:48 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/hybrid.py:862:107 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/hybrid.py:873:57 | Unused blanket `type: ignore` directive |
| discord.py | invalid-type-arguments | discord/ext/commands/hybrid.py:874:42 | Too many type arguments: expected 1, got 4 |
| discord.py | invalid-type-arguments | discord/ext/commands/hybrid.py:884:51 | Too many type arguments: expected 1, got 4 |
| discord.py | unused-type-ignore-comment | discord/ext/commands/hybrid.py:885:48 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/hybrid.py:886:105 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/hybrid.py:897:54 | Unused blanket `type: ignore` directive |
| discord.py | invalid-type-arguments | discord/ext/commands/hybrid.py:898:38 | Too many type arguments: expected 1, got 4 |
| discord.py | invalid-type-arguments | discord/ext/commands/hybrid.py:936:47 | Too many type arguments: expected 1, got 4 |
| discord.py | unused-type-ignore-comment | discord/ext/commands/hybrid.py:940:92 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ext/commands/hybrid.py:949:52 | Unused blanket `type: ignore` directive |
| discord.py | invalid-type-arguments | discord/ext/commands/hybrid.py:950:38 | Too many type arguments: expected 1, got 4 |
| discord.py | invalid-type-arguments | discord/ext/commands/hybrid.py:970:47 | Too many type arguments: expected 1, got 4 |
| discord.py | unused-type-ignore-comment | discord/ext/commands/hybrid.py:973: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-type-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:305:9 | Object of type `(bound method Self@__get__._error(*args: Any) -> CoroutineType[Any, Any, None]) | (def _error(self, *args: Any) -> CoroutineType[Any, Any, None])` is not assignable to attribute `_error` of type `def _error(self, *args: Any) -> CoroutineType[Any, Any, None]` |
| discord.py | invalid-assignment | discord/file.py:93:42 | Object of type `(str & IOBase) | (bytes & IOBase) | (PathLike[Any] & IOBase) | BufferedIOBase` is not assignable to `BufferedIOBase`: Incompatible value of type `(str & IOBase) | (bytes & IOBase) | (PathLike[Any] & IOBase) | BufferedIOBase` |
| discord.py | invalid-assignment | discord/file.py:106:9 | Object of type `() -> Unknown` is not assignable to attribute `close` of type `def close(self) -> None` |
| discord.py | unused-type-ignore-comment | discord/file.py:114:70 | Unused blanket `type: ignore` directive |
| discord.py | invalid-assignment | discord/file.py:160:9 | Object of type `Unknown | (bound method BufferedIOBase.close() -> None)` is not assignable to attribute `close` of type `def close(self) -> None` |
| 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 | invalid-assignment | discord/gateway.py:411:13 | Object of type `bound method Self@from_client.debug_send(data: str, /) -> CoroutineType[Any, Any, None]` is not assignable to attribute `send` of type `def send(self, data: str, /) -> CoroutineType[Any, Any, None]` |
| discord.py | invalid-assignment | discord/gateway.py:412:13 | Object of type `bound method Self@from_client.debug_log_receive(data: dict[str, Any], /) -> None` is not assignable to attribute `log_receive` of type `def log_receive(self, _: dict[str, Any], /) -> None` |
| discord.py | invalid-argument-type | discord/gateway.py:515:26 | Argument to bound method `log_receive` is incorrect: Expected `dict[str, Any]`, found `Any | str` |
| discord.py | unused-type-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-type-ignore-comment | discord/guild.py:2635:84 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/http.py:274:44 | Unused blanket `type: ignore` directive |
| discord.py | unknown-argument | discord/http.py:555:52 | Argument `ws_close` does not match any known parameter |
| discord.py | invalid-argument-type | discord/http.py:571:53 | Argument to bound method `ws_connect` is incorrect: Expected `BasicAuth | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements` |
| discord.py | invalid-argument-type | discord/http.py:571:53 | Argument to bound method `ws_connect` is incorrect: Expected `Iterable[str]`, found `Unknown | BasicAuth | None | ... omitted 5 union elements` |
| discord.py | invalid-argument-type | discord/http.py:571: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 5 union elements` |
| discord.py | invalid-argument-type | discord/http.py:571: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 5 union elements` |
| discord.py | invalid-argument-type | discord/http.py:571:53 | Argument to bound method `ws_connect` is incorrect: Expected `SSLContext | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements` |
| discord.py | invalid-argument-type | discord/http.py:571:53 | Argument to bound method `ws_connect` is incorrect: Expected `SSLContext | bool | Fingerprint`, found `Unknown | BasicAuth | None | ... omitted 5 union elements` |
| discord.py | invalid-argument-type | discord/http.py:571:53 | Argument to bound method `ws_connect` is incorrect: Expected `bool | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements` |
| discord.py | invalid-argument-type | discord/http.py:571:53 | Argument to bound method `ws_connect` is incorrect: Expected `bool`, found `Unknown | BasicAuth | None | ... omitted 5 union elements` |
| discord.py | invalid-argument-type | discord/http.py:571:53 | Argument to bound method `ws_connect` is incorrect: Expected `bytes | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements` |
| discord.py | invalid-argument-type | discord/http.py:571:53 | Argument to bound method `ws_connect` is incorrect: Expected `int | float | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements` |
| discord.py | invalid-argument-type | discord/http.py:571:53 | Argument to bound method `ws_connect` is incorrect: Expected `int`, found `Unknown | BasicAuth | None | ... omitted 5 union elements` |
| discord.py | invalid-argument-type | discord/http.py:571:53 | Argument to bound method `ws_connect` is incorrect: Expected `str | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements` |
| discord.py | invalid-argument-type | discord/http.py:571:53 | Argument to bound method `ws_connect` is incorrect: Expected `str | URL | None`, found `Unknown | BasicAuth | None | ... omitted 5 union elements` |
| discord.py | invalid-argument-type | discord/http.py:571:53 | Argument to bound method `ws_connect` is incorrect: Expected `str`, found `Unknown | BasicAuth | None | ... omitted 5 union elements` |
| discord.py | invalid-context-manager | discord/http.py:645: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:210:9 | Invalid override of method `_from_data`: Definition is incompatible with `Integration._from_data` |
| discord.py | invalid-method-override | discord/integrations.py:373:9 | Invalid override of method `_from_data`: Definition is incompatible with `Integration._from_data` |
| discord.py | invalid-assignment | discord/interactions.py:254: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:260:92 | Argument to bound method `format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements` |
| discord.py | unused-type-ignore-comment | discord/interactions.py:263:104 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/interactions.py:265:95 | Unused blanket `type: ignore` directive |
| discord.py | invalid-return-type | discord/interactions.py:311:16 | Return type does not match returned value: expected `Guild | None`, found `(ConnectionState[ClientT@Interaction] & ~AlwaysTruthy & ~AlwaysFalsy) | (Guild & ~AlwaysFalsy) | Any | None` |
| discord.py | invalid-return-type | discord/interactions.py:405:16 | Return type does not match returned value: expected `InteractionResponse[ClientT@Interaction]`, found `InteractionResponse[Client]` |
| discord.py | invalid-argument-type | discord/interactions.py:778:21 | Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `_InteractionMessageState` |
| discord.py | missing-argument | discord/interactions.py:1428:16 | No argument provided for required parameter `data` of function `store_user` |
| discord.py | invalid-method-override | discord/interactions.py:1480:15 | Invalid override of method `edit`: Definition is incompatible with `Message.edit` |
| discord.py | unused-type-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: Expected `ConnectionState[Client]`, found `User` |
| 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-type-ignore-comment | discord/message.py:873:92 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/message.py:2328:69 | Unused blanket `type: ignore` directive |
| discord.py | invalid-key | discord/message.py:2401:30 | TypedDict `Message` can only be subscripted with a string literal key, got key of type `str` |
| discord.py | missing-argument | discord/message.py:2452:23 | No argument provided for required parameter `data` of function `store_user` |
| discord.py | invalid-argument-type | discord/message.py:2452:46 | Argument to function `store_user` is incorrect: Expected `ConnectionState[Client]`, found `User` |
| discord.py | missing-argument | discord/message.py:2478:30 | No argument provided for required parameter `data` of function `store_user` |
| discord.py | invalid-argument-type | discord/message.py:2478:47 | Argument to function `store_user` is incorrect: Expected `ConnectionState[Client]`, found `UserWithMember` |
| discord.py | unused-type-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-type-ignore-comment | discord/permissions.py:216:48 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/permissions.py:488:46 | 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 | 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: Expected `ConnectionState[Client]`, found `User` |
| 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 | unresolved-attribute | discord/soundboard.py:232:20 | Attribute `get_user` is not defined on `None` in union `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 | unresolved-attribute | discord/soundboard.py:301:22 | Attribute `http` is not defined on `None` in union `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 | unresolved-attribute | discord/soundboard.py:325:15 | Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]` |
| discord.py | invalid-assignment | discord/state.py:263:13 | Object of type `bound method Self@__init__.store_user_no_intents(data: discord.types.user.User | PartialUser, *, cache: bool = True) -> discord.user.User` is not assignable to attribute `store_user` of type `def store_user(self, data: discord.types.user.User | PartialUser, *, cache: bool = True) -> discord.user.User` |
| discord.py | invalid-return-type | discord/state.py:549: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:820:31 | Unknown key "data" for TypedDict `PingInteraction`: Unknown key "data" |
| discord.py | invalid-key | discord/state.py:821:36 | Unknown key "custom_id" for TypedDict `ChatInputApplicationCommandInteractionData`: Unknown key "custom_id" |
| discord.py | invalid-key | discord/state.py:821:36 | Unknown key "custom_id" for TypedDict `MessageApplicationCommandInteractionData`: Unknown key "custom_id" |
| discord.py | invalid-key | discord/state.py:821:36 | Unknown key "custom_id" for TypedDict `UserApplicationCommandInteractionData`: Unknown key "custom_id" |
| discord.py | invalid-key | discord/state.py:822:41 | Unknown key "component_type" for TypedDict `ChatInputApplicationCommandInteractionData`: Unknown key "component_type" |
| discord.py | invalid-key | discord/state.py:822:41 | Unknown key "component_type" for TypedDict `MessageApplicationCommandInteractionData`: Unknown key "component_type" |
| discord.py | invalid-key | discord/state.py:822:41 | Unknown key "component_type" for TypedDict `ModalSubmitInteractionData`: Unknown key "component_type" |
| discord.py | invalid-key | discord/state.py:822:41 | Unknown key "component_type" for TypedDict `UserApplicationCommandInteractionData`: Unknown key "component_type" |
| discord.py | invalid-key | discord/state.py:826:31 | Unknown key "data" for TypedDict `PingInteraction`: Unknown key "data" |
| discord.py | invalid-key | discord/state.py:827:36 | Unknown key "custom_id" for TypedDict `ChatInputApplicationCommandInteractionData`: Unknown key "custom_id" |
| discord.py | invalid-key | discord/state.py:827:36 | Unknown key "custom_id" for TypedDict `MessageApplicationCommandInteractionData`: Unknown key "custom_id" |
| discord.py | invalid-key | discord/state.py:827:36 | Unknown key "custom_id" for TypedDict `UserApplicationCommandInteractionData`: Unknown key "custom_id" |
| discord.py | invalid-key | discord/state.py:828:37 | Unknown key "components" for TypedDict `ChatInputApplicationCommandInteractionData`: Unknown key "components" |
| discord.py | invalid-key | discord/state.py:828:37 | Unknown key "components" for TypedDict `MessageApplicationCommandInteractionData`: Unknown key "components" |
| discord.py | invalid-key | discord/state.py:828:37 | Unknown key "components" for TypedDict `UserApplicationCommandInteractionData`: Unknown key "components" |
| discord.py | invalid-argument-type | discord/state.py:830:81 | Argument to bound method `dispatch_modal` is incorrect: Expected `ResolvedData`, found `Unknown | ResolvedData | dict[Unknown, Unknown]` |
| discord.py | unused-type-ignore-comment | discord/state.py:927:68 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/state.py:928:42 | Unused blanket `type: ignore` directive |
| discord.py | missing-argument | discord/state.py:1119:16 | No argument provided for required parameter `data` of function `store_user` |
| discord.py | invalid-argument-type | discord/state.py:1119:32 | Argument to function `store_user` is incorrect: Expected `Self@parse_guild_member_remove`, found `User` |
| discord.py | missing-argument | discord/state.py:1386:20 | No argument provided for required parameter `data` of function `store_user` |
| discord.py | invalid-argument-type | discord/state.py:1386:36 | Argument to function `store_user` is incorrect: Expected `Self@parse_guild_ban_remove`, found `User` |
| discord.py | unused-type-ignore-comment | discord/state.py:1603:43 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/state.py:1618:43 | Unused blanket `type: ignore` directive |
| discord.py | unresolved-attribute | discord/sticker.py:230:38 | Attribute `http` is not defined on `None` in union `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 | unresolved-attribute | discord/sticker.py:369:22 | Attribute `http` is not defined on `None` in union `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 | unresolved-attribute | discord/sticker.py:420:37 | Attribute `store_user` is not defined on `None` in union `Any | None | ConnectionState[Client]` |
| discord.py | missing-argument | discord/sticker.py:420:37 | No argument provided for required parameter `data` of function `store_user` |
| discord.py | invalid-argument-type | discord/sticker.py:420:60 | Argument to function `store_user` is incorrect: Expected `ConnectionState[Client]`, found `User` |
| discord.py | unresolved-attribute | discord/sticker.py:434:16 | Attribute `_get_guild` is not defined on `None` in union `Any | None | ConnectionState[Client]` |
| discord.py | unresolved-attribute | discord/sticker.py:489:43 | Attribute `http` is not defined on `None` in union `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 | unresolved-attribute | discord/sticker.py:511:15 | Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]` |
| discord.py | unresolved-attribute | discord/threads.py:490:26 | Object of type `object` has no attribute `id` |
| discord.py | invalid-type-form | discord/ui/action_row.py:122:36 | `ClassVar` cannot contain type variables |
| discord.py | invalid-assignment | discord/ui/action_row.py:154:9 | Object of type `list[(Self@__init_subclass__, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]]` is not assignable to attribute `__action_row_children_items__` of type `list[(Self@ActionRow, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]]` |
| discord.py | unresolved-attribute | discord/ui/action_row.py:163:26 | Object of type `(Self@_init_children, 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 `(Self@_init_children, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__` |
| discord.py | unused-type-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 `(Self@_init_children, 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-type-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@decorator, Interaction[Any], Button[V@decorator], /) -> Coroutine[Any, Any, Any]` |
| discord.py | unresolved-attribute | discord/ui/button.py:377:9 | Unresolved attribute `__discord_ui_model_kwargs__` on type `(S@decorator, Interaction[Any], Button[V@decorator], /) -> Coroutine[Any, Any, Any]` |
| discord.py | invalid-method-override | discord/ui/checkbox.py:256:9 | Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict` |
| discord.py | invalid-method-override | discord/ui/checkbox.py:259:9 | Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component` |
| discord.py | invalid-method-override | discord/ui/checkbox.py:262:9 | Invalid override of method `_handle_submit`: Definition is incompatible with `Item._handle_submit` |
| discord.py | invalid-method-override | discord/ui/checkbox.py:268:9 | Invalid override of method `from_component`: Definition is incompatible with `Item.from_component` |
| discord.py | invalid-method-override | discord/ui/checkbox.py:370:9 | Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict` |
| discord.py | invalid-method-override | discord/ui/checkbox.py:373:9 | Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component` |
| discord.py | invalid-method-override | discord/ui/checkbox.py:376:9 | Invalid override of method `_handle_submit`: Definition is incompatible with `Item._handle_submit` |
| discord.py | invalid-method-override | discord/ui/checkbox.py:382:9 | Invalid override of method `from_component`: Definition is incompatible with `Item.from_component` |
| discord.py | invalid-type-form | discord/ui/container.py:109:35 | `ClassVar` cannot contain type variables |
| discord.py | unresolved-attribute | discord/ui/container.py:151:30 | Object of type `((Self@_init_children, 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 `((Self@_init_children, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_kwargs__` |
| discord.py | unused-type-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 `((Self@_init_children, 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 `((Self@_init_children, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__name__` |
| discord.py | invalid-assignment | discord/ui/container.py:177:9 | Object of type `dict[str, ((Self@__init_subclass__, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) | Item[Any]]` is not assignable to attribute `__container_children_items__` of type `dict[str, ((Self@Container, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) | Item[Any]]` |
| 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-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 | 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-method-override | discord/ui/radio.py:224:9 | Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict` |
| discord.py | invalid-method-override | discord/ui/radio.py:227:9 | Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component` |
| discord.py | invalid-method-override | discord/ui/radio.py:230:9 | Invalid override of method `_handle_submit`: Definition is incompatible with `Item._handle_submit` |
| discord.py | invalid-method-override | discord/ui/radio.py:236:9 | Invalid override of method `from_component`: Definition is incompatible with `Item.from_component` |
| 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-type-ignore-comment | discord/ui/select.py:495:32 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ui/select.py:677:32 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ui/select.py:777:32 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ui/select.py:889:32 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/ui/select.py:1010:32 | Unused blanket `type: ignore` directive |
| discord.py | invalid-parameter-default | discord/ui/select.py:1028: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:1044: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:1061: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:1078: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:1095: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:1111: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:1219:9 | Unresolved attribute `__discord_ui_model_type__` on type `(S@decorator, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` |
| discord.py | unresolved-attribute | discord/ui/select.py:1220:9 | Unresolved attribute `__discord_ui_model_kwargs__` on type `(S@decorator, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` |
| discord.py | unresolved-attribute | discord/ui/select.py:1230:13 | Object of type `(S@decorator, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__` |
| discord.py | unresolved-attribute | discord/ui/select.py:1232:13 | Object of type `(S@decorator, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__` |
| discord.py | unresolved-attribute | discord/ui/select.py:1248:13 | Object of type `(S@decorator, 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:273: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:273:62 | Object of type `((Any, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_kwargs__` |
| discord.py | unused-type-ignore-comment | discord/ui/view.py:274:65 | Unused blanket `type: ignore` directive |
| discord.py | unresolved-attribute | discord/ui/view.py:278:31 | Object of type `((Any, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__name__` |
| discord.py | unused-type-ignore-comment | discord/ui/view.py:603: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-type-ignore-comment | discord/utils.py:244:54 | Unused blanket `type: ignore` directive |
| discord.py | invalid-parameter-default | discord/utils.py:329:5 | Default value of type `_MissingSentinel` is not assignable to annotated parameter type `Permissions` |
| discord.py | invalid-parameter-default | discord/utils.py:330:5 | Default value of type `_MissingSentinel` is not assignable to annotated parameter type `Snowflake` |
| discord.py | invalid-parameter-default | discord/utils.py:331:5 | Default value of type `_MissingSentinel` is not assignable to annotated parameter type `str` |
| discord.py | invalid-parameter-default | discord/utils.py:332:5 | Default value of type `_MissingSentinel` is not assignable to annotated parameter type `Iterable[str] | None` |
| discord.py | invalid-parameter-default | discord/utils.py:334:5 | Default value of type `_MissingSentinel` is not assignable to annotated parameter type `str` |
| discord.py | unused-type-ignore-comment | discord/utils.py:491:42 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/utils.py:605:39 | Unused blanket `type: ignore` directive |
| discord.py | invalid-return-type | discord/utils.py:713:16 | Return type does not match returned value: expected `T@maybe_coroutine`, found `object` |
| discord.py | unused-type-ignore-comment | discord/utils.py:1118:40 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/utils.py:1149:88 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/utils.py:1169:61 | Unused blanket `type: ignore` directive |
| discord.py | unused-type-ignore-comment | discord/utils.py:1170:42 | Unused blanket `type: ignore` directive |
| discord.py | unresolved-attribute | discord/utils.py:1225:8 | Object of type `(...) -> Any` has no attribute `__qualname__` |
| discord.py | unresolved-attribute | discord/utils.py:1225:29 | Object of type `(...) -> Any` has no attribute `__name__` |
| discord.py | unresolved-attribute | discord/utils.py:1227:25 | Object of type `(...) -> Any` has no attribute `__qualname__` |
| discord.py | invalid-parameter-default | discord/utils.py:1349:5 | Default value of type `_MissingSentinel` is not assignable to annotated parameter type `Handler` |
| discord.py | invalid-parameter-default | discord/utils.py:1350:5 | Default value of type `_MissingSentinel` is not assignable to annotated parameter type `Formatter` |
| discord.py | invalid-parameter-default | discord/utils.py:1351:5 | Default value of type `_MissingSentinel` is not assignable to annotated parameter type `int` |
| discord.py | missing-argument | discord/webhook/async_.py:754:20 | No argument provided for required parameter `data` of function `store_user` |
| discord.py | invalid-argument-type | discord/webhook/async_.py:754:44 | Argument to function `store_user` is incorrect: Expected `ConnectionState[Client]`, found `User | PartialUser` |
| discord.py | invalid-method-override | discord/webhook/async_.py:808:15 | Invalid override of method `edit`: Definition is incompatible with `Message.edit` |
| discord.py | invalid-return-type | discord/webhook/async_.py:1053: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:413:9 | Invalid override of method `edit`: Definition is incompatible with `Message.edit` |
| discord.py | invalid-method-override | discord/webhook/sync.py:492:9 | Invalid override of method `add_files`: Definition is incompatible with `Message.add_files` |
| discord.py | invalid-method-override | discord/webhook/sync.py:516:9 | Invalid override of method `remove_attachments`: Definition is incompatible with `Message.remove_attachments` |
| discord.py | invalid-method-override | discord/webhook/sync.py:540:9 | Invalid override of method `delete`: Definition is incompatible with `PartialMessage.delete` |
| discord.py | unresolved-attribute | discord/welcome_screen.py:104:33 | Attribute `name` is not defined on `str & _EmojiTag` in union `(Unknown & _EmojiTag) | PartialEmoji | Emoji | (str & _EmojiTag)` |
| bokeh | unresolved-attribute | release/__main__.py:34:12 | Attribute `__name__` is not defined on `(Config, System, /) -> ActionReturn` in union `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 | unresolved-attribute | release/pipeline.py:45:46 | Attribute `__name__` is not defined on `(Config, System, /) -> ActionReturn` in union `Unknown | ((Config, System, /) -> ActionReturn)` |
| bokeh | unresolved-attribute | release/pipeline.py:48:43 | Attribute `__name__` is not defined on `(Config, System, /) -> ActionReturn` in union `Unknown | ((Config, System, /) -> ActionReturn)` |
| bokeh | unresolved-attribute | release/pipeline.py:52:43 | Attribute `__name__` is not defined on `(Config, System, /) -> ActionReturn` in union `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 | Object of type `def _formatwarning(message, category, filename, lineno, line=None) -> Unknown` is not assignable to attribute `formatwarning` of type `def formatwarning(message: Warning | str, category: type[Warning], filename: str, lineno: int, line: str | None = None) -> str` |
| 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 | not-subscriptable | src/bokeh/_specs.pyi:72:49 | Cannot subscript non-generic type `<types.UnionType special-form 'ValueDict[ValueType, UnitsType] | FieldDict[ValueType, UnitsType] | ExprDict[ValueType, UnitsType]'>` |
| 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 | not-subscriptable | src/bokeh/_specs.pyi:91:22 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:95:24 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:99:25 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:103:27 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:107:27 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:111:27 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:115:26 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:119:26 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:122:22 | Cannot subscript object of type `TypeVar` with no `__getitem__` method |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:123:23 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:131:24 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:135:25 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:139:29 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:143:27 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:147:28 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:151:28 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:155:31 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:159:27 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:163:26 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:167:30 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:171:31 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:175:25 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:179:29 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:183:35 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:187:24 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:191:29 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:194:26 | Cannot subscript object of type `TypeVar` with no `__getitem__` method |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:195:27 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/_specs.pyi:199:31 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | no-matching-overload | src/bokeh/application/handlers/code.py:201:1 | No overload of function `contextmanager` matches arguments |
| 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, /) -> 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 `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 | 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 | type[Action]`, 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[HasProps] | (type[Model] & ~<class 'DataModel'>)]` is not assignable to `list[type[HasProps]]` |
| 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-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 & Top[(...) -> object])` |
| bokeh | call-top-callable | src/bokeh/core/property/bases.py:188:20 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| 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-argument-type | src/bokeh/core/property/bases.py:264:41 | 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]]` |
| bokeh | invalid-argument-type | src/bokeh/core/property/bases.py:264: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]]` |
| 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 | unresolved-attribute | src/bokeh/core/property/container.py:274:27 | Attribute `data` is not defined on `Model` in union `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: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: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 | unresolved-attribute | src/bokeh/core/property/descriptors.py:775:16 | Attribute `to_serializable` is not defined on `Property[Unknown]` in union `Unknown | Property[Unknown]` |
| bokeh | unresolved-attribute | src/bokeh/core/property/descriptors.py:808:21 | Attribute `value_type` is not defined on `Property[Unknown]` in union `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-assignment | src/bokeh/core/property/instance.py:106:29 | Object of type `type[T@Object]` is not assignable to `type[Serializable]` |
| bokeh | invalid-assignment | src/bokeh/core/property/instance.py:108:13 | Object of type `type[Serializable]` is not assignable to attribute `_instance_type` of type `type[T@Object] | (() -> type[T@Object]) | str` |
| 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:441:43 | Object of type `HasProps` has no attribute `document` |
| bokeh | invalid-argument-type | src/bokeh/core/property/wrappers.py:441:59 | Argument to bound method `__init__` is incorrect: Expected `Model`, found `HasProps` |
| bokeh | invalid-argument-type | src/bokeh/core/property/wrappers.py:571:29 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> Sequence[Any]]` cannot be called with key of type `tuple[@Todo, ...]` on object of type `Sequence[Any]` |
| bokeh | invalid-argument-type | src/bokeh/core/property/wrappers.py:571:29 | Method `__getitem__` of type `Overload[(index: int, /) -> object, (index: slice[int | None, int | None, int | None], /) -> Top[MutableSequence[Unknown]]]` cannot be called with key of type `tuple[@Todo, ...]` on object of type `Top[MutableSequence[Unknown]]` |
| bokeh | invalid-assignment | src/bokeh/core/property/wrappers.py:573:21 | Cannot assign to a subscript on an object of type `Sequence[Any]` |
| bokeh | not-subscriptable | src/bokeh/core/property_aliases.pyi:68: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:475:20 | Cannot resolve imported module `pandas` |
| bokeh | possibly-unresolved-reference | src/bokeh/core/serialization.py:483:41 | Name `arr` used when possibly not defined |
| 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:286:31 | Argument to bound method `__init__` is incorrect: Expected `() -> None`, found `None` |
| bokeh | invalid-return-type | src/bokeh/document/document.py:287:16 | Return type does not match returned value: expected `NextTickCallback`, found `SessionCallback` |
| bokeh | invalid-argument-type | src/bokeh/document/document.py:309:31 | Argument to bound method `__init__` is incorrect: Expected `() -> None`, found `None` |
| bokeh | invalid-return-type | src/bokeh/document/document.py:310:16 | Return type does not match returned value: expected `PeriodicCallback`, found `SessionCallback` |
| bokeh | invalid-argument-type | src/bokeh/document/document.py:363:30 | Argument to bound method `__init__` is incorrect: Expected `() -> None`, found `None` |
| bokeh | invalid-return-type | src/bokeh/document/document.py:364:16 | Return type does not match returned value: expected `TimeoutCallback`, found `SessionCallback` |
| bokeh | unresolved-import | src/bokeh/document/events.py:84:12 | Cannot resolve imported module `pandas` |
| bokeh | call-non-callable | src/bokeh/document/events.py:239:22 | Object of type `Overload[]` is not callable |
| bokeh | invalid-method-override | src/bokeh/document/events.py:277:9 | Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event` |
| bokeh | invalid-method-override | src/bokeh/document/events.py:373:9 | Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event` |
| bokeh | invalid-method-override | src/bokeh/document/events.py:463:9 | Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event` |
| bokeh | unresolved-import | src/bokeh/document/events.py:519:20 | Cannot resolve imported module `pandas` |
| bokeh | invalid-method-override | src/bokeh/document/events.py:562:9 | Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event` |
| bokeh | unresolved-attribute | src/bokeh/document/events.py:568:9 | Attribute `_stream` is not defined on `Model` in union `Unknown | Model` |
| bokeh | invalid-method-override | src/bokeh/document/events.py:643:9 | Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event` |
| bokeh | unresolved-attribute | src/bokeh/document/events.py:648:9 | Attribute `patch` is not defined on `Model` in union `Unknown | Model` |
| bokeh | invalid-method-override | src/bokeh/document/events.py:725:9 | Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event` |
| bokeh | invalid-method-override | src/bokeh/document/events.py:783:9 | Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event` |
| bokeh | invalid-method-override | src/bokeh/document/events.py:843:9 | Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event` |
| 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 | 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 | call-top-callable | src/bokeh/io/notebook.py:566:18 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| bokeh | call-top-callable | src/bokeh/io/notebook.py:578:15 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| 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:167:33 | Argument to function `_show_with_state` is incorrect: Expected `UIElement | DOMNode | Sequence[UIElement | DOMNode]`, found `UIElement | DOMNode | Sequence[UIElement | DOMNode] | (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-assignment | src/bokeh/layouts.py:298:20 | Object of type `list[Sequence[Unknown]]` is not assignable to `list[UIElement | None] | list[list[UIElement | None]]` |
| 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 | 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-argument-type | src/bokeh/layouts.py:670:21 | Argument to bound method `__init__` is incorrect: Expected `Iterable[L@_parse_children_arg]`, found `tuple[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:131:38 | Argument to bound method `apply_to_model` is incorrect: Expected `Model`, found `Self@__init__` |
| bokeh | invalid-assignment | src/bokeh/model/model.py:226:22 | Object of type `Bool` is not assignable to `bool` |
| bokeh | unresolved-attribute | src/bokeh/model/model.py:257:9 | Object of type `_ModelResolver` has no attribute `clear_extensions` |
| bokeh | unresolved-attribute | src/bokeh/model/model.py:343:30 | Attribute `get` is not defined on `Dict` in union `Unknown | Dict` |
| bokeh | invalid-assignment | src/bokeh/model/model.py:349:9 | Cannot assign to a subscript on an object of type `Dict` |
| bokeh | unresolved-attribute | src/bokeh/model/model.py:470:52 | Attribute `items` is not defined on `Dict` in union `Unknown | Dict` |
| bokeh | unsupported-operator | src/bokeh/model/model.py:471:12 | Operator `not in` is not supported between objects of type `str` and `Unknown | Dict` |
| bokeh | invalid-assignment | src/bokeh/model/model.py:472:13 | Cannot assign to a subscript on an object of type `Dict` |
| bokeh | not-subscriptable | src/bokeh/model/model.py:474:28 | Cannot subscript object of type `Dict` with no `__getitem__` method |
| bokeh | not-subscriptable | src/bokeh/model/model.py:476:13 | Cannot subscript object of type `Dict` with no `__getitem__` method |
| bokeh | invalid-return-type | src/bokeh/model/model.py:503:16 | Return type does not match returned value: expected `set[bokeh.model.model.Model @ src/bokeh/model/model.py:79:7]`, found `set[bokeh.model.model.Model @ src/bokeh/model/model.pyi:48:7]` |
| bokeh | invalid-return-type | src/bokeh/model/model.py:517:16 | Return type does not match returned value: expected `Iterable[bokeh.model.model.Model @ src/bokeh/model/model.py:79:7]`, found `Iterable[bokeh.model.model.Model @ src/bokeh/model/model.pyi:48:7]` |
| bokeh | invalid-argument-type | src/bokeh/model/model.py:517:21 | Argument to function `find` is incorrect: Expected `Iterable[bokeh.model.model.Model @ src/bokeh/model/model.pyi:48:7]`, found `set[bokeh.model.model.Model @ src/bokeh/model/model.py:79:7]` |
| bokeh | invalid-argument-type | src/bokeh/model/model.py:609:34 | Argument to bound method `apply_to_model` is incorrect: Expected `Model`, found `Self@_attach_document` |
| bokeh | invalid-assignment | src/bokeh/model/model.py:620: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:621: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:624:26 | Argument to function `html_repr` is incorrect: Expected `Model`, found `Self@_repr_html_` |
| 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 | 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 | 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[Property[Unknown]] | 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[Property[Unknown]] | ... 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[Property[Unknown]] | 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[Property[Unknown]] | ... 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[Property[Unknown]] | 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 | not-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[Property[Unknown]] | ... 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[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]` |
| bokeh | unresolved-attribute | src/bokeh/models/annotations/legends.py:577:16 | Attribute `is_known` is not defined on `Instance[Unknown]` in union `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 | unresolved-attribute | src/bokeh/models/dom.py:182:12 | Attribute `lookup` is not defined on `Required[HasProps]` in union `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[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]` |
| bokeh | unresolved-attribute | src/bokeh/models/glyphs.py:270:41 | Object of type `Enumeration` has no attribute `anticlock` |
| bokeh | too-many-positional-arguments | src/bokeh/models/glyphs.py:823:40 | Too many positional arguments to bound method `__init__`: expected 1, got 2 |
| 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[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]` |
| bokeh | invalid-argument-type | src/bokeh/models/glyphs.py:1601:30 | Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>` |
| bokeh | invalid-argument-type | src/bokeh/models/glyphs.py:1605:29 | Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>` |
| bokeh | invalid-argument-type | src/bokeh/models/glyphs.py:1664:23 | Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY[Property[Unknown]] | ... omitted 4 union elements`, found `Literal[0]` |
| bokeh | invalid-argument-type | src/bokeh/models/glyphs.py:1671:34 | Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]` |
| bokeh | not-subscriptable | src/bokeh/models/glyphs.pyi:565:13 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/models/glyphs.pyi:568:20 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/models/glyphs.pyi:579:13 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| bokeh | not-subscriptable | src/bokeh/models/glyphs.pyi:582:20 | Cannot subscript non-generic type `<types.UnionType special-form 'str | Unknown | Value[Unknown] | Field | Expr'>` |
| 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 | 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 | not-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 | not-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 | unresolved-attribute | src/bokeh/models/plots.py:277:16 | Attribute `tools` is not defined on `Instance[Unknown]` in union `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 | unresolved-attribute | src/bokeh/models/plots.py:332:13 | Attribute `tools` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]` |
| bokeh | unresolved-attribute | src/bokeh/models/plots.py:347:30 | Attribute `tools` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]` |
| bokeh | unresolved-attribute | src/bokeh/models/plots.py:350:98 | Attribute `tools` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]` |
| bokeh | unresolved-attribute | src/bokeh/models/plots.py:351:13 | Attribute `tools` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]` |
| bokeh | unresolved-attribute | src/bokeh/models/plots.py:389:9 | Attribute `append` is not defined on `List[Renderer]` in union `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 | unresolved-attribute | src/bokeh/models/plots.py:442:9 | Attribute `append` is not defined on `List[Renderer]` in union `Unknown | List[Renderer]` |
| bokeh | unresolved-attribute | src/bokeh/models/plots.py:477:25 | Attribute `values` is not defined on `Dict` in union `Unknown | Dict` |
| bokeh | unresolved-attribute | src/bokeh/models/plots.py:479:25 | Attribute `values` is not defined on `Dict` in union `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:512:38 | Argument to function `getattr` is incorrect: Expected `str`, found `Unknown | str | int` |
| 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: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: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: Argument type `InstanceDefault[Toolbar]` does not satisfy upper bound `Serializable` of type variable `S` |
| 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-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:66: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 | unresolved-attribute | src/bokeh/models/renderers/contour_renderer.py:82:29 | Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]` |
| bokeh | unresolved-attribute | src/bokeh/models/renderers/contour_renderer.py:86:13 | Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]` |
| bokeh | unresolved-attribute | src/bokeh/models/renderers/contour_renderer.py:88:13 | Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]` |
| bokeh | unresolved-attribute | src/bokeh/models/renderers/contour_renderer.py:94:29 | Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]` |
| bokeh | unresolved-attribute | src/bokeh/models/renderers/contour_renderer.py:98:13 | Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]` |
| bokeh | unresolved-attribute | src/bokeh/models/renderers/contour_renderer.py:100:13 | Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]` |
| bokeh | unresolved-attribute | src/bokeh/models/renderers/glyph_renderer.py:76:72 | Attribute `filter` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]` |
| bokeh | unresolved-attribute | src/bokeh/models/renderers/glyph_renderer.py:88:17 | Attribute `properties_with_values` is not defined on `Required[Glyph]` in union `Unknown | Required[Glyph]` |
| bokeh | unresolved-attribute | src/bokeh/models/renderers/glyph_renderer.py:89:17 | Attribute `dataspecs` is not defined on `Required[Glyph]` in union `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 | unresolved-attribute | src/bokeh/models/renderers/glyph_renderer.py:195:26 | Attribute `fill_color` is not defined on `Required[Glyph] & FillGlyph` in union `(Unknown & FillGlyph) | (Required[Glyph] & FillGlyph)` |
| bokeh | unresolved-attribute | src/bokeh/models/renderers/glyph_renderer.py:201:26 | Attribute `line_color` is not defined on `Required[Glyph] & LineGlyph & ~FillGlyph` in union `(Unknown & LineGlyph & ~FillGlyph) | (Required[Glyph] & LineGlyph & ~FillGlyph)` |
| bokeh | unresolved-attribute | src/bokeh/models/renderers/glyph_renderer.py:207:26 | Attribute `text_color` is not defined on `Required[Glyph] & TextGlyph & ~FillGlyph & ~LineGlyph` in union `(Unknown & TextGlyph & ~FillGlyph & ~LineGlyph) | (Required[Glyph] & TextGlyph & ~FillGlyph & ~LineGlyph)` |
| bokeh | unresolved-attribute | src/bokeh/models/renderers/graph_renderer.py:70:27 | Attribute `data_source` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]` |
| bokeh | unresolved-attribute | src/bokeh/models/renderers/graph_renderer.py:72:27 | Attribute `data_source` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]` |
| bokeh | unresolved-attribute | src/bokeh/models/renderers/graph_renderer.py:74:25 | Attribute `data_source` is not defined on `Instance[Unknown]` in union `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:56:12 | Cannot resolve imported module `pandas` |
| bokeh | unresolved-import | src/bokeh/models/sources.py:57:10 | Cannot resolve imported module `pandas.core.groupby` |
| bokeh | invalid-argument-type | src/bokeh/models/sources.py:101: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:127: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:127:50 | Argument to bound method `__init__` is incorrect: Expected `SelectionPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[UnionRenderers]` |
| bokeh | unresolved-import | src/bokeh/models/sources.py:243:20 | Cannot resolve imported module `narwhals.stable.v1` |
| bokeh | unresolved-import | src/bokeh/models/sources.py:246:24 | Cannot resolve imported module `pandas` |
| bokeh | unresolved-attribute | src/bokeh/models/sources.py:259:9 | Attribute `update` is not defined on `Property[Any]` in union `Unknown | Property[Any]` |
| bokeh | invalid-argument-type | src/bokeh/models/sources.py:266:21 | Argument to bound method `__init__` is incorrect: Expected `Iterable[str]`, found `Unknown | Property[Any]` |
| bokeh | unresolved-attribute | src/bokeh/models/sources.py:273:44 | Attribute `items` is not defined on `Property[Any]` in union `Unknown | Property[Any]` |
| bokeh | unresolved-import | src/bokeh/models/sources.py:296:16 | Cannot resolve imported module `narwhals.stable.v1` |
| bokeh | unresolved-import | src/bokeh/models/sources.py:427:16 | Cannot resolve imported module `pandas` |
| bokeh | invalid-argument-type | src/bokeh/models/sources.py:443:21 | Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Property[Any]` |
| bokeh | unsupported-operator | src/bokeh/models/sources.py:444:19 | Operator `in` is not supported between objects of type `str` and `Unknown | Property[Any]` |
| bokeh | invalid-assignment | src/bokeh/models/sources.py:447:9 | Cannot assign to a subscript on an object of type `Property[Any]` |
| bokeh | not-subscriptable | src/bokeh/models/sources.py:464:17 | Cannot delete subscript on object of type `Property[Any]` with no `__delitem__` method |
| bokeh | unresolved-attribute | src/bokeh/models/sources.py:586:23 | Attribute `keys` is not defined on `Property[Any]` in union `Unknown | Property[Any]` |
| bokeh | unresolved-attribute | src/bokeh/models/sources.py:590:13 | Attribute `update` is not defined on `Property[Any]` in union `Unknown | Property[Any]` |
| bokeh | not-subscriptable | src/bokeh/models/sources.py:620:26 | Cannot subscript object of type `Property[Any]` with no `__getitem__` method |
| bokeh | unresolved-attribute | src/bokeh/models/sources.py:629:9 | Attribute `_stream` is not defined on `Property[Any]` in union `Unknown | Property[Any]` |
| bokeh | unresolved-attribute | src/bokeh/models/sources.py:727:43 | Attribute `keys` is not defined on `Property[Any]` in union `Unknown | Property[Any]` |
| bokeh | not-subscriptable | src/bokeh/models/sources.py:734:27 | Cannot subscript object of type `Property[Any]` with no `__getitem__` method |
| bokeh | not-subscriptable | src/bokeh/models/sources.py:764:39 | Cannot subscript object of type `Property[Any]` with no `__getitem__` method |
| bokeh | not-subscriptable | src/bokeh/models/sources.py:767:28 | Cannot subscript object of type `Property[Any]` with no `__getitem__` method |
| bokeh | unresolved-attribute | src/bokeh/models/sources.py:785:9 | Attribute `_patch` is not defined on `Property[Any]` in union `Unknown | Property[Any]` |
| bokeh | invalid-argument-type | src/bokeh/models/sources.py:795: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:795:31 | Argument to bound method `__init__` is incorrect: Expected `Filter | UndefinedType | IntrinsicType`, found `InstanceDefault[AllIndices]` |
| bokeh | unresolved-import | src/bokeh/models/sources.pyi:27:12 | Cannot resolve imported module `pandas` |
| bokeh | unresolved-import | src/bokeh/models/sources.pyi:28: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-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 | None` |
| bokeh | unresolved-import | src/bokeh/models/util/structure.py:163:16 | Cannot resolve imported module `networkx` |
| bokeh | unresolved-attribute | src/bokeh/models/util/structure.py:197:21 | Attribute `select_one` is not defined on `None` in union `Model | None` |
| bokeh | unresolved-attribute | src/bokeh/models/util/structure.py:199:26 | Attribute `properties` is not defined on `None` in union `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:49:6 | Module `bokeh.models.widgets.buttons` has no member `__all__` |
| bokeh | unresolved-attribute | src/bokeh/models/widgets/__init__.py:50:6 | Module `bokeh.models.widgets.groups` has no member `__all__` |
| bokeh | unresolved-attribute | src/bokeh/models/widgets/__init__.py:51:6 | Module `bokeh.models.widgets.indicators` has no member `__all__` |
| bokeh | unresolved-attribute | src/bokeh/models/widgets/__init__.py:52:6 | Module `bokeh.models.widgets.inputs` has no member `__all__` |
| bokeh | unresolved-attribute | src/bokeh/models/widgets/__init__.py:53:6 | Module `bokeh.models.widgets.markdown` has no member `__all__` |
| bokeh | unresolved-attribute | src/bokeh/models/widgets/__init__.py:54:6 | Module `bokeh.models.widgets.markups` has no member `__all__` |
| bokeh | unresolved-attribute | src/bokeh/models/widgets/__init__.py:55:6 | Module `bokeh.models.widgets.pickers` has no member `__all__` |
| bokeh | unresolved-attribute | src/bokeh/models/widgets/__init__.py:56:6 | Module `bokeh.models.widgets.sliders` has no member `__all__` |
| bokeh | unresolved-attribute | src/bokeh/models/widgets/__init__.py:57:6 | Module `bokeh.models.widgets.tables` has no member `__all__` |
| bokeh | unresolved-attribute | src/bokeh/models/widgets/__init__.py:58: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 | too-many-positional-arguments | src/bokeh/models/widgets/buttons.py:225:49 | Too many positional arguments to bound method `__init__`: expected 1, got 2 |
| 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, (self, *args, **kwargs), Unknown]` |
| bokeh | unresolved-attribute | src/bokeh/plotting/_decorators.py:91:9 | Unresolved attribute `__signature__` on type `_Wrapped[(...), Unknown, (self, *args, **kwargs), Unknown]` |
| bokeh | unsupported-operator | src/bokeh/plotting/_figure.py:203:64 | Operator `|` is not supported between two objects of type `set[str] | dict[str, Property[Any]]` |
| 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 | str]` |
| 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 | str]` |
| 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 | str]` |
| 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 | str]` |
| 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 | str]` |
| 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 | str]` |
| 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 | str]` |
| bokeh | no-matching-overload | src/bokeh/plotting/_figure.py:1043:42 | No overload of bound method `join` matches arguments |
| bokeh | unresolved-import | src/bokeh/plotting/_figure.pyi:21:8 | Cannot resolve imported module `cartopy.crs` |
| bokeh | unresolved-import | src/bokeh/plotting/_figure.pyi:26:10 | Cannot resolve imported module `narwhals.stable.v1.typing` |
| bokeh | unresolved-import | src/bokeh/plotting/_figure.pyi:27:10 | Cannot resolve imported module `pandas` |
| bokeh | unresolved-import | src/bokeh/plotting/_figure.pyi:28: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 | not-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 | Function `array` is not valid in a type expression |
| bokeh | invalid-type-form | src/bokeh/plotting/_geo_feature.pyi:103:37 | Function `array` is not valid in a type expression |
| bokeh | invalid-type-form | src/bokeh/plotting/_geo_feature.pyi:109:27 | Function `array` is not valid in a type expression |
| bokeh | invalid-type-form | src/bokeh/plotting/_geo_feature.pyi:109:49 | Function `array` is not valid in a type expression |
| bokeh | invalid-type-form | src/bokeh/plotting/_geo_feature.pyi:112:30 | Function `array` is not valid in a type expression |
| bokeh | invalid-type-form | src/bokeh/plotting/_geo_feature.pyi:113:30 | Function `array` is not valid in a type expression |
| bokeh | invalid-type-form | src/bokeh/plotting/_geo_feature.pyi:114:21 | Function `array` is not valid in a type expression |
| bokeh | invalid-type-form | src/bokeh/plotting/_geo_feature.pyi:114:37 | Function `array` is not valid in a type expression |
| bokeh | invalid-assignment | src/bokeh/plotting/_legends.py:111:13 | Object of type `Field` is not assignable to `str` |
| 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-assignment | src/bokeh/plotting/_legends.py:139:13 | Object of type `Value[str]` is not assignable to `str` |
| 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 | unresolved-attribute | src/bokeh/plotting/_plot.py:91:48 | Attribute `groups` is not defined on `Range`, `tuple[int | float, int | float]`, `Sequence[str]` in union `Range | tuple[int | float, int | float] | Sequence[str] | (Unknown & ~None)` |
| bokeh | unresolved-attribute | src/bokeh/plotting/_renderer.py:283:54 | Object of type `DataSpec` has no attribute `is_color_tuple_shape` |
| 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 | unsupported-operator | src/bokeh/plotting/contour.py:241:15 | Operator `-` is not supported between objects of type `set[str]` and `set[str] | dict[str, Property[Any]]` |
| 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 | not-subscriptable | src/bokeh/plotting/contour.py:334:38 | Cannot subscript object of type `_Buffer` with no `__getitem__` method |
| bokeh | not-subscriptable | src/bokeh/plotting/contour.py:334:38 | Cannot subscript object of type `_SupportsArray[dtype[Any]]` with no `__getitem__` method |
| bokeh | not-subscriptable | src/bokeh/plotting/contour.py:334:38 | Cannot subscript object of type `complex` with no `__getitem__` method |
| bokeh | not-subscriptable | src/bokeh/plotting/contour.py:334:38 | Cannot subscript object of type `float` with no `__getitem__` method |
| bokeh | not-subscriptable | src/bokeh/plotting/contour.py:334:38 | Cannot subscript object of type `int` with no `__getitem__` method |
| bokeh | not-subscriptable | src/bokeh/plotting/contour.py:334:49 | Cannot subscript object of type `_Buffer` with no `__getitem__` method |
| bokeh | not-subscriptable | src/bokeh/plotting/contour.py:334:49 | Cannot subscript object of type `_SupportsArray[dtype[Any]]` with no `__getitem__` method |
| bokeh | not-subscriptable | src/bokeh/plotting/contour.py:334:49 | Cannot subscript object of type `complex` with no `__getitem__` method |
| bokeh | not-subscriptable | src/bokeh/plotting/contour.py:334:49 | Cannot subscript object of type `float` with no `__getitem__` method |
| bokeh | not-subscriptable | src/bokeh/plotting/contour.py:334:49 | Cannot subscript object of type `int` 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 | empty-body | src/bokeh/plotting/glyph_api.py:64:47 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:68:41 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:85:49 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:89:54 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:105:52 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:109:53 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:153:51 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:169:58 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:186:56 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:203:54 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:220:54 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:237:51 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:254:50 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:271:53 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:288:59 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:305:57 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:322:49 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:338:51 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:355:56 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:372:50 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:388:51 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:404:52 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:420:53 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:437:49 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:453:53 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:470:54 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:486:51 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:496:56 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:505:57 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:509:55 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:513:63 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:529:50 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:545:52 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:574:56 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:595:60 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:616:50 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:632:51 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:648:53 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:669:50 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:685:50 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:702:55 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:706:49 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:723:50 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:745:50 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:761:53 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:779:52 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:795:58 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:812:56 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:829:56 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:846:54 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:863:50 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:880:54 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:897:49 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:913:50 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:922:54 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:939:58 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:956:58 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:973:51 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:990:56 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:1007:50 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:1023:51 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:1039:52 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:1055:51 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:1072:47 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | src/bokeh/plotting/glyph_api.py:1088:47 | Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]` |
| bokeh | empty-body | 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 | invalid-argument-type | src/bokeh/plotting/gmap.py:72:34 | Argument of type `dict[str, Unknown]` is not assignable to `GMapFigureOptions` |
| bokeh | unresolved-attribute | src/bokeh/plotting/gmap.py:75:12 | Object of type `GMapFigureOptions` has no attribute `x_axis_location` |
| bokeh | unresolved-attribute | src/bokeh/plotting/gmap.py:78:67 | Object of type `GMapFigureOptions` has no attribute `x_minor_ticks` |
| bokeh | unresolved-attribute | src/bokeh/plotting/gmap.py:79:76 | Object of type `GMapFigureOptions` has no attribute `x_axis_label` |
| bokeh | unresolved-attribute | src/bokeh/plotting/gmap.py:79:96 | Object of type `GMapFigureOptions` has no attribute `x_axis_location` |
| bokeh | unresolved-attribute | src/bokeh/plotting/gmap.py:81:12 | Object of type `GMapFigureOptions` has no attribute `y_axis_location` |
| bokeh | unresolved-attribute | src/bokeh/plotting/gmap.py:84:67 | Object of type `GMapFigureOptions` has no attribute `y_minor_ticks` |
| bokeh | unresolved-attribute | src/bokeh/plotting/gmap.py:85:76 | Object of type `GMapFigureOptions` has no attribute `y_axis_label` |
| bokeh | unresolved-attribute | src/bokeh/plotting/gmap.py:85:96 | Object of type `GMapFigureOptions` has no attribute `y_axis_location` |
| bokeh | unresolved-attribute | src/bokeh/plotting/gmap.py:87:55 | Object of type `GMapFigureOptions` has no attribute `tools` |
| bokeh | unresolved-attribute | src/bokeh/plotting/gmap.py:87:67 | Object of type `GMapFigureOptions` has no attribute `tooltips` |
| bokeh | unresolved-attribute | src/bokeh/plotting/gmap.py:92:13 | Object of type `GMapFigureOptions` has no attribute `active_drag` |
| bokeh | unresolved-attribute | src/bokeh/plotting/gmap.py:93:13 | Object of type `GMapFigureOptions` has no attribute `active_inspect` |
| bokeh | unresolved-attribute | src/bokeh/plotting/gmap.py:94:13 | Object of type `GMapFigureOptions` has no attribute `active_scroll` |
| bokeh | unresolved-attribute | src/bokeh/plotting/gmap.py:95:13 | Object of type `GMapFigureOptions` has no attribute `active_tap` |
| bokeh | unresolved-attribute | src/bokeh/plotting/gmap.py:96:13 | Object of type `GMapFigureOptions` has no attribute `active_multi` |
| 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 | call-top-callable | src/bokeh/plotting/graph.py:123:28 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| 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:473:41 | 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 | unresolved-attribute | src/bokeh/server/auth_provider.py:299:5 | Attribute `exec_module` is not defined on `None` in union `Loader | None` |
| bokeh | unresolved-attribute | src/bokeh/server/auth_provider.py:299:5 | Attribute `loader` is not defined on `None` in union `ModuleSpec | 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'>, Self@__getattr__>` has no attribute `__getattr__` |
| bokeh | possibly-missing-attribute | src/bokeh/server/server.py:423: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, (self: ServerSession, *args, **kwargs), CoroutineType[Any, Any, 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)] & Top[(...) -> object]) | (Application & Top[(...) -> object]) | ((Document, /) -> None)` |
| 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 | invalid-argument-type | src/bokeh/server/tornado.py:448:41 | Argument to bound method `append` is incorrect: Expected `tuple[str, type[RequestHandler]] | tuple[str, type[RequestHandler], dict[str, Any]]`, found `tuple[str | Unknown, *tuple[type[RequestHandler] | dict[str, Any] | Unknown, ...], dict[Unknown | str, Unknown | dict[str, Unknown] | str | None | bool]]` |
| bokeh | invalid-argument-type | src/bokeh/server/tornado.py:451:37 | Argument to bound method `append` is incorrect: Expected `tuple[str, type[RequestHandler]] | tuple[str, type[RequestHandler], dict[str, Any]]`, found `tuple[str | Unknown, *tuple[type[RequestHandler] | dict[str, Any] | Unknown, ...]]` |
| bokeh | unresolved-attribute | src/bokeh/server/views/auth_request_handler.py:59:12 | Attribute `auth_provider` is not defined on `Application` in union `Unknown | Application` |
| bokeh | unresolved-attribute | src/bokeh/server/views/auth_request_handler.py:60:20 | Attribute `auth_provider` is not defined on `Application` in union `Unknown | Application` |
| bokeh | unresolved-attribute | src/bokeh/server/views/auth_request_handler.py:61:12 | Attribute `auth_provider` is not defined on `Application` in union `Unknown | Application` |
| bokeh | unresolved-attribute | src/bokeh/server/views/auth_request_handler.py:62:20 | Attribute `auth_provider` is not defined on `Application` in union `Unknown | Application` |
| bokeh | unresolved-attribute | src/bokeh/server/views/auth_request_handler.py:70:12 | Attribute `auth_provider` is not defined on `Application` in union `Unknown | Application` |
| bokeh | unresolved-attribute | src/bokeh/server/views/auth_request_handler.py:71:20 | Attribute `auth_provider` is not defined on `Application` in union `Unknown | Application` |
| bokeh | unresolved-attribute | src/bokeh/server/views/auth_request_handler.py:78:12 | Attribute `auth_provider` is not defined on `Application` in union `Unknown | Application` |
| bokeh | unresolved-attribute | src/bokeh/server/views/auth_request_handler.py:79:39 | Attribute `auth_provider` is not defined on `Application` in union `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 | unresolved-attribute | src/bokeh/server/views/ico_handler.py:53:12 | Attribute `icon` is not defined on `None` in union `Unknown | None` |
| bokeh | unresolved-attribute | src/bokeh/server/views/ico_handler.py:57:20 | Attribute `icon` is not defined on `None` in union `Unknown | None` |
| bokeh | call-top-callable | src/bokeh/server/views/metadata_handler.py:60:24 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| 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-argument-type | src/bokeh/server/views/session_handler.py:83:5 | Argument to function `authenticated` is incorrect: Expected `(...) -> Awaitable[None] | None`, found `def get_session(self) -> CoroutineType[Any, Any, ServerSession]` |
| 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 | unresolved-attribute | src/bokeh/server/views/ws.py:111:25 | Attribute `websocket_origins` is not defined on `Application` in union `Unknown | Application` |
| bokeh | invalid-argument-type | src/bokeh/server/views/ws.py:116:41 | Argument to function `check_allowlist` is incorrect: Expected `Sequence[str]`, found `Unknown | set[str]` |
| bokeh | unresolved-attribute | src/bokeh/server/views/ws.py:151:47 | Attribute `sign_sessions` is not defined on `Application` in union `Unknown | Application` |
| bokeh | unresolved-attribute | src/bokeh/server/views/ws.py:152:51 | Attribute `secret_key` is not defined on `Application` in union `Unknown | Application` |
| bokeh | unresolved-attribute | src/bokeh/server/views/ws.py:158:13 | Attribute `io_loop` is not defined on `Application` in union `Unknown | Application` |
| bokeh | unresolved-attribute | src/bokeh/server/views/ws.py:167:9 | Object of type `Logger` has no attribute `trace` |
| bokeh | unresolved-attribute | src/bokeh/server/views/ws.py:212:31 | Attribute `new_connection` is not defined on `Application` in union `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 | unresolved-attribute | src/bokeh/server/views/ws.py:309:13 | Attribute `client_lost` is not defined on `Application` in union `Unknown | Application` |
| bokeh | unresolved-attribute | src/bokeh/server/views/ws.py:314:29 | Attribute `consume` is not defined on `None` in union `Unknown | None | Receiver` |
| bokeh | unresolved-attribute | src/bokeh/server/views/ws.py:323:26 | Attribute `handle` is not defined on `None` in union `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 | T@PrioritizedSetting | 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 | T@PrioritizedSetting | str, Literal[SettingProvenance.USER_SET]]` |
| bokeh | invalid-argument-type | src/bokeh/settings.py:418:34 | Argument is incorrect: Expected `T@PrioritizedSetting | str`, found `str | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)` |
| 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 | T@PrioritizedSetting | 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 | T@PrioritizedSetting | 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 | T@PrioritizedSetting | 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 | T@PrioritizedSetting | 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 | T@PrioritizedSetting | str, Literal[SettingProvenance.DEV_DEFAULT]]` |
| bokeh | invalid-argument-type | src/bokeh/settings.py:438:34 | Argument is incorrect: Expected `T@PrioritizedSetting | str`, found `(Unknown & ~<class '_Unset'>) | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)` |
| 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 | T@PrioritizedSetting | str, Literal[SettingProvenance.DEFAULT]]` |
| bokeh | invalid-argument-type | src/bokeh/settings.py:442:34 | Argument is incorrect: Expected `T@PrioritizedSetting | str`, found `(T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)` |
| 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 | T@PrioritizedSetting | str, Literal[SettingProvenance.GLOBAL_DEFAULT]]` |
| bokeh | invalid-argument-type | src/bokeh/settings.py:446:34 | Argument is incorrect: Expected `T@PrioritizedSetting | str`, found `(Unknown & ~<class '_Unset'>) | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)` |
| 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-argument-type | src/bokeh/settings.py:747:46 | Argument to bound method `__init__` is incorrect: Expected `((str | int | None, /) -> str | int | None) | None`, found `def convert_logging(value: str | int) -> int | None` |
| 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 | unresolved-attribute | src/bokeh/sphinxext/_internal/bokeh_jinja.py:93:30 | Attribute `filename` is not defined on `None` in union `Any | None` |
| bokeh | unresolved-attribute | src/bokeh/sphinxext/_internal/bokeh_jinja.py:97:29 | Attribute `filename` is not defined on `None` in union `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 | Object of type `def _curdoc(...) -> Unknown` is not assignable to attribute `Document` of type `<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 | 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` |
| 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` |
| cryptography | unused-type-ignore-comment | src/cryptography/hazmat/asn1/asn1.py:41:32 | Unused blanket `type: ignore` directive |
| cryptography | possibly-unresolved-reference | src/cryptography/hazmat/primitives/asymmetric/rsa.py:296:22 | Name `p` used when possibly not defined |
| cryptography | possibly-unresolved-reference | src/cryptography/hazmat/primitives/asymmetric/rsa.py:298:20 | Name `p` used when possibly not defined |
| cryptography | unresolved-import | src/cryptography/hazmat/primitives/serialization/ssh.py:43:10 | Cannot resolve imported module `bcrypt` |
| cryptography | possibly-unresolved-reference | src/cryptography/hazmat/primitives/serialization/ssh.py:750:48 | Name `tag` used when possibly not defined |
| cryptography | possibly-unresolved-reference | src/cryptography/hazmat/primitives/serialization/ssh.py:1091:25 | Name `cert_body` used when possibly not defined |
| cryptography | possibly-unresolved-reference | src/cryptography/hazmat/primitives/serialization/ssh.py:1105:13 | Name `nonce` used when possibly not defined |
| cryptography | possibly-unresolved-reference | src/cryptography/hazmat/primitives/serialization/ssh.py:1121:13 | Name `cert_body` used when possibly not defined |
| cryptography | unused-type-ignore-comment | src/cryptography/x509/extensions.py:2513:41 | Unused blanket `type: ignore` directive |
| cryptography | invalid-assignment | src/cryptography/x509/name.py:179:47 | Object of type `bytes | str` is not assignable to `NameAttributeValueType@NameAttribute`: Incompatible value of type `bytes | str` |
| cryptography | unresolved-import | tests/bench/test_x509.py:9:8 | Cannot resolve imported module `certifi` |
| cryptography | unused-type-ignore-comment | tests/hazmat/asn1/test_api.py:206:29 | Unused blanket `type: ignore` directive |
| cryptography | invalid-type-arguments | tests/hazmat/asn1/test_api.py:408:43 | Type `str` is not assignable to upper bound `LiteralString` of type variable `Tag@Variant` |
| cryptography | unused-type-ignore-comment | tests/hazmat/primitives/test_aead.py:44:56 | Unused blanket `type: ignore` directive |
| cryptography | unused-type-ignore-comment | tests/hazmat/primitives/test_dsa.py:940:33 | Unused blanket `type: ignore` directive |
| cryptography | unused-type-ignore-comment | tests/hazmat/primitives/test_dsa.py:955:35 | Unused blanket `type: ignore` directive |
| cryptography | unused-type-ignore-comment | tests/hazmat/primitives/test_dsa.py:970:33 | Unused blanket `type: ignore` directive |
| cryptography | unused-type-ignore-comment | tests/hazmat/primitives/test_ec.py:1027:33 | Unused blanket `type: ignore` directive |
| cryptography | unused-type-ignore-comment | tests/hazmat/primitives/test_ec.py:1043:35 | Unused blanket `type: ignore` directive |
| cryptography | unused-type-ignore-comment | tests/hazmat/primitives/test_ec.py:1059:33 | Unused blanket `type: ignore` directive |
| cryptography | unused-type-ignore-comment | tests/hazmat/primitives/test_ec.py:1333:33 | Unused blanket `type: ignore` directive |
| cryptography | unused-type-ignore-comment | tests/hazmat/primitives/test_ec.py:1381:35 | Unused blanket `type: ignore` directive |
| cryptography | unused-type-ignore-comment | tests/hazmat/primitives/test_ec.py:1616:51 | Unused blanket `type: ignore` directive |
| cryptography | unused-type-ignore-comment | tests/hazmat/primitives/test_pkcs12.py:1032:31 | Unused blanket `type: ignore` directive |
| cryptography | possibly-unresolved-reference | tests/hazmat/primitives/test_ssh.py:230:30 | Name `private_key` used when possibly not defined |
| cryptography | possibly-unresolved-reference | tests/hazmat/primitives/test_ssh.py:247:26 | Name `private_key` used when possibly not defined |
| cryptography | possibly-unresolved-reference | tests/hazmat/primitives/test_x25519.py:82:16 | Name `computed_shared_key` used when possibly not defined |
| cryptography | possibly-unresolved-reference | tests/hazmat/primitives/test_x448.py:83:16 | Name `computed_shared_key` used when possibly not defined |
| cryptography | possibly-unresolved-reference | tests/hazmat/primitives/utils.py:146:46 | Name `plaintext` used when possibly not defined |
| cryptography | possibly-unresolved-reference | tests/hazmat/primitives/utils.py:162:36 | Name `plaintext` used when possibly not defined |
| cryptography | unresolved-import | tests/test_fernet.py:12:8 | Cannot resolve imported module `pretend` |
| cryptography | unresolved-import | tests/test_fernet.py:15:8 | Cannot resolve imported module `cryptography_vectors` |
| cryptography | unresolved-import | tests/test_utils.py:11:8 | Cannot resolve imported module `pretend` |
| cryptography | unresolved-import | tests/test_utils.py:16:8 | Cannot resolve imported module `cryptography_vectors` |
| cryptography | unresolved-import | tests/utils.py:17:8 | Cannot resolve imported module `cryptography_vectors` |
| cryptography | possibly-unresolved-reference | tests/utils.py:325:57 | Name `q` used when possibly not defined |
| cryptography | possibly-unresolved-reference | tests/utils.py:407:59 | Name `digest_algorithm` used when possibly not defined |
| django-stubs | possibly-missing-attribute | django-stubs/contrib/admin/helpers.pyi:197:22 | Submodule `utils` may not be available as an attribute on module `django.forms` |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/admin/widgets.pyi:75:25 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/auth/views.pyi:23:43 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/contenttypes/admin.pyi:15:46 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/gis/db/backends/mysql/features.pyi:15:66 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/gis/db/backends/mysql/operations.pyi:15:37 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/gis/db/backends/mysql/operations.pyi:17:35 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/gis/db/backends/mysql/operations.pyi:19:35 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/gis/db/backends/mysql/operations.pyi:21:38 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/gis/db/backends/mysql/operations.pyi:28:55 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/gis/db/backends/oracle/features.pyi:14:62 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/gis/db/backends/oracle/introspection.pyi:8:58 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/gis/db/backends/oracle/operations.pyi:29:21 | Unused blanket `type: ignore` directive |
| django-stubs | unresolved-import | django-stubs/contrib/gis/db/backends/postgis/base.pyi:5:6 | Cannot resolve imported module `psycopg` |
| django-stubs | unresolved-import | django-stubs/contrib/gis/db/backends/postgis/base.pyi:6:6 | Cannot resolve imported module `psycopg.adapt` |
| django-stubs | unresolved-import | django-stubs/contrib/gis/db/backends/postgis/base.pyi:7:6 | Cannot resolve imported module `psycopg.pq` |
| django-stubs | invalid-method-override | django-stubs/contrib/gis/db/backends/postgis/operations.pyi:54:9 | Invalid override of method `get_distance`: Definition is incompatible with `BaseSpatialOperations.get_distance` |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/gis/db/backends/spatialite/features.pyi:8:52 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/gis/db/backends/spatialite/operations.pyi:13:21 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/gis/db/backends/spatialite/operations.pyi:24:55 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/gis/db/models/aggregates.pyi:11:18 | 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:23:21 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/envelope.pyi:25:21 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/envelope.pyi:27:24 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:113:25 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:113:47 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:115:24 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:115:46 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:118:42 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:118:55 | `...` is not allowed in this context in a type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:121:25 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:121:31 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:121:44 | `...` is not allowed in this context in a type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:121:50 | `...` is not allowed in this context in a type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:123:24 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:123:30 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:123:43 | `...` is not allowed in this context in a type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:123:49 | `...` is not allowed in this context in a type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:143:25 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:143:31 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:143:37 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:143:50 | `...` is not allowed in this context in a type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:143:56 | `...` is not allowed in this context in a type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:143:62 | `...` is not allowed in this context in a type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:145:24 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:145:30 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:145:36 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:145:49 | `...` is not allowed in this context in a type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:158:25 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:158:36 | `...` is not allowed in this context in a type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:160:24 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/gdal/geometries.pyi:160:35 | `...` is not allowed in this context in a 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:11:36 | `...` is not allowed in this context in a 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/collections.pyi:13:35 | `...` is not allowed in this context in a 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:10:49 | `...` is not allowed in this context in a 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/coordseq.pyi:32:35 | `...` is not allowed in this context in a 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:9:49 | `...` is not allowed in this context in a 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:12:44 | `...` is not allowed in this context in a 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/linestring.pyi:14:43 | `...` is not allowed in this context in a type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/geos/point.pyi:26:25 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/geos/point.pyi:26:38 | `...` is not allowed in this context in a type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/geos/point.pyi:30:24 | Invalid subscript of object of type `property` in type expression |
| django-stubs | invalid-type-form | django-stubs/contrib/gis/geos/point.pyi:30:37 | `...` is not allowed in this context in a 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:18:50 | `...` is not allowed in this context in a 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-type-form | django-stubs/contrib/gis/geos/polygon.pyi:20:49 | `...` is not allowed in this context in a type expression |
| django-stubs | invalid-method-override | django-stubs/contrib/gis/geos/prototypes/coordseq.pyi:20:9 | Invalid override of method `errcheck`: Definition is incompatible with `GEOSFuncFactory.errcheck` |
| django-stubs | invalid-method-override | django-stubs/contrib/gis/management/commands/ogrinspect.pyi:8:9 | Invalid override of method `__call__`: Definition is incompatible with `Action.__call__` |
| django-stubs | invalid-method-override | django-stubs/contrib/gis/management/commands/ogrinspect.pyi:17:9 | Invalid override of method `__call__`: Definition is incompatible with `Action.__call__` |
| 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 | invalid-method-override | django-stubs/contrib/messages/storage/cookie.pyi:14:9 | Invalid override of method `default`: Definition is incompatible with `JSONEncoder.default` |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/postgres/aggregates/statistics.pyi:22:43 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-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-type-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-type-ignore-comment | django-stubs/contrib/postgres/indexes.pyi:14:44 | Unused blanket `type: ignore` directive |
| django-stubs | unresolved-import | django-stubs/contrib/postgres/search.pyi:9:6 | Cannot resolve imported module `psycopg.adapt` |
| django-stubs | invalid-method-override | django-stubs/contrib/postgres/search.pyi:28: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:29:9 | Invalid override of method `as_sql`: Definition is incompatible with `BaseExpression.as_sql` |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/postgres/search.pyi:77:50 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/postgres/search.pyi:98:72 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/postgres/search.pyi:169:41 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/postgres/search.pyi:181:62 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/sessions/backends/base.pyi:23:16 | Unused blanket `type: ignore` directive |
| django-stubs | invalid-method-override | django-stubs/contrib/sessions/backends/base.pyi:26:9 | Invalid override of method `get`: Definition is incompatible with `dict.get` |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/sessions/backends/base.pyi:49:16 | Unused blanket `type: ignore` directive |
| django-stubs | invalid-method-override | django-stubs/contrib/sessions/backends/base.pyi:52:9 | Invalid override of method `update`: Definition is incompatible with `MutableMapping.update` |
| 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-type-ignore-comment | django-stubs/contrib/staticfiles/handlers.pyi:29:66 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/contrib/staticfiles/handlers.pyi:39:70 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-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-type-ignore-comment | django-stubs/core/files/uploadedfile.pyi:12:40 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/core/handlers/asgi.pyi:32:48 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/core/handlers/asgi.pyi:35:77 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/core/handlers/asgi.pyi:37:47 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/core/handlers/wsgi.pyi:28:48 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/core/handlers/wsgi.pyi:30:47 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/core/handlers/wsgi.pyi:32:77 | Unused blanket `type: ignore` directive |
| django-stubs | invalid-method-override | django-stubs/core/mail/backends/locmem.pyi:7:9 | Invalid override of method `send_messages`: Definition is incompatible with `BaseEmailBackend.send_messages` |
| django-stubs | unused-type-ignore-comment | django-stubs/core/mail/message.pyi:29:53 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/core/mail/message.pyi:31:43 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/core/mail/message.pyi:35:53 | Unused blanket `type: ignore` directive |
| django-stubs | inconsistent-mro | django-stubs/core/paginator.pyi:15:7 | 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:75:9 | Invalid override of method `unsign`: Definition is incompatible with `Signer.unsign` |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/base.pyi:60:41 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/base.pyi:62:67 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/compiler.pyi:9:42 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:36:65 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:38:55 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:40:62 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:42:46 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:44:52 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:46:57 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:48:64 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:50:60 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:52:62 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:54:51 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:58:63 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:60:62 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:62:62 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:64:54 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:68:59 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:72:53 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:74:58 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:76:49 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:78:55 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:80:60 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:82:57 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:84:58 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:86:56 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:88:58 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:90:51 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:92:58 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/features.pyi:94:48 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/schema.pyi:22:37 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/schema.pyi:24:45 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/mysql/schema.pyi:26:46 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/oracle/features.pyi:53:62 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/oracle/features.pyi:55:64 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/oracle/features.pyi:57:62 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/oracle/features.pyi:59:61 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/oracle/features.pyi:61:63 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/oracle/features.pyi:63:54 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/oracle/features.pyi:65:61 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/oracle/features.pyi:69:47 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/oracle/features.pyi:71:52 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/postgresql/features.pyi:48:62 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/postgresql/features.pyi:50:63 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/postgresql/features.pyi:54:96 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/postgresql/features.pyi:56:64 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/postgresql/features.pyi:73:72 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/postgresql/features.pyi:75:48 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/sqlite3/features.pyi:12:62 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/sqlite3/features.pyi:14:64 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/sqlite3/features.pyi:16:45 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/sqlite3/features.pyi:18:49 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/sqlite3/features.pyi:20:55 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/sqlite3/features.pyi:22:54 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/sqlite3/features.pyi:24:60 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/sqlite3/features.pyi:26:62 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/sqlite3/features.pyi:28:57 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/sqlite3/schema.pyi:7:26 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/sqlite3/schema.pyi:8:36 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/sqlite3/schema.pyi:9:37 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/utils.pyi:74:56 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/utils.pyi:78:56 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/backends/utils.pyi:82:61 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/migrations/operations/special.pyi:37:40 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/migrations/operations/special.pyi:58:40 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/aggregates.pyi:33:18 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/base.pyi:33:65 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/base.pyi:35:68 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/enums.pyi:15:37 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/enums.pyi:16:40 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/enums.pyi:17:40 | Unused blanket `type: ignore` directive |
| django-stubs | invalid-method-override | django-stubs/db/models/enums.pyi:35:13 | Invalid override of method `__contains__`: Definition is incompatible with `EnumMeta.__contains__` |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/enums.pyi:37:51 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/enums.pyi:57:73 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/enums.pyi:73:67 | Unused blanket `type: ignore` directive |
| django-stubs | invalid-method-override | django-stubs/db/models/expressions.pyi:218:9 | Invalid override of method `relabeled_clone`: Definition is incompatible with `BaseExpression.relabeled_clone` |
| django-stubs | invalid-method-override | django-stubs/db/models/expressions.pyi:230:9 | Invalid override of method `relabeled_clone`: Definition is incompatible with `BaseExpression.relabeled_clone` |
| django-stubs | invalid-method-override | django-stubs/db/models/expressions.pyi:234:9 | Invalid override of method `relabeled_clone`: Definition is incompatible with `BaseExpression.relabeled_clone` |
| django-stubs | unresolved-attribute | django-stubs/db/models/fields/__init__.pyi:151:34 | Object of type `cached_property[list[Unknown]]` has no attribute `_ValidatorCallable` |
| django-stubs | unresolved-attribute | django-stubs/db/models/fields/__init__.pyi:179:30 | Object of type `cached_property[list[Unknown]]` has no attribute `_ValidatorCallable` |
| django-stubs | unresolved-attribute | django-stubs/db/models/fields/__init__.pyi:217:34 | Object of type `cached_property[list[Unknown]]` has no attribute `_ValidatorCallable` |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/fields/__init__.pyi:437:54 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/fields/__init__.pyi:438:41 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/fields/__init__.pyi:439:42 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/fields/__init__.pyi:631:84 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/fields/__init__.pyi:636:69 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/fields/__init__.pyi:637:73 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/fields/files.pyi:127:53 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/fields/related.pyi:77:68 | Unused blanket `type: ignore` directive |
| django-stubs | invalid-method-override | django-stubs/db/models/fields/related.pyi:242:9 | Invalid override of method `__get__`: Definition is incompatible with `ForeignObject.__get__` |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/fields/related_descriptors.pyi:133:25 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/fields/related_descriptors.pyi:134:44 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/fields/related_descriptors.pyi:140:84 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/fields/related_descriptors.pyi:141:16 | Unused blanket `type: ignore` directive |
| django-stubs | invalid-method-override | django-stubs/db/models/fields/related_descriptors.pyi:144:9 | Invalid override of method `__get__`: Definition is incompatible with `ReverseManyToOneDescriptor.__get__` |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/fields/reverse_related.pyi:121:39 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/db/models/functions/datetime.pyi:16:30 | 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 | unused-type-ignore-comment | django-stubs/db/models/lookups.pyi:42:45 | Unused blanket `type: ignore` directive |
| django-stubs | invalid-method-override | django-stubs/db/models/lookups.pyi:78:9 | Invalid override of method `process_rhs`: Definition is incompatible with `Lookup.process_rhs` |
| django-stubs | invalid-method-override | django-stubs/db/models/lookups.pyi:105:9 | Invalid override of method `process_rhs`: Definition is incompatible with `Lookup.process_rhs` |
| django-stubs | invalid-method-override | django-stubs/db/utils.pyi:38:9 | Invalid override of method `configure_settings`: Definition is incompatible with `BaseConnectionHandler.configure_settings` |
| django-stubs | invalid-method-override | django-stubs/forms/fields.pyi:280:9 | Invalid override of method `to_python`: Definition is incompatible with `Field.to_python` |
| django-stubs | invalid-method-override | django-stubs/forms/fields.pyi:281:9 | Invalid override of method `clean`: Definition is incompatible with `Field.clean` |
| django-stubs | invalid-method-override | django-stubs/forms/fields.pyi:282:9 | Invalid override of method `bound_data`: Definition is incompatible with `Field.bound_data` |
| django-stubs | unused-type-ignore-comment | django-stubs/forms/fields.pyi:345:40 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/forms/widgets.pyi:268:50 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/http/request.pyi:117:21 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-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-type-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 | unused-type-ignore-comment | django-stubs/http/request.pyi:209:39 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/test/client.pyi:209:27 | Unused blanket `type: ignore` directive |
| 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-type-ignore-comment | django-stubs/utils/csp.pyi:11:33 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/utils/csp.pyi:12:42 | Unused blanket `type: ignore` directive |
| django-stubs | inconsistent-mro | django-stubs/utils/datastructures.pyi:40:7 | 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-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-type-ignore-comment | django-stubs/utils/datastructures.pyi:100:75 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/utils/dateformat.pyi:34:51 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/utils/encoding.pyi:17:115 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/utils/encoding.pyi:19:117 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/utils/encoding.pyi:28:117 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/utils/encoding.pyi:36:117 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/utils/encoding.pyi:38:119 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | django-stubs/utils/encoding.pyi:46:119 | 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:138:9 | Unresolved attribute `reveal_type` on type `<module 'builtins'>`. |
| django-stubs | unresolved-attribute | ext/django_stubs_ext/patch.py:139: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 | 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-type-ignore-comment | mypy_django_plugin/django/context.py:33:24 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | mypy_django_plugin/django/context.py:68:32 | Unused blanket `type: ignore` directive |
| django-stubs | unresolved-attribute | mypy_django_plugin/django/context.py:328:64 | Attribute `base_field` is not defined on `Field[Any, Any] & ArrayField`, `ForeignObjectRel & ArrayField` in union `(Field[Any, Any] & Top[django.contrib.postgres.fields.array.ArrayField[Unknown, Unknown]]) | (ForeignObjectRel & Top[django.contrib.postgres.fields.array.ArrayField[Unknown, Unknown]]) | (Field[Any, Any] & mypy_django_plugin.django.context.ArrayField) | (ForeignObjectRel & mypy_django_plugin.django.context.ArrayField)` |
| django-stubs | unused-type-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:482:20 | Name `lookup_type` used when possibly not defined |
| django-stubs | possibly-unresolved-reference | mypy_django_plugin/django/context.py:492: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 | invalid-argument-type | mypy_django_plugin/lib/helpers.py:226:20 | Argument is incorrect: Argument type `Model` does not satisfy upper bound `DjangoModel` of type variable `Self` |
| django-stubs | invalid-argument-type | mypy_django_plugin/lib/helpers.py:226:20 | Argument is incorrect: Expected `type[DjangoModel]`, found `type[Model]` |
| 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-type-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-type-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-type-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:177:88 | Name `field_lookups` used when possibly not defined |
| django-stubs | unused-type-ignore-comment | mypy_django_plugin/transformers/querysets.py:552:75 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | mypy_django_plugin/transformers/querysets.py:555:119 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | mypy_django_plugin/transformers/querysets.py:564:71 | Unused blanket `type: ignore` directive |
| django-stubs | possibly-unresolved-reference | mypy_django_plugin/transformers/querysets.py:628:66 | Name `qs_model` used when possibly not defined |
| django-stubs | possibly-unresolved-reference | mypy_django_plugin/transformers/querysets.py:650:79 | Name `qs_model` used when possibly not defined |
| django-stubs | possibly-unresolved-reference | mypy_django_plugin/transformers/querysets.py:657:34 | Name `qs_model` used when possibly not defined |
| django-stubs | possibly-unresolved-reference | mypy_django_plugin/transformers/querysets.py:674:17 | Name `qs_model` used when possibly not defined |
| django-stubs | possibly-unresolved-reference | mypy_django_plugin/transformers/querysets.py:691:47 | Name `qs_model` used when possibly not defined |
| django-stubs | possibly-unresolved-reference | mypy_django_plugin/transformers/querysets.py:695:12 | Name `default_return_type` used when possibly not defined |
| django-stubs | possibly-unresolved-reference | mypy_django_plugin/transformers/querysets.py:696:40 | Name `default_return_type` used when possibly not defined |
| django-stubs | possibly-unresolved-reference | mypy_django_plugin/transformers/querysets.py:703:12 | Name `default_return_type` used when possibly not defined |
| django-stubs | possibly-unresolved-reference | mypy_django_plugin/transformers/querysets.py:757:26 | Name `collection_expr` used when possibly not defined |
| django-stubs | possibly-unresolved-reference | mypy_django_plugin/transformers/querysets.py:863:12 | Name `field_names` used when possibly not defined |
| django-stubs | possibly-unresolved-reference | mypy_django_plugin/transformers/querysets.py:870:23 | Name `field_names` 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-type-ignore-comment | tests/assert_type/apps/test_config.py:15:43 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-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 `Unknown | Literal["django.db.models.BigAutoField"]` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/apps/test_config.py:38:1 | Type `Unknown` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/contrib/admin/test_utils.py:76:1 | Type `list[str | ((Unknown, /) -> str | bool)]` does not match asserted type `list[str | ((Person, /) -> str | bool)]` |
| django-stubs | type-assertion-failure | tests/assert_type/contrib/admin/test_utils.py:77:1 | Type `list[str | ((Unknown, /) -> str | bool)]` does not match asserted type `list[str | ((Person, /) -> str | bool)]` |
| django-stubs | type-assertion-failure | tests/assert_type/contrib/admin/test_utils.py:78:1 | Type `list[str | ((Unknown, /) -> str | bool)]` does not match asserted type `list[str | ((Person, /) -> str | bool)]` |
| django-stubs | type-assertion-failure | tests/assert_type/contrib/admin/test_utils.py:79:1 | Type `list[str | ((Unknown, /) -> str | bool)]` does not match asserted type `list[str | ((Person, /) -> str | bool)]` |
| 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) | 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:83: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 | empty-body | 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 | empty-body | 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 | _StrPromise]` does not match asserted type `list[str]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/_enums.py:18:1 | Type `list[tuple[str, str | _StrPromise]]` does not match asserted type `list[tuple[str, str]]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/_enums.py:21:1 | Type `Any` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/_enums.py:22:1 | Type `Any` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/fields/test_files.py:12:1 | Type `Unknown | FieldFile` does not match asserted type `FieldFile` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/fields/test_files.py:13:1 | Type `Unknown | ImageFieldFile` does not match asserted type `ImageFieldFile` |
| django-stubs | unused-type-ignore-comment | tests/assert_type/db/models/test_constraints.py:7:20 | Unused blanket `type: ignore` directive |
| django-stubs | invalid-argument-type | tests/assert_type/db/models/test_constraints.py:9:5 | Argument to bound method `__init__` is incorrect: Expected `None`, found `list[Unknown | str]` |
| 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 | type-assertion-failure | tests/assert_type/db/models/test_enums.py:138:1 | Type `list[str | _StrPromise]` does not match asserted type `list[_StrPromise]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:140:1 | Type `list[tuple[int, str | _StrPromise]]` does not match asserted type `list[tuple[int, _StrPromise]]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:143:1 | Type `Any` does not match asserted type `_StrPromise` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:144:1 | Type `Any` does not match asserted type `int` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:149:1 | Type `list[str | _StrPromise]` does not match asserted type `list[_StrPromise]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:151:1 | Type `list[tuple[str, str | _StrPromise]]` does not match asserted type `list[tuple[str, _StrPromise]]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:154:1 | Type `Any` does not match asserted type `_StrPromise` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:155:1 | Type `Any` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:162:1 | Type `list[int]` does not match asserted type `list[int | None]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:163:1 | Type `list[tuple[int, str | _StrPromise]]` does not match asserted type `list[tuple[int | None, str | _StrPromise]]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:166:1 | Type `Any` does not match asserted type `str | _StrPromise` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:167:1 | Type `Any` does not match asserted type `int` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:169:1 | Type `Unknown | _StrPromise` does not match asserted type `_StrPromise` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:175:1 | Type `list[str | _StrPromise]` does not match asserted type `list[str]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:176:1 | Type `list[str]` does not match asserted type `list[str | None]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:177:1 | Type `list[tuple[str, str | _StrPromise]]` does not match asserted type `list[tuple[str | None, str]]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:180:1 | Type `Any` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:181:1 | Type `Any` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:183:1 | Type `Unknown | Literal["(Undeclared)"]` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:188:1 | Type `list[str | _StrPromise]` does not match asserted type `list[str]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:190:1 | Type `list[tuple[str, str | _StrPromise]]` does not match asserted type `list[tuple[str, str]]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:193:1 | Type `Any` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:194:1 | Type `Any` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:201:1 | Type `list[str | _StrPromise]` does not match asserted type `list[str]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:202:1 | Type `list[Any]` does not match asserted type `list[bytes]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:203:1 | Type `list[tuple[Any, str | _StrPromise]]` does not match asserted type `list[tuple[bytes, str]]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:206:1 | Type `Any` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:207:1 | Type `tuple[Literal[b"\x1c"], Literal["File Separator"]]` does not match asserted type `bytes` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:215:1 | Type `list[str | _StrPromise]` does not match asserted type `list[str]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:216:1 | Type `list[Any]` does not match asserted type `list[int | float | None]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:217:1 | Type `list[tuple[Any, str | _StrPromise]]` does not match asserted type `list[tuple[int | float | None, str]]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:220:1 | Type `Any` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:221:1 | Type `tuple[float, Literal["ฯ"]]` does not match asserted type `int | float` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:223:1 | Type `Unknown | Literal["NULL"]` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:229:1 | Type `list[str | _StrPromise]` does not match asserted type `list[str]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:232:1 | Type `list[Any]` does not match asserted type `list[Any | None]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:238:1 | Type `list[tuple[Any, str | _StrPromise]]` does not match asserted type `list[tuple[Any | None, str]]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:245:1 | Type `Any` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:248:1 | Type `Literal[1]` does not match asserted type `Any` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:251:1 | Type `Unknown | Literal["Python's None"]` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:256:1 | Type `list[str | _StrPromise]` does not match asserted type `list[str]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:258:1 | Type `list[tuple[str, str | _StrPromise]]` does not match asserted type `list[tuple[str, str]]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:261:1 | Type `Any` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:262:1 | Type `Any` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:268:1 | Type `list[str | _StrPromise]` does not match asserted type `list[str]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:270:1 | Type `list[tuple[str, str | _StrPromise]]` does not match asserted type `list[tuple[str, str]]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:273:1 | Type `Any` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:274:1 | Type `Any` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:280:1 | Type `list[str | _StrPromise]` does not match asserted type `list[str]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:282:1 | Type `list[tuple[str, str | _StrPromise]]` does not match asserted type `list[tuple[str, str]]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:286:1 | Type `list[Unknown]` does not match asserted type `list[str | _StrPromise]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:287:1 | Type `list[Unknown]` does not match asserted type `list[int]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:293:1 | Type `list[Unknown]` does not match asserted type `list[str | _StrPromise]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:295:1 | Type `list[Unknown]` does not match asserted type `list[str]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:299:1 | Type `list[Unknown]` does not match asserted type `list[str | _StrPromise]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:300:1 | Type `list[Unknown]` does not match asserted type `list[int | str]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:306:1 | Type `list[Unknown]` does not match asserted type `list[str | _StrPromise]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:309:1 | Type `list[Unknown | tuple[int | float, str] | tuple[bytes, str]]` does not match asserted type `list[Any]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:313:1 | Type `Unknown | list[tuple[int, str | _StrPromise]]` does not match asserted type `list[tuple[int, _StrPromise]]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:314:1 | Type `Unknown | list[tuple[int, str | _StrPromise]]` does not match asserted type `list[tuple[int, _StrPromise]]` |
| django-stubs | type-assertion-failure | tests/assert_type/db/models/test_enums.py:315:1 | Type `list[tuple[str, str | _StrPromise]]` does not match asserted type `list[tuple[str, str]]` |
| django-stubs | type-assertion-failure | tests/assert_type/http/test_request.py:13:1 | Type `QueryDict` does not match asserted type `_ImmutableQueryDict` |
| django-stubs | type-assertion-failure | tests/assert_type/http/test_request.py:14:1 | Type `QueryDict` does not match asserted type `_ImmutableQueryDict` |
| django-stubs | type-assertion-failure | tests/assert_type/http/test_request.py:15:1 | Type `QueryDict` does not match asserted type `_ImmutableQueryDict` |
| django-stubs | type-assertion-failure | tests/assert_type/http/test_request.py:16:1 | Type `QueryDict` does not match asserted type `_ImmutableQueryDict` |
| django-stubs | type-assertion-failure | tests/assert_type/http/test_request.py:21:1 | Type `str | list[object]` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/http/test_request.py:24:1 | Type `list[str] | Unknown` does not match asserted type `list[str]` |
| django-stubs | type-assertion-failure | tests/assert_type/http/test_request.py:33:1 | Type `list[str] | Literal[12]` does not match asserted type `list[str] | int` |
| django-stubs | unused-type-ignore-comment | tests/assert_type/middleware/test_middleware.py:20:45 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | tests/assert_type/middleware/test_middleware.py:28:45 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | tests/assert_type/middleware/test_middleware.py:42:45 | Unused blanket `type: ignore` directive |
| django-stubs | unused-type-ignore-comment | tests/assert_type/middleware/test_middleware.py:43:31 | Unused blanket `type: ignore` directive |
| django-stubs | empty-body | tests/assert_type/urls/test_conf.py:27:13 | Function always implicitly returns `None`, which is not assignable to return type `HttpResponse` |
| django-stubs | empty-body | tests/assert_type/urls/test_conf.py:28:19 | Function always implicitly returns `None`, which is not assignable to return type `HttpResponse` |
| django-stubs | empty-body | tests/assert_type/urls/test_conf.py:55:49 | Function always implicitly returns `None`, which is not assignable to return type `HttpResponse` |
| django-stubs | invalid-argument-type | tests/assert_type/utils/test_decorators.py:8:39 | Argument to function `decorator_from_middleware` is incorrect: Expected `_MiddlewareClass`, found `<class 'CacheMiddleware'>` |
| django-stubs | invalid-argument-type | tests/assert_type/utils/test_decorators.py:14:47 | Argument to function `decorator_from_middleware_with_args` is incorrect: Expected `_MiddlewareClass`, found `<class 'CacheMiddleware'>` |
| django-stubs | type-assertion-failure | tests/assert_type/utils/test_encoding.py:28:5 | Type `Literal["foo"]` does not match asserted type `str` |
| django-stubs | type-assertion-failure | tests/assert_type/utils/test_encoding.py:41:5 | Type `Literal["foo"]` does not match asserted type `str` |
| django-stubs | empty-body | tests/assert_type/views/test_decorators.py:13:38 | Function always implicitly returns `None`, which is not assignable to return type `HttpResponse` |
| django-stubs | empty-body | tests/assert_type/views/test_decorators.py:23:39 | Function always implicitly returns `None`, which is not assignable to return type `HttpResponse` |
| django-stubs | unresolved-import | tests/test_error_handling.py:9:8 | Cannot resolve imported module `pytest` |
| django-test-migrations | unresolved-import | django_test_migrations/contrib/pytest_plugin.py:3:8 | Cannot resolve imported module `pytest` |
| django-test-migrations | unused-type-ignore-comment | django_test_migrations/contrib/unittest_case.py:82:39 | Unused blanket `type: ignore` directive |
| dragonchain | unresolved-attribute | dragonchain/broadcast_processor/broadcast_functions.py:95:32 | Attribute `group` is not defined on `None` in union `Match[str] | None` |
| dragonchain | unresolved-import | dragonchain/broadcast_processor/broadcast_processor.py:25:8 | Cannot resolve imported module `aiohttp` |
| dragonchain | unused-awaitable | dragonchain/broadcast_processor/broadcast_processor.py:190:17 | Object of type `CoroutineType[Any, Any, int]` is not awaited |
| 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 | unresolved-attribute | dragonchain/job_processor/contract_job.py:167:24 | Attribute `split` is not defined on `None` in union `Unknown | None` |
| dragonchain | not-iterable | dragonchain/job_processor/contract_job.py:198:60 | Object of type `Unknown | None` 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` |
| dragonchain | unresolved-attribute | dragonchain/job_processor/contract_job.py:301:30 | Attribute `items` is not defined on `None` in union `Unknown | None` |
| dragonchain | not-iterable | dragonchain/job_processor/contract_job.py:327:23 | Object of type `Unknown | None` 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 | unresolved-attribute | dragonchain/job_processor/contract_job.py:419:13 | Attribute `update` is not defined on `None` in union `Unknown | None` |
| 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 | not-subscriptable | dragonchain/job_processor/contract_job_utest.py:136:26 | Cannot subscript object of type `None` with no `__getitem__` method |
| dragonchain | not-subscriptable | dragonchain/job_processor/contract_job_utest.py:137: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 | unresolved-attribute | dragonchain/job_processor/contract_job_utest.py:269:13 | Attribute `assert_called_once` is not defined on `bound method SmartContractModel.set_state(state: str | ContractState, msg: str = "") -> None` in union `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 | invalid-assignment | dragonchain/job_processor/contract_job_utest.py:436:9 | Object of type `MagicMock` is not assignable to attribute `new_from_build_task` of type `def new_from_build_task(data: Mapping[str, Any]) -> SmartContractModel` |
| dragonchain | invalid-assignment | dragonchain/job_processor/contract_job_utest.py:438:9 | Object of type `MagicMock` is not assignable to attribute `create` of type `def create(self) -> None` |
| 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 | Object of type `MagicMock` is not assignable to attribute `new_from_build_task` of type `def new_from_build_task(data: Mapping[str, Any]) -> SmartContractModel` |
| 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 | Object of type `MagicMock` is not assignable to attribute `get_contract_by_txn_type` of type `def get_contract_by_txn_type(txn_type: str) -> SmartContractModel` |
| dragonchain | invalid-assignment | dragonchain/job_processor/contract_job_utest.py:485:9 | Object of type `MagicMock` is not assignable to attribute `new_from_build_task` of type `def new_from_build_task(data: Mapping[str, Any]) -> SmartContractModel` |
| dragonchain | invalid-assignment | dragonchain/job_processor/contract_job_utest.py:486:9 | Object of type `MagicMock` is not assignable to attribute `create_dockerfile` of type `def create_dockerfile(self) -> str` |
| dragonchain | invalid-assignment | dragonchain/job_processor/contract_job_utest.py:487:9 | Object of type `MagicMock` is not assignable to attribute `create_openfaas_secrets` of type `def create_openfaas_secrets(self) -> None` |
| dragonchain | invalid-assignment | dragonchain/job_processor/contract_job_utest.py:488:9 | Object of type `MagicMock` is not assignable to attribute `delete_contract_image` of type `def delete_contract_image(self, image_digest: str) -> None` |
| dragonchain | invalid-assignment | dragonchain/job_processor/contract_job_utest.py:489:9 | Object of type `MagicMock` is not assignable to attribute `deploy_to_openfaas` of type `def deploy_to_openfaas(self) -> None` |
| dragonchain | invalid-assignment | dragonchain/job_processor/contract_job_utest.py:490:9 | Object of type `MagicMock` is not assignable to attribute `pull_image` of type `def pull_image(self, image_name: str) -> Unknown` |
| dragonchain | invalid-assignment | dragonchain/job_processor/contract_job_utest.py:491:9 | Object of type `MagicMock` is not assignable to attribute `schedule_contract` of type `def schedule_contract(self, action: SchedulerActions = SchedulerActions.CREATE) -> None` |
| dragonchain | unresolved-attribute | dragonchain/job_processor/contract_job_utest.py:502:13 | Attribute `assert_called` is not defined on `bound method SmartContractModel.save() -> None` in union `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 | unresolved-attribute | dragonchain/lib/authorization.py:315:19 | Attribute `group` is not defined on `None` in union `Match[str] | None` |
| dragonchain | unresolved-attribute | dragonchain/lib/authorization.py:317:25 | Attribute `group` is not defined on `None` in union `Match[str] | None` |
| dragonchain | unresolved-attribute | dragonchain/lib/authorization.py:340:31 | Attribute `group` is not defined on `None` in union `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 | unresolved-attribute | dragonchain/lib/crypto.py:238:23 | Attribute `encode` is not defined on `None` in union `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 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| 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 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| 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 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| 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 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| 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 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| 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 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| 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 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| dragonchain | invalid-assignment | dragonchain/lib/database/redisearch_utest.py:124:9 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| dragonchain | invalid-assignment | dragonchain/lib/database/redisearch_utest.py:130:9 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| dragonchain | invalid-assignment | dragonchain/lib/database/redisearch_utest.py:135:9 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| dragonchain | invalid-assignment | dragonchain/lib/database/redisearch_utest.py:142:9 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| dragonchain | invalid-assignment | dragonchain/lib/database/redisearch_utest.py:152:9 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| dragonchain | invalid-assignment | dragonchain/lib/database/redisearch_utest.py:162:9 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| dragonchain | invalid-assignment | dragonchain/lib/database/redisearch_utest.py:175:9 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| 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 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| 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 | 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 | Object of type `MagicMock` is not assignable to attribute `cache_get` of type `def cache_get(key: str, service_name: str = "storage") -> bytes | None` |
| dragonchain | invalid-assignment | dragonchain/lib/interfaces/storage_utest.py:45:9 | Object of type `MagicMock` is not assignable to attribute `cache_put` of type `def cache_put(key: str, value: str | bytes, cache_expire: int | None = None, service_name: str = "storage") -> bool` |
| dragonchain | invalid-assignment | dragonchain/lib/interfaces/storage_utest.py:46:9 | Object of type `MagicMock` is not assignable to attribute `cache_delete` of type `def cache_delete(key: str, service_name: str = "storage") -> int` |
| 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 | Object of type `MagicMock` is not assignable to attribute `cache_get` of type `def cache_get(key: str, service_name: str = "storage") -> bytes | None` |
| dragonchain | invalid-assignment | dragonchain/lib/interfaces/storage_utest.py:64:9 | Object of type `MagicMock` is not assignable to attribute `cache_put` of type `def cache_put(key: str, value: str | bytes, cache_expire: int | None = None, service_name: str = "storage") -> bool` |
| 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 | Object of type `MagicMock` is not assignable to attribute `put` of type `def put(key: str, value: bytes, cache_expire: int | None = None, should_cache: bool = True) -> None` |
| 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 | Object of type `MagicMock` is not assignable to attribute `get` of type `def get(key: str, cache_expire: int | None = None, should_cache: bool = True) -> bytes` |
| 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 | Object of type `MagicMock` is not assignable to attribute `get` of type `def get(key: str, cache_expire: int | None = None, should_cache: bool = True) -> bytes` |
| dragonchain | invalid-assignment | dragonchain/lib/interfaces/storage_utest.py:138:9 | Object of type `MagicMock` is not assignable to attribute `list_objects` of type `def list_objects(prefix: str) -> list[str]` |
| 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 | Object of type `MagicMock` is not assignable to attribute `list_objects` of type `def list_objects(prefix: str) -> list[str]` |
| dragonchain | invalid-assignment | dragonchain/lib/interfaces/storage_utest.py:144:9 | Object of type `MagicMock` is not assignable to attribute `delete` of type `def delete(key: str) -> None` |
| 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 | Object of type `MagicMock` is not assignable to attribute `list_objects` of type `def list_objects(prefix: str) -> list[str]` |
| 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 | Object of type `MagicMock` is not assignable to attribute `list_objects` of type `def list_objects(prefix: str) -> list[str]` |
| 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 | Object of type `MagicMock` is not assignable to attribute `cache_get` of type `def cache_get(key: str, service_name: str = "storage") -> bytes | None` |
| 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 | Object of type `MagicMock` is not assignable to attribute `cache_get` of type `def cache_get(key: str, service_name: str = "storage") -> bytes | None` |
| 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 | Object of type `MagicMock` is not assignable to attribute `put` of type `def put(key: str, value: bytes, cache_expire: int | None = None, should_cache: bool = True) -> None` |
| 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 | Object of type `MagicMock` is not assignable to attribute `publish_l5_hash_to_public_network` of type `def publish_l5_hash_to_public_network(self, l5_block_hash: str) -> str` |
| dragonchain | invalid-assignment | dragonchain/transaction_processor/level_5_actions_utest.py:239:9 | Object of type `MagicMock` is not assignable to attribute `get_current_block` of type `def get_current_block(self) -> int` |
| 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 | Object of type `MagicMock` is not assignable to attribute `check_balance` of type `def check_balance(self) -> int` |
| dragonchain | invalid-assignment | dragonchain/transaction_processor/level_5_actions_utest.py:467:9 | Object of type `MagicMock` is not assignable to attribute `get_transaction_fee_estimate` of type `def get_transaction_fee_estimate(self) -> int` |
| 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 | Object of type `MagicMock` is not assignable to attribute `check_balance` of type `def check_balance(self) -> int` |
| dragonchain | invalid-assignment | dragonchain/transaction_processor/level_5_actions_utest.py:482:9 | Object of type `MagicMock` is not assignable to attribute `get_transaction_fee_estimate` of type `def get_transaction_fee_estimate(self) -> int` |
| 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 | Object of type `MagicMock` is not assignable to attribute `get_transaction_fee_estimate` of type `def get_transaction_fee_estimate(self) -> int` |
| 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 | Object of type `MagicMock` is not assignable to attribute `get_transaction_fee_estimate` of type `def get_transaction_fee_estimate(self) -> int` |
| 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 | Object of type `MagicMock` is not assignable to attribute `get_transaction_fee_estimate` of type `def get_transaction_fee_estimate(self) -> int` |
| 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 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| dragonchain | invalid-assignment | dragonchain/webserver/lib/verifications_dao_utest.py:120:9 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| dragonchain | invalid-assignment | dragonchain/webserver/lib/verifications_dao_utest.py:132:9 | Object of type `MagicMock` is not assignable to attribute `_get_redisearch_index_client` of type `def _get_redisearch_index_client(index: str) -> Unknown` |
| 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 | no-matching-overload | src/flake8/__init__.py:64:15 | No overload of bound method `__init__` matches arguments |
| 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 | 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 | invalid-method-override | tests/unit/test_legacy_api.py:78:13 | Invalid override of method `format`: Definition is incompatible with `BaseFormatter.format` |
| flake8 | unresolved-import | tests/unit/test_pyflakes_codes.py:6:8 | Cannot resolve imported module `pyflakes` |
| dulwich | unresolved-import | dulwich/aiohttp/server.py:29:6 | Cannot resolve imported module `aiohttp` |
| 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 `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:801:9 | Invalid override of method `write`: Definition is incompatible with `IO.write` |
| dulwich | invalid-method-override | dulwich/cli.py:867:9 | Invalid override of method `writelines`: Definition is incompatible with `IO.writelines` |
| dulwich | invalid-method-override | dulwich/cli.py:1147:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:1168:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:1192:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:1205:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:1224:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:1247:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | possibly-unresolved-reference | dulwich/cli.py:1587:39 | Name `diff_buffer` used when possibly not defined |
| dulwich | possibly-unresolved-reference | dulwich/cli.py:1587:52 | Name `io` used when possibly not defined |
| dulwich | possibly-unresolved-reference | dulwich/cli.py:1588:33 | Name `diff_buffer` used when possibly not defined |
| dulwich | possibly-unresolved-reference | dulwich/cli.py:1590:35 | Name `diffstat` used when possibly not defined |
| dulwich | invalid-method-override | dulwich/cli.py:2451:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:2470:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:2515:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:3656:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:3753:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:3768:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:3782:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:3799:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:3845:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:3876:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:3904:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:3937:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:3967:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | invalid-method-override | dulwich/cli.py:6191:9 | Invalid override of method `run`: Definition is incompatible with `Command.run` |
| dulwich | unused-type-ignore-comment | dulwich/cli.py:7511:53 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/client.py:317:27 | Unused blanket `type: ignore` directive |
| dulwich | unresolved-import | dulwich/client.py:319:9 | Module `ctypes` has no member `windll` |
| dulwich | not-iterable | dulwich/client.py:940:24 | Object of type `object` is not iterable |
| dulwich | invalid-method-override | dulwich/client.py:2735:9 | Invalid override of method `_connect`: Definition is incompatible with `TraditionalGitClient._connect` |
| dulwich | unused-type-ignore-comment | dulwich/client.py:4016:40 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/client.py:4020:65 | Unused blanket `type: ignore` directive |
| dulwich | invalid-return-type | dulwich/client.py:4550: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 | shadowed-type-variable | dulwich/config.py:270:15 | Generic class `UniqueKeysView` uses type variable `K` already bound by an enclosing scope |
| dulwich | shadowed-type-variable | dulwich/config.py:289:15 | Generic class `OrderedItemsView` uses type variable `K` already bound by an enclosing scope |
| dulwich | shadowed-type-variable | dulwich/config.py:289:15 | Generic class `OrderedItemsView` uses type variable `V` already bound by an enclosing scope |
| 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-assignment | dulwich/contrib/greenthreads.py:142:50 | Object of type `((() -> dict[ObjectID, ObjectID]) & ~AlwaysTruthy & ~AlwaysFalsy) | (dict[ObjectID, ObjectID] & ~AlwaysFalsy) | dict[Unknown, Unknown]` is not assignable to `dict[ObjectID, ObjectID]`: Incompatible value of type `((() -> dict[ObjectID, ObjectID]) & ~AlwaysTruthy & ~AlwaysFalsy) | (dict[ObjectID, ObjectID] & ~AlwaysFalsy) | dict[Unknown, Unknown]` |
| 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[tuple[Unknown | bytes, None, None, bool]]` |
| dulwich | unresolved-attribute | dulwich/contrib/swift.py:826:61 | Object of type `~None` has no attribute `get` |
| dulwich | not-subscriptable | dulwich/contrib/swift.py:842:56 | Cannot subscript object of type `object` with no `__getitem__` method |
| 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[tuple[object, None]]` |
| dulwich | unused-type-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-type-ignore-comment | dulwich/fastexport.py:110:67 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/fastexport.py:135:65 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/fastexport.py:146:71 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/fastexport.py:150:52 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/fastexport.py:167:40 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/fastexport.py:202:55 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/fastexport.py:222:68 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/fastexport.py:250:42 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/fastexport.py:251:40 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/fastexport.py:298:43 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-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 `bytes` on object of type `dict[ObjectID, ObjectID]` |
| dulwich | unused-type-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:203:9 | Invalid override of method `execute`: Definition is incompatible with `ShellHook.execute` |
| dulwich | invalid-method-override | dulwich/hooks.py:264:9 | Invalid override of method `execute`: Definition is incompatible with `ShellHook.execute` |
| dulwich | invalid-method-override | dulwich/hooks.py:322:9 | Invalid override of method `execute`: Definition is incompatible with `ShellHook.execute` |
| dulwich | invalid-argument-type | dulwich/index.py:810:20 | Argument to function `sha_to_hex` is incorrect: Expected `RawObjectID`, found `bytes` |
| 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:495:9 | Invalid override of method `checkin_normalize`: Definition is incompatible with `FilterBlobNormalizer.checkin_normalize` |
| dulwich | unresolved-attribute | dulwich/line_ending.py:515:28 | Object of type `object` has no attribute `get` |
| dulwich | invalid-method-override | dulwich/line_ending.py:535:9 | Invalid override of method `checkout_normalize`: Definition is incompatible with `FilterBlobNormalizer.checkout_normalize` |
| dulwich | unresolved-attribute | dulwich/line_ending.py:555:28 | Object of type `object` has no attribute `get` |
| 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-type-ignore-comment | dulwich/merge.py:44:24 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-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 | not-subscriptable | dulwich/midx.py:199:21 | Cannot subscript object of type `None` with no `__getitem__` method |
| dulwich | not-subscriptable | dulwich/midx.py:204:24 | Cannot subscript object of type `None` with no `__getitem__` method |
| dulwich | not-subscriptable | dulwich/midx.py:209:31 | Cannot subscript object of type `None` with no `__getitem__` method |
| dulwich | not-subscriptable | dulwich/midx.py:218:28 | Cannot subscript object of type `None` with no `__getitem__` method |
| dulwich | not-subscriptable | dulwich/midx.py:221:32 | Cannot subscript object of type `None` with no `__getitem__` method |
| dulwich | not-subscriptable | dulwich/midx.py:226:50 | Cannot subscript object of type `None` with no `__getitem__` method |
| dulwich | not-subscriptable | dulwich/midx.py:237:24 | Cannot subscript object of type `None` with no `__getitem__` method |
| dulwich | not-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 | unresolved-attribute | dulwich/midx.py:277:24 | Attribute `find` is not defined on `None` in union `Unknown | bytes | None` |
| dulwich | not-subscriptable | dulwich/midx.py:281:25 | Cannot subscript object of type `None` with no `__getitem__` method |
| dulwich | not-subscriptable | dulwich/midx.py:297:23 | Cannot subscript object of type `None` with no `__getitem__` method |
| dulwich | not-subscriptable | dulwich/midx.py:339:28 | Cannot subscript object of type `None` with no `__getitem__` method |
| dulwich | not-subscriptable | dulwich/midx.py:356:42 | Cannot subscript object of type `None` with no `__getitem__` method |
| dulwich | not-subscriptable | dulwich/midx.py:357:46 | Cannot subscript object of type `None` with no `__getitem__` method |
| dulwich | not-subscriptable | dulwich/midx.py:368:23 | Cannot subscript object of type `None` with no `__getitem__` method |
| dulwich | invalid-argument-type | dulwich/object_filters.py:523:31 | Argument to bound method `append` is incorrect: Expected `tuple[ObjectID, str, int]`, found `tuple[Unknown | bytes, Literal[""], Literal[0]]` |
| 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 `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 `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-method-override | dulwich/object_store.py:2519:9 | Invalid override of method `__getitem__`: Definition is incompatible with `BaseObjectStore.__getitem__` |
| dulwich | invalid-argument-type | dulwich/object_store.py:2752: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:2923:31 | Argument to bound method `add_todo` is incorrect: Expected `Iterable[tuple[ObjectID, bytes | None, int | None, bool]]`, found `list[tuple[Unknown | bytes, None, Unknown | int, bool]]` |
| dulwich | unsupported-operator | dulwich/object_store.py:2924:12 | Operator `in` is not supported between objects of type `ObjectID` and `Unknown | ((() -> dict[ObjectID, ObjectID]) & ~AlwaysTruthy & ~AlwaysFalsy) | (dict[ObjectID, ObjectID] & ~AlwaysFalsy) | dict[Unknown, Unknown]` |
| dulwich | not-subscriptable | dulwich/object_store.py:2925:29 | Cannot subscript object of type `() -> dict[ObjectID, ObjectID]` with no `__getitem__` method |
| dulwich | invalid-method-override | dulwich/object_store.py:3118:9 | Invalid override of method `add_object`: Definition is incompatible with `BaseObjectStore.add_object` |
| dulwich | invalid-method-override | dulwich/object_store.py:3239:9 | Invalid override of method `get_raw`: Definition is incompatible with `BaseObjectStore.get_raw` |
| dulwich | invalid-return-type | dulwich/objects.py:241:16 | Return type does not match returned value: expected `PathT@hex_to_filename`, found `str` |
| dulwich | invalid-return-type | dulwich/objects.py:252:16 | Return type does not match returned value: expected `PathT@hex_to_filename`, found `bytes` |
| dulwich | invalid-method-override | dulwich/objects.py:1076:9 | Invalid override of method `from_path`: Definition is incompatible with `ShaFile.from_path` |
| dulwich | invalid-method-override | dulwich/objects.py:1461:9 | Invalid override of method `from_path`: Definition is incompatible with `ShaFile.from_path` |
| dulwich | unresolved-import | dulwich/objects.py:2340:10 | Cannot resolve imported module `dulwich._objects` |
| dulwich | unresolved-import | dulwich/objects.py:2343: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 `bytes` on object of type `PackCapableObjectStore` |
| dulwich | unresolved-import | dulwich/pack.py:107:10 | Cannot resolve imported module `cdifflib` |
| dulwich | unresolved-import | dulwich/pack.py:145:11 | Cannot resolve imported module `.ref` |
| dulwich | invalid-method-override | dulwich/pack.py:861:9 | Invalid override of method `object_sha1`: Definition is incompatible with `PackIndex.object_sha1` |
| dulwich | invalid-return-type | dulwich/pack.py:1989:16 | Return type does not match returned value: expected `list[tuple[RawObjectID, int, int]]`, found `list[tuple[RawObjectID, int, int | None]]` |
| dulwich | unused-type-ignore-comment | dulwich/pack.py:1990:83 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/pack.py:2369:75 | Unused blanket `type: ignore` directive |
| dulwich | invalid-assignment | dulwich/pack.py:3088:20 | Object of type `object` is not assignable to `(bytes, /) -> int` |
| dulwich | unused-type-ignore-comment | dulwich/pack.py:3282:33 | Unused blanket `type: ignore` directive |
| dulwich | call-top-callable | dulwich/pack.py:3587:13 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| dulwich | possibly-unresolved-reference | dulwich/pack.py:4403:57 | Name `delta` used when possibly not defined |
| dulwich | unresolved-import | dulwich/pack.py:4550:10 | Cannot resolve imported module `dulwich._pack` |
| dulwich | unresolved-import | dulwich/patch.py:259:18 | Cannot resolve imported module `patiencediff` |
| dulwich | unused-type-ignore-comment | dulwich/patch.py:261:57 | Unused blanket `type: ignore` directive |
| dulwich | invalid-return-type | dulwich/porcelain/__init__.py:675:16 | Return type does not match returned value: expected `AbstractContextManager[T@open_repo | Repo, bool | None]`, found `_GeneratorContextManager[(str & BaseRepo) | (PathLike[str] & BaseRepo) | T@open_repo, None, None]` |
| dulwich | invalid-return-type | dulwich/porcelain/__init__.py:729:16 | Return type does not match returned value: expected `AbstractContextManager[T@open_repo_closing | Repo, bool | None]`, found `_GeneratorContextManager[(str & BaseRepo) | (bytes & BaseRepo) | (PathLike[str] & BaseRepo) | T@open_repo_closing, None, None]` |
| dulwich | invalid-assignment | dulwich/porcelain/__init__.py:1599: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:1600: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:1604: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:2050:49 | Argument to function `print_commit` is incorrect: Expected `TextIO`, found `_StreamWrapper` |
| dulwich | possibly-unresolved-reference | dulwich/porcelain/__init__.py:2168:13 | Name `path1` used when possibly not defined |
| dulwich | possibly-unresolved-reference | dulwich/porcelain/__init__.py:2169:27 | Name `path1` used when possibly not defined |
| dulwich | possibly-unresolved-reference | dulwich/porcelain/__init__.py:2173:13 | Name `path2` used when possibly not defined |
| dulwich | possibly-unresolved-reference | dulwich/porcelain/__init__.py:2174:27 | Name `path2` used when possibly not defined |
| dulwich | possibly-unresolved-reference | dulwich/porcelain/__init__.py:2177:18 | Name `kind` used when possibly not defined |
| dulwich | unused-type-ignore-comment | dulwich/porcelain/__init__.py:2838:63 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/porcelain/__init__.py:3163:61 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/porcelain/__init__.py:3176:34 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/porcelain/__init__.py:3179:57 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/porcelain/__init__.py:3183:62 | Unused blanket `type: ignore` directive |
| dulwich | invalid-argument-type | dulwich/porcelain/__init__.py:3487:63 | Argument to bound method `changes_from_tree` is incorrect: Expected `ObjectID`, found `Unknown | None` |
| dulwich | invalid-argument-type | dulwich/porcelain/__init__.py:3644:41 | Argument to function `_make_branch_ref` is incorrect: Expected `str | bytes`, found `(Sequence[str | bytes] & ~Top[list[Unknown]] & ~tuple[object, ...]) | bytes | Unknown` |
| dulwich | invalid-argument-type | dulwich/porcelain/__init__.py:4285:44 | Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `Unknown | bytes` |
| dulwich | invalid-assignment | dulwich/porcelain/__init__.py:4473: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-type-ignore-comment | dulwich/porcelain/__init__.py:4860:50 | Unused blanket `type: ignore` directive |
| dulwich | invalid-argument-type | dulwich/porcelain/__init__.py:4861:35 | Argument to function `_quote_path` is incorrect: Expected `str`, found `str | bytes | PathLike[str]` |
| dulwich | unused-type-ignore-comment | dulwich/porcelain/__init__.py:4969:38 | Unused blanket `type: ignore` directive |
| dulwich | invalid-argument-type | dulwich/porcelain/__init__.py:6110:39 | Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `Unknown | bytes` |
| dulwich | unused-type-ignore-comment | dulwich/porcelain/__init__.py:7682:45 | Unused blanket `type: ignore` directive |
| dulwich | invalid-argument-type | dulwich/porcelain/__init__.py:7938:23 | Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | (BinaryIO & PathLike[object])` |
| dulwich | unused-type-ignore-comment | dulwich/porcelain/__init__.py:8079: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 | unused-type-ignore-comment | dulwich/refs.py:127:55 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/refs.py:129:30 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/refs.py:131:27 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/refs.py:140:27 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-ignore-comment | dulwich/refs.py:142:27 | Unused blanket `type: ignore` directive |
| dulwich | invalid-return-type | dulwich/refs.py:1999:12 | Return type does not match returned value: expected `T@filter_ref_prefix`, found `dict[Unknown | Ref, Unknown | ObjectID | None]` |
| dulwich | unused-type-ignore-comment | dulwich/repo.py:209:48 | Unused blanket `type: ignore` directive |
| dulwich | unresolved-attribute | dulwich/repo.py:827:17 | Object of type `object` has no attribute `update` |
| dulwich | unsupported-operator | dulwich/repo.py:828:31 | Operator `-` is not supported between objects of type `object` and `set[Unknown]` |
| dulwich | call-non-callable | dulwich/repo.py:832:21 | Object of type `object` is not callable |
| dulwich | possibly-unresolved-reference | dulwich/repo.py:840:59 | Name `unshallow` used when possibly not defined |
| dulwich | possibly-unresolved-reference | dulwich/repo.py:858:55 | Name `unshallow` used when possibly not defined |
| dulwich | possibly-unresolved-reference | dulwich/repo.py:1912:33 | Name `head` used when possibly not defined |
| dulwich | invalid-argument-type | dulwich/repo.py:2410:44 | Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `Unknown | bytes` |
| dulwich | call-top-callable | dulwich/repo.py:2715:23 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| dulwich | invalid-argument-type | dulwich/server.py:605:13 | Argument to bound method `find_missing_objects` is incorrect: Expected `((bytes, /) -> None) | None`, found `(bound method Self@handle.progress(message: bytes) -> None) | (def progress(self, message: bytes) -> None)` |
| dulwich | invalid-argument-type | dulwich/server.py:650:21 | Argument to function `filter_pack_objects_with_paths` is incorrect: Expected `((bytes, /) -> None) | None`, found `(bound method Self@handle.progress(message: bytes) -> None) | (def progress(self, message: bytes) -> None)` |
| dulwich | missing-argument | dulwich/server.py:668:17 | No argument provided for required parameter `message` of function `progress` |
| dulwich | invalid-argument-type | dulwich/server.py:668:31 | Argument to function `progress` is incorrect: Expected `UploadPackHandler`, found `bytes` |
| dulwich | missing-argument | dulwich/server.py:670:9 | No argument provided for required parameter `message` of function `progress` |
| dulwich | invalid-argument-type | dulwich/server.py:670:23 | Argument to function `progress` is incorrect: Expected `UploadPackHandler`, found `bytes` |
| dulwich | unused-type-ignore-comment | dulwich/server.py:1568:48 | Unused blanket `type: ignore` directive |
| dulwich | possibly-unresolved-reference | dulwich/server.py:1786:13 | Name `tree` used when possibly not defined |
| dulwich | unresolved-import | dulwich/signature.py:29:16 | Cannot resolve imported module `sshsig.allowed_signers` |
| dulwich | unresolved-import | dulwich/signature.py:30:16 | Cannot resolve imported module `sshsig.ssh_public_key` |
| dulwich | unresolved-import | dulwich/signature.py:237:16 | Cannot resolve imported module `gpg` |
| dulwich | unresolved-import | dulwich/signature.py:266:16 | Cannot resolve imported module `gpg` |
| dulwich | unresolved-import | dulwich/signature.py:769:16 | Cannot resolve imported module `sshsig.allowed_signers` |
| dulwich | unresolved-import | dulwich/signature.py:818:16 | Cannot resolve imported module `sshsig.ssh_public_key` |
| dulwich | unresolved-import | dulwich/signature.py:930:16 | Cannot resolve imported module `sshsig.ssh_public_key` |
| dulwich | unresolved-import | dulwich/signature.py:998:16 | Cannot resolve imported module `sshsig.sshsig` |
| dulwich | unused-type-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 | unused-type-ignore-comment | dulwich/tests/utils.py:372:58 | Unused blanket `type: ignore` directive |
| dulwich | invalid-assignment | dulwich/tests/utils.py:388:5 | Object of type `def custom_showwarning(...) -> None` is not assignable to attribute `showwarning` of type `def showwarning(message: Warning | str, category: type[Warning], filename: str, lineno: int, file: TextIO | None = None, line: str | None = None) -> None` |
| dulwich | invalid-argument-type | dulwich/walk.py:153:21 | Argument to function `tree_changes` is incorrect: Expected `ObjectID | None`, found `None | Unknown | ShaFile | list[Unknown]` |
| dulwich | invalid-argument-type | dulwich/walk.py:192:24 | Argument to bound method `_push` is incorrect: Expected `ObjectID`, found `Unknown | bytes` |
| dulwich | invalid-assignment | dulwich/walk.py:331:23 | Object of type `list[ObjectID | (Sequence[ObjectID] & bytes)]` is not assignable to `ObjectID | Sequence[ObjectID]` |
| dulwich | unresolved-attribute | dulwich/walk.py:376:17 | Attribute `add` is not defined on `Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[Unknown] & ~AlwaysFalsy)` |
| dulwich | unresolved-attribute | dulwich/walk.py:377:17 | Attribute `remove` is not defined on `Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[Unknown] & ~AlwaysFalsy)` |
| dulwich | unused-type-ignore-comment | dulwich/web.py:85:51 | Unused blanket `type: ignore` directive |
| dulwich | unused-type-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 `_typeshed.wsgi.StartResponse`, found `_typeshed.wsgi.StartResponse | dulwich.web.StartResponse` |
| dulwich | invalid-argument-type | dulwich/web.py:762:34 | Argument is incorrect: Expected `_typeshed.wsgi.StartResponse`, found `_typeshed.wsgi.StartResponse | dulwich.web.StartResponse` |
| dulwich | invalid-argument-type | dulwich/web.py:787:34 | Argument is incorrect: Expected `_typeshed.wsgi.StartResponse`, found `_typeshed.wsgi.StartResponse | dulwich.web.StartResponse` |
| dulwich | invalid-method-override | dulwich/web.py:850:9 | Invalid override of method `log_error`: Definition is incompatible with `BaseHTTPRequestHandler.log_error` |
| 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 | call-top-callable | dulwich/worktree.py:570:23 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| dulwich | invalid-argument-type | dulwich/worktree.py:716:46 | Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `Unknown | bytes` |
| dulwich | unused-type-ignore-comment | dulwich/worktree.py:733:30 | Unused blanket `type: ignore` directive |
| git-revise | invalid-return-type | gitrevise/utils.py:130:20 | Return type does not match returned value: expected `bytes`, found `bytearray` |
| flake8-pyi | unresolved-import | flake8_pyi/checker.py:10:6 | Cannot resolve imported module `flake8.options.manager` |
| flake8-pyi | unused-type-ignore-comment | flake8_pyi/visitor.py:1898:22 | Unused blanket `type: ignore` directive |
| graphql-core | invalid-argument-type | src/graphql/error/graphql_error.py:213:58 | Argument to function `getattr` is incorrect: Expected `str`, found `~Literal["original_error"]` |
| graphql-core | invalid-argument-type | src/graphql/error/graphql_error.py:213:77 | Argument to bound method `get` is incorrect: Expected `Never`, found `~Literal["original_error"]` |
| graphql-core | unused-type-ignore-comment | src/graphql/execution/execute.py:207:31 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | src/graphql/execution/execute.py:210:36 | Unused blanket `type: ignore` directive |
| graphql-core | invalid-assignment | src/graphql/execution/execute.py:1675: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 | unresolved-attribute | src/graphql/execution/execute.py:1790:53 | Object of type `object` has no attribute `errors` |
| graphql-core | unused-type-ignore-comment | src/graphql/execution/execute.py:1810:61 | Unused blanket `type: ignore` directive |
| graphql-core | invalid-argument-type | src/graphql/execution/execute.py:1827:32 | Argument to bound method `append` is incorrect: Expected `BoxedAwaitableOrValue[StreamItemResult] | (() -> BoxedAwaitableOrValue[StreamItemResult])`, found `BoxedAwaitableOrValue[CoroutineType[Any, Any, StreamItemResult] | StreamItemResult]` |
| graphql-core | invalid-argument-type | src/graphql/execution/execute.py:2227: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:2550: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:2625: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/incremental_graph.py:283:27 | Argument to bound method `_enqueue` is incorrect: Expected `ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult | StreamItemsResult`, found `object` |
| graphql-core | unresolved-attribute | src/graphql/execution/incremental_graph.py:317:16 | Object of type `object` has no attribute `item` |
| graphql-core | unresolved-attribute | src/graphql/execution/incremental_graph.py:327:66 | Object of type `object` has no attribute `errors` |
| graphql-core | unresolved-attribute | src/graphql/execution/incremental_graph.py:330:25 | Object of type `object` has no attribute `item` |
| graphql-core | unresolved-attribute | src/graphql/execution/incremental_graph.py:331:16 | Object of type `object` has no attribute `errors` |
| graphql-core | unresolved-attribute | src/graphql/execution/incremental_graph.py:332:31 | Object of type `object` has no attribute `errors` |
| graphql-core | unresolved-attribute | src/graphql/execution/incremental_graph.py:333:16 | Object of type `object` has no attribute `incremental_data_records` |
| graphql-core | unresolved-attribute | src/graphql/execution/incremental_graph.py:334:49 | Object of type `object` has no attribute `incremental_data_records` |
| graphql-core | unresolved-import | src/graphql/execution/types.py:24:28 | Module `typing` has no member `NotRequired` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:106:28 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["data"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:107:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errors"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:108:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["extensions"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:193:27 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["data"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:194:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errors"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:195:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["pending"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:196:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["hasNext"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:197:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["extensions"]` |
| graphql-core | invalid-type-form | src/graphql/execution/types.py:228: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:231: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:232: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:278:68 | Missing required key 'completed' in TypedDict `FormattedSubsequentIncrementalExecutionResult` constructor |
| graphql-core | missing-typed-dict-key | src/graphql/execution/types.py:278:68 | Missing required key 'extensions' in TypedDict `FormattedSubsequentIncrementalExecutionResult` constructor |
| graphql-core | missing-typed-dict-key | src/graphql/execution/types.py:278:68 | Missing required key 'incremental' in TypedDict `FormattedSubsequentIncrementalExecutionResult` constructor |
| graphql-core | missing-typed-dict-key | src/graphql/execution/types.py:278:68 | Missing required key 'pending' in TypedDict `FormattedSubsequentIncrementalExecutionResult` constructor |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:294:28 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["hasNext"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:295:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["pending"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:296:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["incremental"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:297:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["completed"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:298:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["extensions"]` |
| graphql-core | invalid-type-form | src/graphql/execution/types.py:331: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:337: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:338: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:339: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:341: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:396:54 | Missing required key 'errors' in TypedDict `FormattedIncrementalDeferResult` constructor |
| graphql-core | missing-typed-dict-key | src/graphql/execution/types.py:396:54 | Missing required key 'extensions' in TypedDict `FormattedIncrementalDeferResult` constructor |
| graphql-core | missing-typed-dict-key | src/graphql/execution/types.py:396:54 | Missing required key 'subPath' in TypedDict `FormattedIncrementalDeferResult` constructor |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:411:27 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["data"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:412:31 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["id"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:413:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["subPath"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:414:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errors"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:415:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["extensions"]` |
| graphql-core | invalid-type-form | src/graphql/execution/types.py:442: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:443: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:447: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:504:55 | Missing required key 'errors' in TypedDict `FormattedIncrementalStreamResult` constructor |
| graphql-core | missing-typed-dict-key | src/graphql/execution/types.py:504:55 | Missing required key 'extensions' in TypedDict `FormattedIncrementalStreamResult` constructor |
| graphql-core | missing-typed-dict-key | src/graphql/execution/types.py:504:55 | Missing required key 'subPath' in TypedDict `FormattedIncrementalStreamResult` constructor |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:519:27 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["items"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:520:31 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["id"]` |
| graphql-core | no-matching-overload | src/graphql/execution/types.py:521:22 | No overload of bound method `get` matches arguments |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:522:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errors"]` |
| graphql-core | no-matching-overload | src/graphql/execution/types.py:523:22 | No overload of bound method `get` matches arguments |
| graphql-core | invalid-type-form | src/graphql/execution/types.py:564: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:567: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:568: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:609:45 | Missing required key 'label' in TypedDict `FormattedPendingResult` constructor |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:617:27 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["id"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:618:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["path"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:619:32 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["label"]` |
| graphql-core | missing-typed-dict-key | src/graphql/execution/types.py:662:47 | Missing required key 'errors' in TypedDict `FormattedCompletedResult` constructor |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:669:30 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["id"]` |
| graphql-core | invalid-argument-type | src/graphql/execution/types.py:669:62 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errors"]` |
| graphql-core | invalid-type-form | src/graphql/execution/types.py:689:13 | Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions) |
| graphql-core | unresolved-import | src/graphql/language/ast.py:12:24 | Module `typing` has no member `dataclass_transform` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:270:25 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:270:57 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:278:13 | Argument `definitions` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:279:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:348:17 | Argument `operation` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:349:17 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:350:17 | Argument `variable_definitions` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:351:17 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:352:17 | Argument `selection_set` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:353:17 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:358:13 | Argument `operation` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:359:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:360:13 | Argument `variable_definitions` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:361:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:362:13 | Argument `selection_set` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:363:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:387:13 | Argument `variable` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:388:13 | Argument `type` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:389:13 | Argument `default_value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:392:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:393:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:400:29 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:400:53 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:406:13 | Argument `selections` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:409:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:429:13 | Argument `alias` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:430:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:431:13 | Argument `arguments` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:434:13 | Argument `nullability_assertion` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:435:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:436:13 | Argument `selection_set` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:439:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:458:17 | Argument `nullability_assertion` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:458:55 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:463:17 | Argument `nullability_assertion` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:463:57 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:467:17 | Argument `nullability_assertion` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:467:57 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:488:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:488:24 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:488:66 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:509:17 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:510:17 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:511:17 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:514:13 | Argument `type_condition` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:515:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:516:13 | Argument `selection_set` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:517:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:528:17 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:529:17 | Argument `variable_definitions` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:530:17 | Argument `type_condition` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:531:17 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:532:17 | Argument `selection_set` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:533:17 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:536:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:537:13 | Argument `variable_definitions` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:538:13 | Argument `type_condition` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:539:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:540:13 | Argument `selection_set` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:541:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:579:13 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:580:13 | Argument `block` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:581:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:589:13 | Argument `values` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:590:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:599:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:599:24 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:599:66 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:607:13 | Argument `fields` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:608:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:615:29 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:615:54 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:621:31 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:621:56 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:629:37 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:629:49 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:631:37 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:631:50 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:633:34 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:634:30 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:634:43 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:671:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:672:13 | Argument `arguments` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:673:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:685:34 | Argument `type` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:685:51 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:689:36 | Argument `type` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:689:48 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:695:30 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:695:54 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:739:13 | Argument `description` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:740:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:741:13 | Argument `operation_types` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:742:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:752:13 | Argument `operation` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:752:34 | Argument `type` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:752:46 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:763:13 | Argument `description` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:764:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:765:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:766:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:779:13 | Argument `description` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:780:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:781:13 | Argument `interfaces` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:782:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:783:13 | Argument `fields` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:784:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:811:13 | Argument `description` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:812:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:813:13 | Argument `arguments` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:814:13 | Argument `type` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:815:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:816:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:839:13 | Argument `description` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:840:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:841:13 | Argument `type` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:842:13 | Argument `default_value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:843:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:844:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:857:13 | Argument `description` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:858:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:859:13 | Argument `interfaces` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:860:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:861:13 | Argument `fields` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:862:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:874:13 | Argument `description` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:875:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:876:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:877:13 | Argument `types` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:878:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:898:13 | Argument `description` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:899:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:900:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:901:13 | Argument `values` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:902:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:918:13 | Argument `description` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:919:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:920:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:921:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:944:13 | Argument `description` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:945:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:946:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:947:13 | Argument `fields` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:948:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:969:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:969:36 | Argument `operation_types` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:969:69 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:982:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:982:24 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:982:47 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:997:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:998:13 | Argument `interfaces` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:999:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1000:13 | Argument `fields` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1001:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1016:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1017:13 | Argument `interfaces` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1018:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1019:13 | Argument `fields` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1020:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1034:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1034:24 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1034:47 | Argument `types` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1034:60 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1048:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1048:24 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1048:47 | Argument `values` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1048:62 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1062:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1062:24 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1062:47 | Argument `fields` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1062:62 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1077:13 | Argument `description` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1078:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1079:13 | Argument `arguments` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1080:13 | Argument `repeatable` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1081:13 | Argument `locations` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/language/parser.py:1082:13 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | invalid-argument-type | src/graphql/language/visitor.py:216:33 | Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `None | Any | Node | tuple[Unknown, ...]` |
| graphql-core | unsupported-operator | src/graphql/language/visitor.py:219:37 | Operator `-` is not supported between objects of type `Any | int | str` and `int` |
| graphql-core | unresolved-attribute | src/graphql/language/visitor.py:228:60 | Attribute `keys` is not defined on `None`, `tuple[Unknown, ...]` in union `None | Any | Node | tuple[Unknown, ...]` |
| graphql-core | unresolved-attribute | src/graphql/language/visitor.py:230:19 | Attribute `idx` is not defined on `None` in union `None | Stack` |
| graphql-core | unresolved-attribute | src/graphql/language/visitor.py:231:20 | Attribute `keys` is not defined on `None` in union `None | Stack` |
| graphql-core | unresolved-attribute | src/graphql/language/visitor.py:232:21 | Attribute `edits` is not defined on `None` in union `None | Stack` |
| graphql-core | unresolved-attribute | src/graphql/language/visitor.py:233:24 | Attribute `in_array` is not defined on `None` in union `None | Stack` |
| graphql-core | unresolved-attribute | src/graphql/language/visitor.py:234:21 | Attribute `prev` is not defined on `None` in union `None | Stack` |
| graphql-core | not-subscriptable | src/graphql/language/visitor.py:238:24 | Cannot subscript object of type `Node` with no `__getitem__` method |
| graphql-core | no-matching-overload | src/graphql/language/visitor.py:241:24 | No overload of function `getattr` matches arguments |
| graphql-core | invalid-argument-type | src/graphql/language/visitor.py:266:34 | Argument to bound method `append` is incorrect: Expected `tuple[int | str, Node]`, found `tuple[None | Any | int | Node, Literal[VisitorActionEnum.REMOVE]]` |
| graphql-core | invalid-argument-type | src/graphql/language/visitor.py:277:26 | Argument to bound method `append` is incorrect: Expected `tuple[int | str, Node]`, found `tuple[None | Any | int | Node, Node | (Any & tuple[object, ...] & ~Node) | (tuple[Unknown, ...] & ~Node)]` |
| graphql-core | invalid-argument-type | src/graphql/language/visitor.py:283:55 | Argument is incorrect: Expected `Stack`, found `None | Stack` |
| graphql-core | unresolved-attribute | src/graphql/pyutils/cached_property.py:33:34 | Attribute `__name__` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)` |
| graphql-core | unresolved-import | src/graphql/pyutils/undefined.py:10:28 | Module `typing` has no member `Self` |
| graphql-core | unresolved-import | src/graphql/type/definition.py:63:28 | Module `typing` has no member `Self` |
| graphql-core | call-top-callable | src/graphql/type/definition.py:307:12 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| graphql-core | unused-type-ignore-comment | src/graphql/type/definition.py:428:35 | Unused blanket `type: ignore` directive |
| graphql-core | invalid-argument-type | src/graphql/type/definition.py:435: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-type-ignore-comment | src/graphql/type/definition.py:580:44 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | src/graphql/type/definition.py:766:35 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | src/graphql/type/definition.py:796:35 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | src/graphql/type/definition.py:870:35 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | src/graphql/type/definition.py:900:35 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | src/graphql/type/definition.py:974:35 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | src/graphql/type/definition.py:1077:45 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | src/graphql/type/definition.py:1110:35 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | src/graphql/type/definition.py:1338:35 | Unused blanket `type: ignore` directive |
| graphql-core | invalid-assignment | src/graphql/type/schema.py:459:9 | Object of type `list[Unknown]` is not assignable to attribute `interfaces` on type `GraphQLObjectType | GraphQLInterfaceType` |
| graphql-core | invalid-assignment | src/graphql/type/schema.py:474:9 | Object of type `list[Unknown]` is not assignable to attribute `types` of type `CachedProperty` |
| graphql-core | unused-type-ignore-comment | src/graphql/type/validate.py:587:37 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | src/graphql/type/validate.py:606:37 | Unused blanket `type: ignore` directive |
| graphql-core | not-iterable | src/graphql/type/validate.py:624:26 | Object of type `(InputValueDefinitionNode & ~AlwaysTruthy & ~AlwaysFalsy) | (tuple[ConstDirectiveNode, ...] & ~AlwaysFalsy)` may not be iterable |
| graphql-core | unknown-argument | src/graphql/utilities/ast_from_value.py:84:39 | Argument `values` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/utilities/ast_from_value.py:98:34 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/utilities/ast_from_value.py:98:48 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/utilities/ast_from_value.py:98:67 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/utilities/ast_from_value.py:102:37 | Argument `fields` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/utilities/ast_from_value.py:113:37 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/utilities/ast_from_value.py:117:33 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/utilities/ast_from_value.py:121:35 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/utilities/ast_from_value.py:126:38 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/utilities/ast_from_value.py:130:37 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/utilities/ast_from_value.py:132:36 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | invalid-assignment | src/graphql/utilities/build_client_schema.py:264: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-type-ignore-comment | src/graphql/utilities/build_client_schema.py:265:50 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | src/graphql/utilities/build_client_schema.py:266:50 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | src/graphql/utilities/build_client_schema.py:267:56 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | src/graphql/utilities/build_client_schema.py:268:48 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | src/graphql/utilities/build_client_schema.py:269:46 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | src/graphql/utilities/build_client_schema.py:270:62 | Unused blanket `type: ignore` directive |
| graphql-core | unknown-argument | src/graphql/utilities/concat_ast.py:24:25 | Argument `definitions` does not match any known parameter of bound method `__init__` |
| graphql-core | invalid-return-type | src/graphql/utilities/find_breaking_changes.py:107:12 | Return type does not match returned value: expected `list[BreakingChange]`, found `list[BreakingChange | DangerousChange]` |
| graphql-core | invalid-return-type | src/graphql/utilities/find_breaking_changes.py:122:12 | Return type does not match returned value: expected `list[DangerousChange]`, found `list[DangerousChange | BreakingChange]` |
| graphql-core | invalid-argument-type | src/graphql/utilities/lexicographic_sort_schema.py:55: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 | invalid-argument-type | src/graphql/utilities/lexicographic_sort_schema.py:117:32 | Argument to function `replace_named_type` is incorrect: Expected `GraphQLNamedType`, found `GraphQLNamedType | GraphQLDirective | DirectiveLocation` |
| graphql-core | invalid-argument-type | src/graphql/utilities/lexicographic_sort_schema.py:172: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:179:28 | Argument to function `sort_directive` is incorrect: Expected `GraphQLDirective`, found `GraphQLDirective | GraphQLNamedType | DirectiveLocation` |
| graphql-core | unknown-argument | src/graphql/utilities/print_schema.py:292:47 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/utilities/print_schema.py:301:43 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/utilities/print_schema.py:321:13 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/utilities/print_schema.py:321:32 | Argument `block` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | src/graphql/utilities/separate_operations.py:57:13 | Argument `definitions` does not match any known parameter of bound method `__init__` |
| 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 | 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 | missing-argument | src/graphql/validation/rules/values_of_correct_type.py:165: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:165:48 | Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode` |
| graphql-core | missing-argument | src/graphql/validation/validation_context.py:113:9 | No argument provided for required parameter `error` of function `on_error` |
| graphql-core | invalid-argument-type | src/graphql/validation/validation_context.py:113:23 | Argument to function `on_error` is incorrect: Expected `ASTValidationContext`, found `GraphQLError` |
| graphql-core | unknown-argument | tests/error/test_graphql_error.py:355:22 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unsupported-operator | tests/execution/test_customize.py:62:17 | Operator `*=` is not supported between objects of type `object` and `Literal[2]` |
| graphql-core | unused-type-ignore-comment | tests/execution/test_defer.py:2143:32 | Unused blanket `type: ignore` directive |
| graphql-core | unresolved-attribute | tests/execution/test_middleware.py:121:20 | Object of type `object` has no attribute `data` |
| graphql-core | unresolved-attribute | tests/execution/test_middleware.py:222:20 | Object of type `object` has no attribute `data` |
| graphql-core | unresolved-attribute | tests/execution/test_middleware.py:230:20 | Object of type `object` has no attribute `data` |
| graphql-core | not-subscriptable | tests/execution/test_resolve.py:322:20 | Cannot subscript object of type `None` with no `__getitem__` method |
| graphql-core | unused-type-ignore-comment | tests/execution/test_subscribe.py:196:31 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/execution/test_subscribe.py:274:38 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/execution/test_union_interface.py:67:64 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/execution/test_union_interface.py:73:60 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/execution/test_union_interface.py:74:46 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/execution/test_union_interface.py:75:46 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/execution/test_union_interface.py:85:57 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/execution/test_union_interface.py:86:43 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/execution/test_union_interface.py:87:43 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/execution/test_union_interface.py:98:57 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/execution/test_union_interface.py:99:43 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/execution/test_union_interface.py:100:43 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/execution/test_union_interface.py:125:60 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/execution/test_union_interface.py:126:46 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/execution/test_union_interface.py:127:46 | Unused blanket `type: ignore` directive |
| graphql-core | unknown-argument | tests/language/test_ast.py:169:31 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:169:40 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:176:31 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:176:40 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:176:48 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:182:31 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:182:40 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:182:48 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:192:27 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:192:41 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:197:33 | Argument `selections` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:201:31 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:201:40 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:204:31 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:204:40 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:204:48 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:208:30 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:209:32 | Argument `foo` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:209:43 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:212:32 | Argument `foo` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:212:43 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:212:59 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:216:32 | Argument `foo` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:216:43 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:219:32 | Argument `foo` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:219:43 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:219:54 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:223:25 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:226:25 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:226:38 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:230:31 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:230:40 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:231:32 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:231:41 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:234:32 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:234:41 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:238:31 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:238:40 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:239:32 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:239:41 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:243:32 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:243:41 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:248:31 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:248:40 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:255:31 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:255:40 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:260:31 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:260:40 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:266:31 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:266:40 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:267:32 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:267:44 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:275:32 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:275:41 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:276:31 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:276:40 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:277:31 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:277:44 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:299:31 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:299:40 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:315:31 | Argument `alpha` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:315:40 | Argument `beta` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_ast.py:315:48 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unresolved-attribute | tests/language/test_parser.py:649:16 | Attribute `kind` is not defined on `Location & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Location & ~AlwaysTruthy & ~AlwaysFalsy) | (Token & ~AlwaysFalsy)` |
| graphql-core | unresolved-attribute | tests/language/test_parser.py:650:16 | Attribute `value` is not defined on `Location & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Location & ~AlwaysTruthy & ~AlwaysFalsy) | (Token & ~AlwaysFalsy)` |
| graphql-core | unknown-argument | tests/language/test_predicates.py:24:25 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_predicates.py:29:30 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_predicates.py:66:42 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_printer.py:13:25 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_printer.py:13:39 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:80:26 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:80:58 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:84:21 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:84:33 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:95:9 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:96:9 | Argument `arguments` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:97:9 | Argument `type` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:98:9 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:99:9 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:100:9 | Argument `description` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:105:28 | Argument `type` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:105:40 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:110:9 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:111:9 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:112:9 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:113:9 | Argument `description` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:124:9 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:125:9 | Argument `type` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:126:9 | Argument `default_value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:127:9 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:128:9 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:129:9 | Argument `description` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:134:29 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:134:42 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:138:28 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:138:41 | Argument `block` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:138:54 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:142:25 | Argument `type` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:142:37 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:151:9 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:151:32 | Argument `operation_types` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:151:65 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:159:9 | Argument `operation` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:159:30 | Argument `type` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:159:42 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:166:26 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:166:37 | Argument `arguments` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_parser.py:166:58 | Argument `loc` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_printer.py:13:41 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_schema_printer.py:13:55 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:321:21 | Argument `operation` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:322:21 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:323:21 | Argument `variable_definitions` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:324:21 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:325:21 | Argument `selection_set` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:325:52 | Argument `selections` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:337:21 | Argument `operation` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:338:21 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:339:21 | Argument `variable_definitions` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:340:21 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:341:21 | Argument `selection_set` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:402:33 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:402:47 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:414:25 | Argument `selections` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:417:25 | Argument `alias` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:418:25 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:419:25 | Argument `arguments` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:420:25 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:421:25 | Argument `nullability_assertion` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:422:25 | Argument `selection_set` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:612:27 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:614:17 | Argument `selections` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:615:51 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:622:13 | Argument `selections` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:625:13 | Argument `operation` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:626:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:627:13 | Argument `variable_definitions` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:628:13 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:629:13 | Argument `selection_set` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/language/test_visitor.py:631:35 | Argument `definitions` does not match any known parameter of bound method `__init__` |
| graphql-core | invalid-assignment | tests/pyutils/test_boxed_awaitabe_or_value.py:29:45 | Object of type `BoxedAwaitableOrValue[Future[Unknown] | 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[CoroutineType[Any, Any, int] | 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[Future[Unknown] | 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[CoroutineType[Any, Any, int] | int]` is not assignable to `BoxedAwaitableOrValue[int]` |
| graphql-core | unused-type-ignore-comment | tests/pyutils/test_inspect.py:28:46 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/pyutils/test_inspect.py:32:50 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/pyutils/test_inspect.py:37:39 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/pyutils/test_inspect.py:41:44 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/pyutils/test_inspect.py:46:40 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/pyutils/test_inspect.py:50:45 | 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 | unknown-argument | tests/type/test_definition.py:65:21 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:69:26 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | missing-argument | tests/type/test_definition.py:163:16 | No argument provided for required parameter `node` of function `parse_literal` |
| graphql-core | invalid-argument-type | tests/type/test_definition.py:163:37 | Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode` |
| graphql-core | missing-argument | tests/type/test_definition.py:165:13 | No argument provided for required parameter `node` of function `parse_literal` |
| graphql-core | invalid-argument-type | tests/type/test_definition.py:165:34 | Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode` |
| graphql-core | invalid-argument-type | tests/type/test_definition.py:169:34 | Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode` |
| graphql-core | invalid-argument-type | tests/type/test_definition.py:169:72 | Argument to function `parse_literal` is incorrect: Expected `ValueNode`, found `dict[str, Any] & dict[Unknown | str, Unknown | str]` |
| graphql-core | unknown-argument | tests/type/test_definition.py:174:45 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:175:56 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:444:45 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:445:56 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:610:48 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:611:59 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:676:44 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:677:55 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:876:54 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:878:53 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:884:51 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:887:54 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:889:53 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:894:54 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:896:53 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:903:43 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:904:54 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:1019:50 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:1020:61 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:1135:45 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:1135:64 | Argument `type` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:1166:45 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:1166:64 | Argument `type` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:1309:13 | Argument `operation` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_definition.py:1309:44 | Argument `selection_set` does not match any known parameter of bound method `__init__` |
| graphql-core | unused-type-ignore-comment | tests/type/test_definition.py:1324:64 | Unused blanket `type: ignore` directive |
| graphql-core | call-non-callable | tests/type/test_definition.py:1328:20 | Object of type `GenericAlias` is not callable |
| graphql-core | unknown-argument | tests/type/test_directives.py:12:13 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_directives.py:12:27 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_directives.py:13:13 | Argument `repeatable` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/type/test_directives.py:14:13 | Argument `locations` does not match any known parameter of bound method `__init__` |
| 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 | subclass-of-final-class | tests/type/test_scalars.py:541:51 | Class `Boolean` cannot inherit from final class `bool` |
| 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 | unknown-argument | tests/type/test_schema.py:428:45 | Argument `operation_types` does not match any known parameter of bound method `__init__` |
| 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-type-ignore-comment | tests/type/test_validation.py:424:48 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/type/test_validation.py:425:46 | Unused blanket `type: ignore` directive |
| graphql-core | invalid-assignment | tests/type/test_validation.py:1086:9 | Object of type `tuple[None]` is not assignable to attribute `interfaces` of type `CachedProperty` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:37:73 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:39:74 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:45:70 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:47:70 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:50:72 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:53:63 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:55:66 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:57:64 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:79:67 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:81:70 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:83:70 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:85:68 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:87:69 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:90:13 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:93:68 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:96:74 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:98:74 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:101:13 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:104:70 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:106:72 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:113:70 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:115:70 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:118:72 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:121:62 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:123:63 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:125:65 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:127:67 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:144:13 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:186:66 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:188:72 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:207:13 | Argument `values` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:207:37 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:207:67 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:213:13 | Argument `values` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:213:35 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:213:65 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:223:17 | Argument `values` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:224:34 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:225:34 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:226:34 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:233:13 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:242:13 | Argument `values` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:242:37 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:242:67 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:254:13 | Argument `fields` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:256:21 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:256:35 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:256:49 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:256:70 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:259:21 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:259:35 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:259:49 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:259:69 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:266:13 | Argument `fields` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:267:38 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:267:52 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_from_value.py:267:66 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_to_dict.py:7:25 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_to_dict.py:16:27 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_to_dict.py:16:50 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_to_dict.py:37:19 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_to_dict.py:37:33 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_ast_to_dict.py:37:47 | Argument `arguments` does not match any known parameter of bound method `__init__` |
| graphql-core | unused-type-ignore-comment | tests/utilities/test_build_ast_schema.py:97:17 | Unused blanket `type: ignore` directive |
| graphql-core | unknown-argument | tests/utilities/test_build_ast_schema.py:135:52 | Argument `definitions` does not match any known parameter of bound method `__init__` |
| graphql-core | unused-type-ignore-comment | tests/utilities/test_build_client_schema.py:90:53 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/utilities/test_build_client_schema.py:498:54 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/utilities/test_build_client_schema.py:673:44 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/utilities/test_build_client_schema.py:682:42 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/utilities/test_build_client_schema.py:987:60 | Unused blanket `type: ignore` directive |
| graphql-core | unused-type-ignore-comment | tests/utilities/test_build_client_schema.py:1002:55 | Unused blanket `type: ignore` directive |
| graphql-core | unknown-argument | tests/utilities/test_type_info.py:344:25 | Argument `alias` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_type_info.py:345:25 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_type_info.py:346:25 | Argument `arguments` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_type_info.py:347:25 | Argument `directives` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_type_info.py:348:25 | Argument `selection_set` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_type_info.py:349:29 | Argument `selections` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_type_info.py:349:51 | Argument `name` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_type_info.py:349:65 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_value_from_ast_untyped.py:68:58 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | unknown-argument | tests/utilities/test_value_from_ast_untyped.py:71:60 | Argument `value` does not match any known parameter of bound method `__init__` |
| graphql-core | invalid-return-type | tests/utils/assert_equal_awaitables_or_values.py:26:16 | Return type does not match returned value: expected `T@assert_equal_awaitables_or_values`, found `CoroutineType[Any, Any, Unknown]` |
| 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-type-ignore-comment | httpx_caching/_async/_transport.py:95:36 | Unused blanket `type: ignore` directive |
| httpx-caching | unused-type-ignore-comment | httpx_caching/_async/_transport.py:101:79 | Unused blanket `type: ignore` directive |
| httpx-caching | unused-type-ignore-comment | httpx_caching/_async/_transport.py:106:46 | Unused blanket `type: ignore` directive |
| httpx-caching | unused-type-ignore-comment | httpx_caching/_async/_transport.py:119:67 | Unused blanket `type: ignore` directive |
| httpx-caching | unused-type-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-type-ignore-comment | httpx_caching/_policy.py:216:76 | Unused blanket `type: ignore` directive |
| httpx-caching | unused-type-ignore-comment | httpx_caching/_policy.py:233:60 | Unused blanket `type: ignore` directive |
| httpx-caching | unused-type-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-type-ignore-comment | httpx_caching/_sync/_transport.py:95:36 | Unused blanket `type: ignore` directive |
| httpx-caching | unused-type-ignore-comment | httpx_caching/_sync/_transport.py:101:67 | Unused blanket `type: ignore` directive |
| httpx-caching | unused-type-ignore-comment | httpx_caching/_sync/_transport.py:106:46 | Unused blanket `type: ignore` directive |
| httpx-caching | unused-type-ignore-comment | httpx_caching/_sync/_transport.py:117:66 | Unused blanket `type: ignore` directive |
| httpx-caching | unused-type-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 | unresolved-attribute | setup.py:15:12 | Attribute `group` is not defined on `None` in union `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-type-ignore-comment | tests/_async/test_expires_heuristics.py:149:80 | Unused blanket `type: ignore` directive |
| httpx-caching | unused-type-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` |
| isort | possibly-unresolved-reference | isort/api.py:206:33 | Name `file_content` used when possibly not defined |
| isort | possibly-unresolved-reference | isort/api.py:574:12 | Name `key` used when possibly not defined |
| isort | possibly-unresolved-reference | isort/api.py:574:20 | Name `key` used when possibly not defined |
| isort | possibly-unresolved-reference | isort/api.py:575:22 | Name `key` used when possibly not defined |
| isort | unused-type-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-type-ignore-comment | isort/main.py:1219:36 | Unused blanket `type: ignore` directive |
| isort | unused-type-ignore-comment | isort/output.py:465:88 | Unused blanket `type: ignore` directive |
| isort | possibly-unresolved-reference | isort/output.py:493:69 | Name `from_import` used when possibly not defined |
| isort | unused-type-ignore-comment | isort/output.py:524:97 | Unused blanket `type: ignore` directive |
| isort | invalid-argument-type | isort/output.py:536:25 | Argument to function `import_statement` is incorrect: Expected `Sequence[str]`, found `@Todo(Functional TypedDicts) | None | list[Unknown]` |
| isort | invalid-argument-type | isort/output.py:546:25 | Argument to function `import_statement` is incorrect: Expected `Sequence[str]`, found `@Todo(Functional TypedDicts) | None | list[Unknown]` |
| isort | unused-type-ignore-comment | isort/output.py:550:70 | Unused blanket `type: ignore` directive |
| isort | invalid-argument-type | isort/output.py:554:29 | Argument to function `import_statement` is incorrect: Expected `Sequence[str]`, found `@Todo(Functional TypedDicts) | None | list[Unknown]` |
| isort | unused-type-ignore-comment | isort/output.py:557: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-type-ignore-comment | isort/settings.py:157:52 | Unused blanket `type: ignore` directive |
| isort | unused-type-ignore-comment | isort/settings.py:261:81 | Unused blanket `type: ignore` directive |
| isort | unused-type-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-type-ignore-comment | isort/wrap.py:74:72 | Unused blanket `type: ignore` directive |
| isort | unused-type-ignore-comment | isort/wrap.py:119:61 | Unused blanket `type: ignore` directive |
| isort | unused-type-ignore-comment | isort/wrap.py:120:59 | Unused blanket `type: ignore` directive |
| isort | unused-type-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-type-ignore-comment | isort/wrap_modes.py:373:25 | Unused blanket `type: ignore` directive |
| imagehash | unresolved-attribute | imagehash/__init__.py:43:14 | Module `PIL.Image` has no member `ANTIALIAS` |
| imagehash | unused-type-ignore-comment | imagehash/__init__.py:118:72 | Unused blanket `type: ignore` directive |
| imagehash | unused-type-ignore-comment | imagehash/__init__.py:124:76 | Unused blanket `type: ignore` directive |
| imagehash | unused-type-ignore-comment | imagehash/__init__.py:139:38 | Unused blanket `type: ignore` directive |
| imagehash | unused-type-ignore-comment | imagehash/__init__.py:141:19 | Unused blanket `type: ignore` directive |
| imagehash | unused-type-ignore-comment | imagehash/__init__.py:148:18 | Unused blanket `type: ignore` directive |
| imagehash | unused-type-ignore-comment | imagehash/__init__.py:161:24 | Unused blanket `type: ignore` directive |
| imagehash | unused-type-ignore-comment | imagehash/__init__.py:162:24 | Unused blanket `type: ignore` directive |
| imagehash | unused-type-ignore-comment | imagehash/__init__.py:463:31 | Unused blanket `type: ignore` directive |
| imagehash | unused-type-ignore-comment | imagehash/__init__.py:467:35 | Unused blanket `type: ignore` directive |
| 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` |
| 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]` |
| hydra-zen | invalid-assignment | src/hydra_zen/_hydra_overloads.py:330:9 | Object of type `F@instantiate` is not assignable to attribute `_call_target` of type `def _call_target(_target_: (...) -> Any, _partial_: bool, args: tuple[Any, ...], kwargs: dict[str, Any], full_key: str) -> Any` |
| 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-type-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 `Top[(...) -> object]` is not assignable to `(...) -> T@partial_with_wrapper` |
| hydra-zen | unused-type-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 | Object of type `def _patched_yaml_loader(...) -> Any` is not assignable to attribute `get_yaml_loader` of type `def get_yaml_loader() -> Any` |
| 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-type-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-type-ignore-comment | src/hydra_zen/structured_configs/_implementations.py:1207:30 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/structured_configs/_implementations.py:1208:48 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/structured_configs/_implementations.py:1209:37 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/structured_configs/_implementations.py:1210:54 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/structured_configs/_implementations.py:1211:51 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/structured_configs/_implementations.py:1212:56 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-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[Unknown | int | None | ... omitted 13 union elements, Unknown | int | None | ... omitted 13 union elements]` |
| hydra-zen | invalid-assignment | src/hydra_zen/structured_configs/_implementations.py:2181:82 | Object of type `object` is not assignable to `((str, /) -> bool) | Collection[str | int]` |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/structured_configs/_implementations.py:2555:76 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/structured_configs/_implementations.py:2622:52 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-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 | Unknown, ...]` |
| 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-type-ignore-comment | src/hydra_zen/structured_configs/_implementations.py:3283:16 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/structured_configs/_implementations.py:3523:29 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/structured_configs/_implementations.py:3526:39 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/structured_configs/_implementations.py:3528:33 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/structured_configs/_just.py:12:23 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/structured_configs/_just.py:13:27 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-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 | 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-type-ignore-comment | src/hydra_zen/third_party/pydantic.py:18:33 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-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-type-ignore-comment | src/hydra_zen/typing/_implementations.py:441:30 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/wrapper/_implementations.py:263:51 | Unused blanket `type: ignore` directive |
| hydra-zen | invalid-argument-type | src/hydra_zen/wrapper/_implementations.py:446:13 | Argument is incorrect: Expected `P@Zen.kwargs`, found `Unknown | DictConfig` |
| hydra-zen | unused-type-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-type-ignore-comment | src/hydra_zen/wrapper/_implementations.py:931:87 | Unused blanket `type: ignore` directive |
| 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-type-ignore-comment | src/hydra_zen/wrapper/_implementations.py:1572:89 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/wrapper/_implementations.py:1601:75 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/wrapper/_implementations.py:1606:80 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/wrapper/_implementations.py:1736:59 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | src/hydra_zen/wrapper/_implementations.py:1743:40 | Unused blanket `type: ignore` directive |
| hydra-zen | empty-body | 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-type-ignore-comment | tests/annotations/declarations.py:267:41 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-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-type-ignore-comment | tests/annotations/declarations.py:403:30 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-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-type-ignore-comment | tests/annotations/declarations.py:443:35 | Unused blanket `type: ignore` directive |
| hydra-zen | empty-body | 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 | empty-body | tests/annotations/declarations.py:467:16 | Function always implicitly returns `None`, which is not assignable to return type `int` |
| hydra-zen | empty-body | 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-type-ignore-comment | tests/annotations/declarations.py:496:16 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | tests/annotations/declarations.py:497:19 | Unused blanket `type: ignore` directive |
| hydra-zen | empty-body | tests/annotations/declarations.py:501:16 | Function always implicitly returns `None`, which is not assignable to return type `type[@Todo]` |
| hydra-zen | empty-body | 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-type-ignore-comment | tests/annotations/declarations.py:546:15 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | tests/annotations/declarations.py:547:26 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | tests/annotations/declarations.py:548:36 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | tests/annotations/declarations.py:549:40 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | tests/annotations/declarations.py:550:23 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-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-type-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-type-ignore-comment | tests/annotations/declarations.py:626:15 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-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-type-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-type-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-type-ignore-comment | tests/annotations/declarations.py:766:19 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-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 | empty-body | 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-type-ignore-comment | tests/annotations/declarations.py:878:23 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | tests/annotations/declarations.py:897:23 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | tests/annotations/declarations.py:916:23 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-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[Unknown]` does not match asserted type `StdBuilds[int | None | float | ... omitted 19 union elements]` |
| hydra-zen | type-assertion-failure | tests/annotations/declarations.py:934:5 | Type `StdBuilds[Unknown]` does not match asserted type `StdBuilds[int | None | float | ... omitted 19 union elements]` |
| hydra-zen | type-assertion-failure | tests/annotations/declarations.py:940:5 | Type `PBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 19 union elements]` |
| hydra-zen | type-assertion-failure | tests/annotations/declarations.py:944:5 | Type `PBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 19 union elements]` |
| hydra-zen | type-assertion-failure | tests/annotations/declarations.py:945:5 | Type `Unknown` does not match asserted type `PBuilds[int | None | float | ... omitted 19 union elements]` |
| hydra-zen | type-assertion-failure | tests/annotations/declarations.py:951:5 | Type `FullBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `FullBuilds[int | None | float | ... omitted 19 union elements] | StdBuilds[int | None | float | ... omitted 19 union elements]` |
| hydra-zen | type-assertion-failure | tests/annotations/declarations.py:956:5 | Type `PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 19 union elements] | StdBuilds[int | None | float | ... omitted 19 union elements]` |
| hydra-zen | type-assertion-failure | tests/annotations/declarations.py:961:5 | Type `PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 19 union elements] | StdBuilds[int | None | float | ... omitted 19 union elements]` |
| hydra-zen | type-assertion-failure | tests/annotations/declarations.py:969:5 | Type `FullBuilds[Unknown] | PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `FullBuilds[int | None | float | ... omitted 19 union elements] | PBuilds[int | None | float | ... omitted 19 union elements] | StdBuilds[int | None | float | ... omitted 19 union elements]` |
| hydra-zen | type-assertion-failure | tests/annotations/declarations.py:980:5 | Type `FullBuilds[Unknown] | PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `FullBuilds[int | None | float | ... omitted 19 union elements] | PBuilds[int | None | float | ... omitted 19 union elements] | StdBuilds[int | None | float | ... omitted 19 union elements]` |
| 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 | empty-body | 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 | empty-body | tests/annotations/declarations.py:1085:27 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| 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 | empty-body | 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 | empty-body | tests/annotations/declarations.py:1146:30 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| hydra-zen | empty-body | 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 | empty-body | tests/annotations/declarations.py:1161:23 | Function always implicitly returns `None`, which is not assignable to return type `bool` |
| hydra-zen | empty-body | 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 | empty-body | tests/annotations/declarations.py:1174:32 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| hydra-zen | unused-type-ignore-comment | tests/annotations/declarations.py:1177:15 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | tests/annotations/declarations.py:1180:35 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | tests/annotations/declarations.py:1182:37 | Unused blanket `type: ignore` directive |
| hydra-zen | empty-body | 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 | empty-body | 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 | empty-body | 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 | empty-body | 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[Unknown]` does not match asserted type `PBuilds[int]` |
| hydra-zen | unused-type-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[Unknown]` does not match asserted type `FullBuilds[int]` |
| 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-type-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-type-ignore-comment | tests/annotations/declarations.py:1512:49 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | tests/annotations/declarations.py:1513:49 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | tests/annotations/declarations.py:1514:39 | Unused blanket `type: ignore` directive |
| hydra-zen | unused-type-ignore-comment | tests/annotations/declarations.py:1515:39 | Unused blanket `type: ignore` directive |
| hydra-zen | empty-body | 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 `Unknown` does not match asserted type `A` |
| hydra-zen | type-assertion-failure | tests/annotations/mypy_checks.py:19:5 | Type `Unknown` does not match asserted type `A` |
| hydra-zen | type-assertion-failure | tests/annotations/mypy_checks.py:20:5 | Type `Unknown` does not match asserted type `A` |
| hydra-zen | type-assertion-failure | tests/annotations/mypy_checks.py:22:5 | Type `Unknown` does not match asserted type `str` |
| hydra-zen | type-assertion-failure | tests/annotations/mypy_checks.py:23:5 | Type `Unknown` does not match asserted type `str` |
| hydra-zen | type-assertion-failure | tests/annotations/mypy_checks.py:24:5 | Type `Unknown` does not match asserted type `str` |
| hydra-zen | unused-type-ignore-comment | tests/annotations/mypy_checks.py:26:51 | Unused blanket `type: ignore` directive |
| hydra-zen | empty-body | 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 `Unknown` does not match asserted type `A` |
| hydra-zen | type-assertion-failure | tests/annotations/mypy_checks.py:43:5 | Type `Unknown` does not match asserted type `A` |
| hydra-zen | type-assertion-failure | tests/annotations/mypy_checks.py:44:5 | Type `Unknown` does not match asserted type `A` |
| hydra-zen | type-assertion-failure | tests/annotations/mypy_checks.py:46:5 | Type `Unknown` does not match asserted type `str` |
| hydra-zen | type-assertion-failure | tests/annotations/mypy_checks.py:47:5 | Type `Unknown` does not match asserted type `str` |
| hydra-zen | type-assertion-failure | tests/annotations/mypy_checks.py:48:5 | Type `Unknown` does not match asserted type `str` |
| hydra-zen | unused-type-ignore-comment | tests/annotations/mypy_checks.py:50:26 | Unused blanket `type: ignore` directive |
| hydra-zen | empty-body | tests/annotations/mypy_checks.py:55:30 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| hydra-zen | empty-body | tests/annotations/mypy_checks.py:58:31 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| hydra-zen | empty-body | tests/annotations/mypy_checks.py:71:23 | Function always implicitly returns `None`, which is not assignable to return type `bool` |
| hydra-zen | empty-body | tests/annotations/mypy_checks.py:74:23 | Function always implicitly returns `None`, which is not assignable to return type `bool` |
| hydra-zen | empty-body | tests/annotations/mypy_checks.py:87:32 | Function always implicitly returns `None`, which is not assignable to return type `str` |
| hydpy | unresolved-import | hydpy/auxs/armatools.py:21:10 | Cannot resolve imported module `matplotlib` |
| hydpy | unresolved-attribute | hydpy/auxs/armatools.py:257:19 | Attribute `moment1` is not defined on `None` in union `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 | unresolved-attribute | hydpy/auxs/armatools.py:733:43 | Attribute `order` is not defined on `None` in union `Unknown | None` |
| hydpy | unresolved-attribute | hydpy/auxs/armatools.py:733:59 | Attribute `turningpoint` is not defined on `None` in union `Unknown | None` |
| hydpy | unresolved-attribute | hydpy/auxs/armatools.py:747:13 | Attribute `order` is not defined on `None` in union `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 | unresolved-attribute | hydpy/auxs/armatools.py:769:32 | Attribute `moments` is not defined on `None` in union `Unknown | None` |
| hydpy | unresolved-attribute | hydpy/auxs/armatools.py:841:29 | Attribute `coefs` is not defined on `None` in union `Unknown | None` |
| hydpy | unresolved-attribute | hydpy/auxs/armatools.py:841:55 | Attribute `coefs` is not defined on `None` in union `Unknown | None` |
| hydpy | unresolved-attribute | hydpy/auxs/armatools.py:844:38 | Attribute `order` is not defined on `None` in union `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 | unresolved-attribute | hydpy/auxs/armatools.py:855:52 | Attribute `order` is not defined on `None` in union `Unknown | None` |
| hydpy | unresolved-attribute | hydpy/auxs/armatools.py:889:30 | Attribute `delays` is not defined on `None` in union `Unknown | None` |
| hydpy | unresolved-attribute | hydpy/auxs/armatools.py:905:22 | Attribute `delays` is not defined on `None` in union `Unknown | None` |
| hydpy | unresolved-attribute | hydpy/auxs/armatools.py:916:19 | Attribute `delays` is not defined on `None` in union `Unknown | None` |
| hydpy | unresolved-attribute | hydpy/auxs/armatools.py:925:22 | Attribute `delays` is not defined on `None` in union `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-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:2149:13 | Argument to bound method `apply_value` is incorrect: Expected `Add`, found `TypeRule1@CalibrationInterface` |
| hydpy | invalid-argument-type | hydpy/auxs/calibtools.py:2149:13 | Argument to bound method `apply_value` is incorrect: Expected `MultiplyIUH`, found `TypeRule1@CalibrationInterface` |
| hydpy | invalid-argument-type | hydpy/auxs/calibtools.py:2149:13 | Argument to bound method `apply_value` is incorrect: Expected `Multiply`, found `TypeRule1@CalibrationInterface` |
| hydpy | invalid-argument-type | hydpy/auxs/calibtools.py:2149:13 | Argument to bound method `apply_value` is incorrect: Expected `ReplaceIUH`, found `TypeRule1@CalibrationInterface` |
| hydpy | invalid-argument-type | hydpy/auxs/calibtools.py:2149:13 | Argument to bound method `apply_value` is incorrect: Expected `Replace`, found `TypeRule1@CalibrationInterface` |
| hydpy | invalid-argument-type | hydpy/auxs/calibtools.py:2163:13 | Argument to bound method `reset_parameters` is incorrect: Expected `RuleIUH`, found `TypeRule1@CalibrationInterface` |
| 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: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 | no-matching-overload | hydpy/auxs/ppolytools.py:423:32 | No overload of bound method `__init__` matches arguments |
| hydpy | unused-type-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 | 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-context-manager | hydpy/core/devicetools.py:252:14 | Object of type `_PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__` |
| hydpy | unused-type-ignore-comment | hydpy/core/devicetools.py:1078:40 | Unused blanket `type: ignore` directive |
| hydpy | invalid-context-manager | hydpy/core/devicetools.py:1171: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:1173:18 | Object of type `Unknown | _OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__` |
| hydpy | type-assertion-failure | hydpy/core/devicetools.py:2428:9 | Type `Literal["inlets", "outlets", "observers", "receivers", "senders", "inputs", "outputs"]` is not equivalent to `Never` |
| hydpy | invalid-return-type | hydpy/core/devicetools.py:2568: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 | unresolved-attribute | hydpy/core/devicetools.py:2654:21 | Unresolved attribute `name` on type `DataFrame` |
| hydpy | no-matching-overload | hydpy/core/devicetools.py:2658:17 | No overload matches arguments |
| hydpy | invalid-return-type | hydpy/core/devicetools.py:2751: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-type-ignore-comment | hydpy/core/devicetools.py:2831:47 | Unused blanket `type: ignore` directive |
| hydpy | invalid-context-manager | hydpy/core/devicetools.py:2903: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:2904: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:3464: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:3675: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:3718:17 | No overload matches arguments |
| hydpy | no-matching-overload | hydpy/core/devicetools.py:3722:31 | No overload matches arguments |
| hydpy | no-matching-overload | hydpy/core/devicetools.py:3727:21 | No overload matches arguments |
| hydpy | invalid-context-manager | hydpy/core/devicetools.py:3964: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:3965:18 | Object of type `_AlwaysBracketed` cannot be used with `with` because it does not correctly implement `__exit__` |
| 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-type-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-type-ignore-comment | hydpy/core/hydpytools.py:2415:36 | Unused blanket `type: ignore` directive |
| 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:2765: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:368:36 | Object of type `(...) -> None` has no attribute `__name__` |
| hydpy | no-matching-overload | hydpy/core/importtools.py:424:16 | No overload of bound method `__init__` matches arguments |
| hydpy | unresolved-attribute | hydpy/core/importtools.py:691:39 | Object of type `(Never, Never, /) -> None` has no attribute `__name__` |
| hydpy | invalid-method-override | hydpy/core/importtools.py:729:9 | Invalid override of method `__set_name__`: Definition is incompatible with `_DoctestAdder.__set_name__` |
| hydpy | invalid-argument-type | hydpy/core/importtools.py:808: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:811: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:813:21 | Type `Unknown & ~Literal[0] & ~Literal[1]` is not equivalent to `Never` |
| hydpy | possibly-unresolved-reference | hydpy/core/importtools.py:817:35 | Name `frame2` used when possibly not defined |
| hydpy | type-assertion-failure | hydpy/core/importtools.py:910:13 | Type `Unknown & ~Literal[0] & ~Literal[1]` is not equivalent to `Never` |
| hydpy | no-matching-overload | hydpy/core/importtools.py:961:13 | No overload of bound method `get_wrapped` matches arguments |
| hydpy | no-matching-overload | hydpy/core/importtools.py:964:13 | No overload of bound method `get_wrapped` matches arguments |
| hydpy | type-assertion-failure | hydpy/core/importtools.py:966:13 | Type `Unknown & ~Literal[0] & ~Literal[1]` is not equivalent to `Never` |
| hydpy | unresolved-attribute | hydpy/core/importtools.py:1087:39 | Object of type `(...) -> None` has no attribute `__name__` |
| hydpy | unresolved-attribute | hydpy/core/indextools.py:26:16 | Object of type `(Date, /) -> int | float` has no attribute `__name__` |
| hydpy | invalid-context-manager | hydpy/core/indextools.py:198: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-type-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 | 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:2710:27 | Object of type `object` is not iterable |
| hydpy | type-assertion-failure | hydpy/core/modeltools.py:3164:25 | Type `Unknown & ~Literal[0] & ~Literal[1]` is not equivalent to `Never` |
| hydpy | unsupported-dynamic-base | hydpy/core/modeltools.py:3245:61 | Unsupported class base: Has type `<class 'InletSequences'> | <class 'ObserverSequences'> | <class 'ReceiverSequences'> | ... omitted 8 union elements` |
| 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-type-ignore-comment | hydpy/core/objecttools.py:363:38 | Unused blanket `type: ignore` directive |
| hydpy | invalid-return-type | hydpy/core/objecttools.py:490:12 | Return type does not match returned value: expected `[**P_'return, T'return]((**P_'return) -> T'return, /) -> ((**P_'return) -> T'return)`, found `(TypeVar, /) -> TypeVar` |
| hydpy | invalid-context-manager | hydpy/core/objecttools.py:628: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:637: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:765:21 | No overload of bound method `item` matches arguments |
| hydpy | invalid-argument-type | hydpy/core/objecttools.py:779: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:1663: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:1665:28 | No overload of bound method `item` matches arguments |
| hydpy | invalid-argument-type | hydpy/core/objecttools.py:1669: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-type-ignore-comment | hydpy/core/objecttools.py:1759:23 | Unused blanket `type: ignore` directive |
| hydpy | invalid-context-manager | hydpy/core/objecttools.py:1938: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 | unresolved-attribute | hydpy/core/parametertools.py:123:17 | Attribute `f_back` is not defined on `None` in union `FrameType | None` |
| hydpy | unresolved-attribute | hydpy/core/parametertools.py:124:28 | Attribute `f_locals` is not defined on `None` in union `FrameType | None` |
| hydpy | possibly-unresolved-reference | hydpy/core/parametertools.py:139:45 | Name `frame` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/core/parametertools.py:141:31 | Name `frame` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/core/parametertools.py:145:38 | Name `frame` used when possibly not defined |
| hydpy | unsupported-operator | hydpy/core/parametertools.py:1005: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:1339:19 | Name `frame` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/core/parametertools.py:1340:29 | Name `frame` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/core/parametertools.py:1345:29 | Name `frame` used when possibly not defined |
| hydpy | invalid-context-manager | hydpy/core/parametertools.py:1458: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:1528:26 | Name `parameterstep` used when possibly not defined |
| hydpy | invalid-return-type | hydpy/core/parametertools.py:1580:20 | Return type does not match returned value: expected `ArrayFloat@apply_timefactor`, found `int | float | ndarray[tuple[Any, ...], Unknown] | ArrayFloat@apply_timefactor` |
| hydpy | invalid-return-type | hydpy/core/parametertools.py:1611:20 | Return type does not match returned value: expected `ArrayFloat@revert_timefactor`, found `int | float | ndarray[tuple[Any, ...], Unknown] | ArrayFloat@revert_timefactor` |
| hydpy | invalid-context-manager | hydpy/core/parametertools.py:1620: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:2509:32 | Name `constants` used when possibly not defined |
| hydpy | unused-type-ignore-comment | hydpy/core/parametertools.py:3061:48 | Unused blanket `type: ignore` directive |
| hydpy | not-subscriptable | hydpy/core/parametertools.py:3459:55 | Cannot subscript object of type `float` with no `__getitem__` method |
| hydpy | not-subscriptable | hydpy/core/parametertools.py:3459:55 | Cannot subscript object of type `int` with no `__getitem__` method |
| hydpy | invalid-argument-type | hydpy/core/parametertools.py:3464:56 | Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | float` |
| hydpy | not-subscriptable | hydpy/core/parametertools.py:3942:45 | Cannot subscript object of type `float` with no `__getitem__` method |
| hydpy | not-subscriptable | hydpy/core/parametertools.py:3942:45 | Cannot subscript object of type `int` with no `__getitem__` method |
| hydpy | invalid-context-manager | hydpy/core/parametertools.py:4161: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:4193: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:4564: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:4923:13 | Object of type `None` is not callable |
| hydpy | unused-type-ignore-comment | hydpy/core/parametertools.py:4931:44 | Unused blanket `type: ignore` directive |
| hydpy | unresolved-attribute | hydpy/core/parametertools.py:4942:26 | Object of type `(((Model, /) -> None) & ~FunctionType) | None` has no attribute `get_sourcecode` |
| hydpy | unresolved-attribute | hydpy/core/parametertools.py:4943: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 | unused-type-ignore-comment | hydpy/core/selectiontools.py:1519:50 | Unused blanket `type: ignore` directive |
| hydpy | unused-type-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:392:9 | Unresolved attribute `aggregation` on type `ndarray[tuple[Any, ...], Unknown]` |
| hydpy | invalid-return-type | hydpy/core/sequencetools.py:393:16 | Return type does not match returned value: expected `InfoArray`, found `ndarray[tuple[Any, ...], Unknown]` |
| hydpy | invalid-context-manager | hydpy/core/sequencetools.py:823:14 | Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__` |
| hydpy | unused-type-ignore-comment | hydpy/core/sequencetools.py:2079:40 | Unused blanket `type: ignore` directive |
| hydpy | invalid-return-type | hydpy/core/sequencetools.py:2150: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:2184: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:2566:14 | Object of type `Unknown | OptionContextStr[Literal["none", "mean"]]` cannot be used with `with` because it does not correctly implement `__exit__` |
| hydpy | unused-type-ignore-comment | hydpy/core/sequencetools.py:3342:40 | Unused blanket `type: ignore` directive |
| hydpy | unused-type-ignore-comment | hydpy/core/sequencetools.py:3613:40 | Unused blanket `type: ignore` directive |
| hydpy | unresolved-reference | hydpy/core/sequencetools.py:3751:15 | Name `__class__` used when not defined |
| hydpy | unused-type-ignore-comment | hydpy/core/sequencetools.py:3965:44 | Unused blanket `type: ignore` directive |
| hydpy | unresolved-attribute | hydpy/core/seriestools.py:324:17 | Attribute `__name__` is not defined on `((ndarray[tuple[Any, ...], dtype[float64]], /) -> int | float) & ~str` in union `Any | (((ndarray[tuple[Any, ...], dtype[float64]], /) -> int | float) & ~str)` |
| hydpy | possibly-unresolved-reference | hydpy/core/seriestools.py:342:32 | Name `jdx0` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/core/seriestools.py:342: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-type-ignore-comment | hydpy/core/testtools.py:847:53 | Unused blanket `type: ignore` directive |
| hydpy | unused-type-ignore-comment | hydpy/core/testtools.py:850:53 | Unused blanket `type: ignore` directive |
| hydpy | invalid-assignment | hydpy/core/testtools.py:1218:9 | Object of type `<class '_Open'>` is not assignable to attribute `open` of type `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) -> TextIOWrapper[_WrappedBuffer], (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) -> FileIO, (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) -> BufferedRandom, (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) -> BufferedWriter, (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) -> BufferedReader[_BufferedReaderStream], (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) -> BinaryIO, (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) -> IO[Any]]` |
| hydpy | invalid-context-manager | hydpy/core/testtools.py:1348:14 | Object of type `Self@clear` cannot be used with `with` because it does not correctly implement `__exit__` |
| hydpy | unsupported-dynamic-base | hydpy/core/testtools.py:1378:47 | Unsupported class base: Has type `type[T@make_abc_testable]` |
| hydpy | unused-type-ignore-comment | hydpy/core/testtools.py:1379:49 | Unused blanket `type: ignore` directive |
| hydpy | invalid-return-type | hydpy/core/testtools.py:1380:12 | Return type does not match returned value: expected `type[T@make_abc_testable]`, found `<class '<unknown>'>` |
| hydpy | invalid-assignment | hydpy/core/testtools.py:1432:9 | Object of type `<class '_DateTime'>` is not assignable to attribute `datetime` of type `<class 'datetime'>` |
| hydpy | invalid-context-manager | hydpy/core/testtools.py:2320: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:2367: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:2489: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:2575: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:2599: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:2716: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:2733: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:2748: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:2931:23 | Module `hydpy` has no member `aliases` |
| hydpy | invalid-context-manager | hydpy/core/testtools.py:2936: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:3002: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:3020:14 | Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__` |
| 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-type-ignore-comment | hydpy/core/timetools.py:985:20 | Unused blanket `type: ignore` directive |
| hydpy | unused-type-ignore-comment | hydpy/core/timetools.py:1617:20 | Unused blanket `type: ignore` directive |
| hydpy | unused-type-ignore-comment | hydpy/core/timetools.py:1630:20 | Unused blanket `type: ignore` directive |
| hydpy | unused-type-ignore-comment | hydpy/core/timetools.py:1639:20 | Unused blanket `type: ignore` directive |
| hydpy | unused-type-ignore-comment | hydpy/core/timetools.py:1706:24 | Unused blanket `type: ignore` directive |
| hydpy | invalid-type-arguments | hydpy/core/typingtools.py:89:29 | Type `T` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT` |
| hydpy | not-subscriptable | hydpy/core/typingtools.py:94:45 | Cannot subscript non-generic type `<class 'ndarray[tuple[Any, ...], dtype[Unknown]]'>` |
| hydpy | invalid-type-arguments | hydpy/core/typingtools.py:100:29 | Type `T` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT` |
| hydpy | not-subscriptable | hydpy/core/typingtools.py:106:55 | Cannot subscript non-generic type `<class 'ndarray[tuple[Any, ...], dtype[Unknown]]'>` |
| hydpy | invalid-type-arguments | hydpy/core/typingtools.py:112:29 | Type `T` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT` |
| hydpy | not-subscriptable | hydpy/core/typingtools.py:117:65 | Cannot subscript non-generic type `<class 'ndarray[tuple[Any, ...], dtype[Unknown]]'>` |
| hydpy | invalid-method-override | hydpy/core/variabletools.py:529:9 | Invalid override of method `__setattr__`: Definition is incompatible with `object.__setattr__` |
| hydpy | invalid-argument-type | hydpy/core/variabletools.py:1927:26 | Argument to bound method `__init__` is incorrect: Expected `SubVariables[Unknown, Unknown, Unknown, Unknown]`, found `None` |
| hydpy | unused-type-ignore-comment | hydpy/core/variabletools.py:2270:44 | Unused blanket `type: ignore` directive |
| hydpy | invalid-type-form | hydpy/core/variabletools.py:2448:29 | `ClassVar` cannot contain type variables |
| hydpy | unresolved-import | hydpy/cythons/modelutils.py:295:8 | Cannot resolve imported module `setuptools` |
| hydpy | unresolved-import | hydpy/cythons/modelutils.py:312:12 | Cannot resolve imported module `Cython.Build` |
| hydpy | unresolved-attribute | hydpy/cythons/modelutils.py:467:32 | Object of type `(PyxWriter, /) -> Iterator[str]` has no attribute `__name__` |
| hydpy | unresolved-attribute | hydpy/cythons/modelutils.py:468:36 | Object of type `(PyxWriter, /) -> Iterator[str]` has no attribute `__name__` |
| hydpy | unresolved-attribute | hydpy/cythons/modelutils.py:470:38 | Object of type `(PyxWriter, /) -> Iterator[str]` has no attribute `__name__` |
| hydpy | possibly-unresolved-reference | hydpy/cythons/modelutils.py:2051:41 | Name `automethod` used when possibly not defined |
| hydpy | unresolved-attribute | hydpy/cythons/modelutils.py:2615:32 | Object of type `(...) -> Unknown` has no attribute `__code__` |
| hydpy | unresolved-attribute | hydpy/cythons/modelutils.py:2629:55 | Object of type `(...) -> Unknown` has no attribute `__code__` |
| hydpy | unresolved-attribute | hydpy/cythons/modelutils.py:2983:53 | Object of type `(Model, /) -> None` has no attribute `__name__` |
| hydpy | unresolved-attribute | hydpy/cythons/modelutils.py:3006:35 | Object of type `(Model, /) -> None` has no attribute `__name__` |
| hydpy | unresolved-attribute | hydpy/cythons/modelutils.py:3017:31 | Object of type `(Model, /) -> None` has no attribute `__name__` |
| hydpy | unresolved-attribute | hydpy/cythons/modelutils.py:3023: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-type-ignore-comment | hydpy/exe/xmltools.py:1852:58 | Unused blanket `type: ignore` directive |
| hydpy | unused-type-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 | invalid-assignment | hydpy/exe/xmltools.py:2373:20 | Object of type `SetItem` is not assignable to `_TypeSetOrAddOrMultiplyItem@_get_changeitem` |
| 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 | empty-body | hydpy/interfaces/aetinterfaces.py:82:54 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/aetinterfaces.py:87:53 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/aetinterfaces.py:92:47 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/dischargeinterfaces.py:24:57 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/dischargeinterfaces.py:43:57 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/petinterfaces.py:34:58 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/petinterfaces.py:39:54 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/petinterfaces.py:97:63 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/petinterfaces.py:106:62 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/petinterfaces.py:115:56 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/precipinterfaces.py:16:44 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/precipinterfaces.py:37:44 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/precipinterfaces.py:41:40 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/radiationinterfaces.py:20:47 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/radiationinterfaces.py:24:39 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/radiationinterfaces.py:28:45 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/radiationinterfaces.py:32:38 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/radiationinterfaces.py:43:38 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/radiationinterfaces.py:54:45 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/radiationinterfaces.py:58:38 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/radiationinterfaces.py:70:47 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/radiationinterfaces.py:74:39 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/radiationinterfaces.py:78:38 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/rconcinterfaces.py:16:75 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/rconcinterfaces.py:29:30 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/routinginterfaces.py:36:33 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/routinginterfaces.py:40:35 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/routinginterfaces.py:44:32 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/routinginterfaces.py:48:31 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/routinginterfaces.py:76:33 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/routinginterfaces.py:80:33 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/routinginterfaces.py:84:33 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/routinginterfaces.py:88:38 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/soilinterfaces.py:79:43 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/soilinterfaces.py:83:42 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/soilinterfaces.py:87:48 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/soilinterfaces.py:91:47 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/soilinterfaces.py:95:47 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/stateinterfaces.py:20:47 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/stateinterfaces.py:35:40 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/stateinterfaces.py:50:40 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/stateinterfaces.py:66:42 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/stateinterfaces.py:82:41 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/stateinterfaces.py:97:33 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/tempinterfaces.py:16:42 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/tempinterfaces.py:20:38 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | hydpy/interfaces/tempinterfaces.py:41:42 | Function always implicitly returns `None`, which is not assignable to return type `int | float` |
| hydpy | empty-body | 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 | 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-reference | hydpy/models/evap/evap_logs.py:78:15 | Name `__class__` used when not defined |
| hydpy | unresolved-import | hydpy/models/exch/exch_control.py:5:8 | Cannot resolve imported module `inflect` |
| hydpy | unused-type-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-method-override | hydpy/models/hland/hland_masks.py:15:9 | Invalid override of method `get_refindices`: Definition is incompatible with `IndexMask.get_refindices` |
| 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 | invalid-method-override | hydpy/models/lland/lland_masks.py:48:9 | Invalid override of method `get_refindices`: Definition is incompatible with `IndexMask.get_refindices` |
| 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 | unresolved-import | hydpy/models/manager/manager_control.py:5:8 | Cannot resolve imported module `inflect` |
| hydpy | unresolved-import | hydpy/models/manager/manager_derived.py:9:8 | Cannot resolve imported module `inflect` |
| hydpy | unused-type-ignore-comment | hydpy/models/manager/manager_derived.py:270:56 | Unused blanket `type: ignore` directive |
| hydpy | invalid-argument-type | hydpy/models/manager/manager_derived.py:287:78 | Argument to bound method `__call__` is incorrect: Expected `dtype[Any] | None`, found `<class 'bool'>` |
| hydpy | unresolved-import | hydpy/models/manager/manager_parameters.py:5:8 | Cannot resolve imported module `inflect` |
| hydpy | possibly-unresolved-reference | hydpy/models/manager/manager_parameters.py:140:29 | Name `diff` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/models/manager/manager_parameters.py:143:79 | Name `diff` used when possibly not defined |
| hydpy | unresolved-import | hydpy/models/manager_lwc.py:479:8 | Cannot resolve imported module `inflect` |
| hydpy | unused-type-ignore-comment | hydpy/models/manager_lwc.py:706:59 | Unused blanket `type: ignore` directive |
| hydpy | unused-type-ignore-comment | hydpy/models/manager_lwc.py:724:55 | Unused blanket `type: ignore` directive |
| hydpy | unused-type-ignore-comment | hydpy/models/manager_lwc.py:758:59 | Unused blanket `type: ignore` directive |
| hydpy | unused-type-ignore-comment | hydpy/models/musk/musk_sequences.py:39:25 | Unused blanket `type: ignore` directive |
| hydpy | unused-type-ignore-comment | hydpy/models/musk/musk_sequences.py:81:26 | Unused blanket `type: ignore` directive |
| hydpy | unused-type-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 | unresolved-import | hydpy/models/snow/snow_model.py:5:8 | Cannot resolve imported module `inflect` |
| hydpy | type-assertion-failure | hydpy/models/sw1d_channel.py:1689:21 | Type `Unknown & ~None & ~RoutingModel_V1 & ~RoutingModel_V2 & ~RoutingModel_V3` is not equivalent to `Never` |
| hydpy | type-assertion-failure | hydpy/models/sw1d_channel.py:1697:21 | Type `Unknown & ~None & ~RoutingModel_V2 & ~RoutingModel_V3 & ~RoutingModel_V1` is not equivalent to `Never` |
| hydpy | type-assertion-failure | hydpy/models/sw1d_channel.py:1793:21 | Type `Unknown & ~None & ~RoutingModel_V2 & ~RoutingModel_V3 & ~RoutingModel_V1` is not equivalent to `Never` |
| hydpy | possibly-unresolved-reference | hydpy/models/sw1d_channel.py:1874:31 | Name `ru` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/models/sw1d_channel.py:1875:70 | Name `ru` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/models/sw1d_channel.py:1876:21 | Name `ru` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/models/sw1d_channel.py:1878:43 | Name `ru` used when possibly not defined |
| hydpy | type-assertion-failure | hydpy/models/sw1d_channel.py:1879:21 | Type `Unknown & ~None & ~RoutingModel_V1 & ~RoutingModel_V2 & ~RoutingModel_V3` is not equivalent to `Never` |
| hydpy | possibly-unresolved-reference | hydpy/models/sw1d_channel.py:1879:34 | Name `ru` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/models/sw1d_channel.py:1881:31 | Name `rd` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/models/sw1d_channel.py:1882:72 | Name `rd` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/models/sw1d_channel.py:1883:21 | Name `rd` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/models/sw1d_channel.py:1885:43 | Name `rd` used when possibly not defined |
| hydpy | type-assertion-failure | hydpy/models/sw1d_channel.py:1886:21 | Type `Unknown & ~None & ~RoutingModel_V2 & ~RoutingModel_V3 & ~RoutingModel_V1` is not equivalent to `Never` |
| hydpy | possibly-unresolved-reference | hydpy/models/sw1d_channel.py:1886:34 | Name `rd` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/models/sw1d_channel.py:1888:42 | Name `su` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/models/sw1d_channel.py:1890:17 | Name `su` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/models/sw1d_channel.py:1892:44 | Name `sd` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/models/sw1d_channel.py:1894:17 | Name `sd` used when possibly not defined |
| hydpy | type-assertion-failure | hydpy/models/sw1d_channel.py:1984:21 | Type `Unknown & ~None & ~RoutingModel_V1 & ~RoutingModel_V2 & ~RoutingModel_V3` is not equivalent to `Never` |
| hydpy | no-matching-overload | hydpy/models/whmod/whmod_derived.py:100:39 | No overload matches arguments |
| hydpy | invalid-method-override | hydpy/models/whmod/whmod_masks.py:21:9 | Invalid override of method `get_refindices`: Definition is incompatible with `IndexMask.get_refindices` |
| hydpy | invalid-method-override | hydpy/models/whmod/whmod_masks.py:108:9 | Invalid override of method `get_refindices`: Definition is incompatible with `IndexMask.get_refindices` |
| hydpy | unresolved-attribute | hydpy/models/whmod/whmod_sequences.py:17:16 | Object of type `Sequence_` has no attribute `model` |
| hydpy | invalid-method-override | hydpy/models/wland/wland_masks.py:22:9 | Invalid override of method `get_refindices`: Definition is incompatible with `IndexMask.get_refindices` |
| hydpy | unresolved-import | hydpy/models/wq/wq_model.py:5:6 | Cannot resolve imported module `matplotlib` |
| hydpy | unresolved-import | hydpy/mypy_plugin.py:12:6 | Cannot resolve imported module `mypy.checker` |
| hydpy | unresolved-import | hydpy/mypy_plugin.py:13:6 | Cannot resolve imported module `mypy.errorcodes` |
| hydpy | unresolved-import | hydpy/mypy_plugin.py:14:6 | Cannot resolve imported module `mypy.nodes` |
| hydpy | unresolved-import | hydpy/mypy_plugin.py:15:6 | Cannot resolve imported module `mypy.options` |
| hydpy | unresolved-import | hydpy/mypy_plugin.py:16:6 | Cannot resolve imported module `mypy.plugin` |
| hydpy | unresolved-import | hydpy/mypy_plugin.py:17:6 | Cannot resolve imported module `mypy.typeops` |
| hydpy | unresolved-import | hydpy/mypy_plugin.py:18:6 | Cannot resolve imported module `mypy.types` |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:79:44 | Name `literal` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:109:26 | Name `member_expr` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:109:47 | Name `model_map` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:110:40 | Name `model_map` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:119:41 | Name `model_inst` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:121:27 | Name `model_inst` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:122:21 | Name `member_expr` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:138:16 | Name `vars_inst` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:138:61 | Name `vars_inst` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:151:16 | Name `vars_inst` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:152:44 | Name `vars_inst` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:166:16 | Name `subvars_inst` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:167:41 | Name `subvars_inst` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:187:26 | Name `member_expr` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:187:47 | Name `subvars_map` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:188:37 | Name `subvars_map` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:195:13 | Name `subvars_inst` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:201:27 | Name `model_inst` used when possibly not defined |
| hydpy | possibly-unresolved-reference | hydpy/mypy_plugin.py:202:21 | Name `member_expr` used when possibly not defined |
| 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` |
| hydpy | unresolved-import | hydpy/tests/run_doctests.py:17:8 | Cannot resolve imported module `matplotlib` |
| 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 | unresolved-attribute | docs/examples/cache_extension.py:44:15 | Attribute `fragment_cache_prefix` is not defined on `Environment` in union `Unknown | Environment` |
| jinja | unresolved-attribute | docs/examples/cache_extension.py:49:14 | Attribute `fragment_cache` is not defined on `Environment` in union `Unknown | Environment` |
| jinja | unresolved-attribute | docs/examples/cache_extension.py:53:9 | Attribute `fragment_cache` is not defined on `Environment` in union `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 | invalid-argument-type | docs/examples/inline_gettext_extension.py:57:60 | Argument is incorrect: Expected `str`, found `None` |
| jinja | invalid-argument-type | docs/examples/inline_gettext_extension.py:59:58 | Argument is incorrect: Expected `str`, found `None` |
| jinja | possibly-unresolved-reference | docs/examples/inline_gettext_extension.py:68:17 | Name `token` used when possibly not defined |
| jinja | unused-type-ignore-comment | src/jinja2/async_utils.py:15:34 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/async_utils.py:16:33 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/async_utils.py:39:40 | Unused blanket `type: ignore` directive |
| jinja | call-non-callable | src/jinja2/async_utils.py:91:16 | Object of type `object` is not callable |
| jinja | unused-type-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-type-ignore-comment | src/jinja2/compiler.py:1422:50 | Unused blanket `type: ignore` directive |
| jinja | invalid-argument-type | src/jinja2/compiler.py:1534:33 | Argument to bound method `append` is incorrect: Expected `Never`, found `str` |
| jinja | unused-type-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-type-ignore-comment | src/jinja2/environment.py:25:40 | Unused blanket `type: ignore` directive |
| jinja | unused-type-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-type-ignore-comment | src/jinja2/environment.py:514:35 | Unused blanket `type: ignore` directive |
| jinja | unused-type-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-type-ignore-comment | src/jinja2/environment.py:1187:37 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/environment.py:1202:25 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/environment.py:1290:73 | Unused blanket `type: ignore` directive |
| jinja | unused-type-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, ...]]` |
| jinja | unused-type-ignore-comment | src/jinja2/environment.py:1497:48 | Unused blanket `type: ignore` directive |
| jinja | unused-type-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-type-ignore-comment | src/jinja2/environment.py:1661:30 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/exceptions.py:131:28 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/ext.py:14:30 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/ext.py:178:32 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/ext.py:197:32 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/ext.py:214:32 | Unused blanket `type: ignore` directive |
| jinja | unused-type-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-type-ignore-comment | src/jinja2/filters.py:171:24 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/filters.py:474:33 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/filters.py:637:31 | Unused blanket `type: ignore` directive |
| jinja | unused-type-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-type-ignore-comment | src/jinja2/filters.py:1098:32 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/filters.py:1281:34 | Unused blanket `type: ignore` directive |
| jinja | unused-type-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-type-ignore-comment | src/jinja2/filters.py:1364:31 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/filters.py:1520:30 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/filters.py:1565:33 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/filters.py:1601:33 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/filters.py:1641:37 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/filters.py:1679:37 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/lexer.py:452:31 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/lexer.py:461:44 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/lexer.py:531:62 | Unused blanket `type: ignore` directive |
| jinja | unused-type-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-type-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-type-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-type-ignore-comment | src/jinja2/meta.py:80:47 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/nativetypes.py:92:43 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/nativetypes.py:108:52 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/nativetypes.py:123:52 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/nodes.py:59:40 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/nodes.py:203:30 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/nodes.py:791:24 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/parser.py:173:29 | Unused blanket `type: ignore` directive |
| 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-type-ignore-comment | src/jinja2/runtime.py:370:49 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/runtime.py:384:49 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/runtime.py:592:40 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/runtime.py:601:37 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/runtime.py:615:40 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/runtime.py:619:39 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/runtime.py:634:36 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/runtime.py:778:20 | Unused blanket `type: ignore` directive |
| jinja | unused-type-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-type-ignore-comment | src/jinja2/runtime.py:952:65 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/runtime.py:957:39 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/runtime.py:961:40 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/runtime.py:965:40 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/runtime.py:1003:65 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/runtime.py:1028:45 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/sandbox.py:111:31 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/utils.py:51:42 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/utils.py:68:47 | Unused blanket `type: ignore` directive |
| jinja | unused-type-ignore-comment | src/jinja2/utils.py:81:46 | Unused blanket `type: ignore` directive |
| jinja | unused-type-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-type-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-type-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 | Object of type `bound method MockMemcached.get_side_effect(key) -> Unknown` is not assignable to attribute `get` of type `def get(self, key) -> Unknown` |
| jinja | invalid-assignment | tests/test_bytecode_cache.py:63:9 | Object of type `bound method MockMemcached.set_side_effect(*args) -> Unknown` is not assignable to attribute `set` of type `def set(self, key, value, timeout=None) -> Unknown` |
| 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-type-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 | unresolved-attribute | tests/test_loader.py:240:17 | Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment` |
| jinja | unresolved-attribute | tests/test_loader.py:244:17 | Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment` |
| jinja | unresolved-attribute | tests/test_loader.py:261:9 | Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment` |
| jinja | unresolved-attribute | tests/test_loader.py:263:16 | Attribute `loader` is not defined on `None` in union `Unknown | None | Environment` |
| jinja | unresolved-attribute | tests/test_loader.py:263:16 | Attribute `module` is not defined on `BaseLoader`, `None` in union `Unknown | BaseLoader | None` |
| jinja | unresolved-attribute | tests/test_loader.py:265:24 | Attribute `loader` is not defined on `None` in union `Unknown | None | Environment` |
| jinja | unresolved-attribute | tests/test_loader.py:265:24 | Attribute `module` is not defined on `BaseLoader`, `None` in union `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 | unresolved-attribute | tests/test_loader.py:283:14 | Attribute `loader` is not defined on `None` in union `Unknown | None | Environment` |
| jinja | unresolved-attribute | tests/test_loader.py:285:17 | Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment` |
| jinja | unresolved-attribute | tests/test_loader.py:287:17 | Attribute `get_template` is not defined on `None` in union `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[str, Unknown | BaseLoader | None]` |
| jinja | unresolved-attribute | tests/test_loader.py:294:24 | Attribute `loader` is not defined on `None` in union `Unknown | None | Environment` |
| jinja | unresolved-attribute | tests/test_loader.py:298:17 | Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment` |
| jinja | unresolved-attribute | tests/test_loader.py:300:17 | Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment` |
| jinja | unresolved-attribute | tests/test_loader.py:306:20 | Attribute `loader` is not defined on `None` in union `Unknown | None | Environment` |
| jinja | unresolved-attribute | tests/test_loader.py:306:20 | Attribute `module` is not defined on `BaseLoader`, `None` in union `Unknown | BaseLoader | None` |
| jinja | unresolved-attribute | tests/test_loader.py:315:20 | Attribute `loader` is not defined on `None` in union `Unknown | None | Environment` |
| jinja | unresolved-attribute | tests/test_loader.py:315:20 | Attribute `module` is not defined on `BaseLoader`, `None` in union `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 | unresolved-attribute | tests/test_loader.py:412:17 | Attribute `origin` is not defined on `None` in union `ModuleSpec | None` |
| jinja | unresolved-attribute | tests/test_loader.py:414:44 | Attribute `submodule_search_locations` is not defined on `None` in union `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 | unresolved-attribute | koda_validate/_internal.py:129:23 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[SuccessT@_ToTupleStandardValidator] | Nothing` |
| koda-validate | unresolved-attribute | koda_validate/_internal.py:157:23 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[SuccessT@_ToTupleStandardValidator] | Nothing` |
| 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 | unresolved-attribute | koda_validate/_internal.py:220:30 | Attribute `val` is not defined on `Invalid` in union `Valid[Any] | Invalid` |
| 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 | unresolved-attribute | koda_validate/_internal.py:240:30 | Attribute `val` is not defined on `Invalid` in union `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 | unresolved-attribute | koda_validate/_internal.py:254:30 | Attribute `val` is not defined on `Invalid` in union `Valid[A@_wrap_sync_validator] | Invalid` |
| koda-validate | invalid-return-type | koda_validate/_internal.py:256:24 | Return type does not match returned value: expected `tuple[Literal[True], A@_wrap_sync_validator] | tuple[Literal[False], Invalid]`, found `tuple[Literal[False], Valid[A@_wrap_sync_validator] | Invalid]` |
| koda-validate | invalid-return-type | koda_validate/_internal.py:265:16 | Return type does not match returned value: expected `(Any, /) -> Awaitable[tuple[Literal[True], A@_wrap_async_validator] | tuple[Literal[False], Invalid]]`, found `bound method Top[_ToTupleValidator[Unknown]]._validate_to_tuple_async(val: Never) -> CoroutineType[object, Never, tuple[Literal[True], object] | tuple[Literal[False], Invalid]]` |
| koda-validate | unresolved-attribute | koda_validate/_internal.py:272:30 | Attribute `val` is not defined on `Invalid` in union `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 | unresolved-attribute | koda_validate/base.py:215:20 | Attribute `val` is not defined on `Nothing` in union `Just[Valid[A@CacheValidatorBase] | Invalid] | Nothing` |
| koda-validate | unresolved-attribute | koda_validate/base.py:224:20 | Attribute `val` is not defined on `Nothing` in union `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 | unresolved-attribute | koda_validate/dataclasses.py:173:47 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing` |
| koda-validate | possibly-unresolved-reference | koda_validate/dataclasses.py:213:39 | Name `result` used when possibly not defined |
| koda-validate | unresolved-attribute | koda_validate/dataclasses.py:224:47 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing` |
| 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 | unresolved-attribute | koda_validate/dictionary.py:60:31 | Attribute `val` is not defined on `Invalid` in union `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 | unresolved-attribute | koda_validate/dictionary.py:67:31 | Attribute `val` is not defined on `Invalid` in union `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 | unresolved-attribute | koda_validate/dictionary.py:113:47 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing` |
| koda-validate | unresolved-attribute | koda_validate/dictionary.py:149:29 | Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[T1@MapValidator] | Invalid` |
| koda-validate | unresolved-attribute | koda_validate/dictionary.py:149:47 | Attribute `val` is not defined on `Invalid` in union `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 | unresolved-attribute | koda_validate/dictionary.py:169:47 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing` |
| koda-validate | unresolved-attribute | koda_validate/dictionary.py:199:29 | Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[T1@MapValidator] | Invalid` |
| koda-validate | unresolved-attribute | koda_validate/dictionary.py:199:47 | Attribute `val` is not defined on `Invalid` in union `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 | not-subscriptable | koda_validate/dictionary.py:294:21 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:309:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:310:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:326:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:327:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:328:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:344:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:345:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:346:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:347:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:363:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:364:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:365:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:366:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:367:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:383:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:384:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:385:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:386:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:387:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:388:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:404:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:405:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:406:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:407:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:408:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:409:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:410:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:426:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:427:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:428:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:429:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:430:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:431:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:432:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:433:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:449:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:450:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:451:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:452:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:453:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:454:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:455:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:456:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:457:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:473:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:474:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:475:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:476:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:477:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:478:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:479:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:480:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:481:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:482:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:498:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:499:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:500:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:501:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:502:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:503:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:504:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:505:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:506:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:507:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:508:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:524:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:525:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:526:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:527:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:528:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:529:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:530:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:531:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:532:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:533:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:534:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:535:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:551:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:552:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:553:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:554:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:555:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:556:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:557:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:558:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:559:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:560:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:561:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:562:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:563:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:581:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:582:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:583:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:584:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:585:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:586:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:587:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:588:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:589:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:590:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:591:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:592:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:593:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:594:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:612:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:613:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:614:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:615:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:616:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:617:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:618:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:619:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:620:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:621:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:622:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:623:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:624:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:625:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:626:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:644:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:645:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:646:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:647:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:648:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:649:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:650:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:651:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:652:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:653:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:654:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:655:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:656:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:657:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:658:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:659:13 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:695:19 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:696:19 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:696:37 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:697:19 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:697:37 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:697:55 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:698:19 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:698:37 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:698:55 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:698:73 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:700:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:701:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:702:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:703:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:704:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:707:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:708:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:709:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:710:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:711:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:712:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:715:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:716:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:717:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:718:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:719:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:720:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:721:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:724:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:725:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:726:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:727:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:728:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:729:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:730:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:731:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:734:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:735:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:736:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:737:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:738:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:739:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:740:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:741:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:742:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:745:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:746:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:747:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:748:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:749:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:750:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:751:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:752:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:753:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:754:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:757:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:758:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:759:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:760:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:761:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:762:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:763:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:764:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:765:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:766:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:767:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:770:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:771:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:772:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:773:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:774:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:775:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:776:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:777:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:778:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:779:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:780:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:781:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:784:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:785:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:786:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:787:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:788:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:789:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:790:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:791:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:792:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:793:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:794:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:795:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:796:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:799:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:800:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:801:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:802:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:803:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:804:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:805:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:806:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:807:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:808:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:809:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:810:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:811:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:812:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:815:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:816:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:817:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:818:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:819:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:820:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:821:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:822:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:823:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:824:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:825:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:826:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:827:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:828:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:829:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:832:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:833:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:834:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:835:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:836:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:837:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:838:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:839:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:840:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:841:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:842:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:843:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:844:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:845:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:846:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:847:17 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| koda-validate | not-subscriptable | koda_validate/dictionary.py:858:26 | Cannot subscript non-generic type `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` |
| 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 | 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:16 | Argument to bound method `startswith` is incorrect: Expected `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: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:298:16 | Argument to bound method `endswith` is incorrect: Expected `bytes`, found `StrOrBytes@EndsWith` |
| 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:29 | Argument to bound method `endswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, 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: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 | no-matching-overload | koda_validate/generic.py:321:16 | No overload of bound method `strip` matches arguments |
| 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 | invalid-argument-type | koda_validate/generic.py:330:16 | Argument to bound method `upper` is incorrect: Expected `bytes`, found `StrOrBytes@UpperCase` |
| koda-validate | no-matching-overload | koda_validate/generic.py:330:16 | No overload of bound method `upper` matches arguments |
| 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 | invalid-argument-type | koda_validate/generic.py:336:16 | Argument to bound method `lower` is incorrect: Expected `bytes`, found `StrOrBytes@LowerCase` |
| koda-validate | no-matching-overload | koda_validate/generic.py:336:16 | No overload of bound method `lower` matches arguments |
| 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 | unresolved-attribute | koda_validate/list.py:48:42 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[list[Any]] | Nothing` |
| koda-validate | unresolved-attribute | koda_validate/list.py:85:42 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[list[Any]] | Nothing` |
| koda-validate | unused-type-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 | unresolved-attribute | koda_validate/namedtuple.py:166:47 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing` |
| koda-validate | unused-type-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 | unresolved-attribute | koda_validate/namedtuple.py:217:47 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing` |
| koda-validate | unused-type-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 | unused-type-ignore-comment | koda_validate/serialization/json_schema.py:213:32 | Unused blanket `type: ignore` directive |
| koda-validate | unused-type-ignore-comment | koda_validate/serialization/json_schema.py:233:32 | Unused blanket `type: ignore` directive |
| koda-validate | unused-type-ignore-comment | koda_validate/serialization/json_schema.py:249:43 | Unused blanket `type: ignore` directive |
| koda-validate | unused-type-ignore-comment | koda_validate/serialization/json_schema.py:265:43 | Unused blanket `type: ignore` directive |
| koda-validate | unused-type-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: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 | unresolved-attribute | koda_validate/set.py:45:41 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[set[Any]] | Nothing` |
| koda-validate | unresolved-attribute | koda_validate/set.py:68:28 | Attribute `val` is not defined on `Invalid` in union `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 | unresolved-attribute | koda_validate/set.py:88:41 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[set[Any]] | Nothing` |
| koda-validate | unresolved-attribute | koda_validate/set.py:124:28 | Attribute `val` is not defined on `Invalid` in union `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 | unresolved-attribute | koda_validate/signature.py:207:42 | Attribute `val` is not defined on `Invalid` in union `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 | unresolved-attribute | koda_validate/signature.py:219:42 | Attribute `val` is not defined on `Invalid` in union `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 | unresolved-attribute | koda_validate/signature.py:236:50 | Attribute `val` is not defined on `Invalid` in union `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 | unresolved-attribute | koda_validate/signature.py:243:46 | Attribute `val` is not defined on `Invalid` in union `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 | unresolved-attribute | koda_validate/signature.py:278:42 | Attribute `val` is not defined on `Invalid` in union `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 | unresolved-attribute | koda_validate/signature.py:286:42 | Attribute `val` is not defined on `Invalid` in union `Valid[Any] | Invalid` |
| koda-validate | invalid-assignment | koda_validate/signature.py:299: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 | unresolved-attribute | koda_validate/signature.py:301:50 | Attribute `val` is not defined on `Invalid` in union `Valid[Any] | Invalid` |
| koda-validate | unresolved-attribute | koda_validate/signature.py:304:46 | Attribute `val` is not defined on `Invalid` in union `Valid[Any] | Invalid` |
| koda-validate | invalid-assignment | koda_validate/signature.py:306: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 | invalid-argument-type | koda_validate/signature.py:315:46 | Argument to bound method `__init__` is incorrect: Expected `Invalid`, found `Valid[Any] | Invalid` |
| koda-validate | unused-type-ignore-comment | koda_validate/tuple.py:262:12 | Unused blanket `type: ignore` directive |
| koda-validate | unresolved-attribute | koda_validate/tuple.py:294:48 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[tuple[Any, ...]] | Nothing` |
| koda-validate | unresolved-attribute | koda_validate/tuple.py:335:48 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[tuple[Any, ...]] | Nothing` |
| koda-validate | unresolved-attribute | koda_validate/tuple.py:415:48 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[tuple[Any, ...]] | Nothing` |
| koda-validate | unresolved-attribute | koda_validate/tuple.py:439:28 | Attribute `val` is not defined on `Invalid` in union `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 | unresolved-attribute | koda_validate/tuple.py:459:48 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[tuple[Any, ...]] | Nothing` |
| koda-validate | unresolved-attribute | koda_validate/tuple.py:495:28 | Attribute `val` is not defined on `Invalid` in union `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 | unresolved-attribute | koda_validate/typeddict.py:167:47 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing` |
| 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 | unresolved-attribute | koda_validate/typeddict.py:209:47 | Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing` |
| 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 |
| 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 | invalid-argument-type | kopf/_cogs/clients/api.py:72:53 | Argument to function `__new__` is incorrect: Expected `Iterable[None]`, found `(int & Iterable[object]) | (float & Iterable[object]) | Iterable[int | float] | list[Unknown | (int & ~Iterable[object]) | (float & ~Iterable[object])]` |
| kopf | unresolved-import | kopf/_cogs/clients/auth.py:6:8 | Cannot resolve imported module `aiohttp` |
| kopf | unresolved-import | kopf/_cogs/clients/auth.py:9:32 | Module `kopf._cogs.helpers` has no member `versions` |
| kopf | unresolved-import | kopf/_cogs/clients/errors.py:32: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:350: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 | unresolved-import | kopf/_cogs/structs/credentials.py:40:8 | Cannot resolve imported module `aiohttp` |
| kopf | invalid-argument-type | kopf/_cogs/structs/dicts.py:65:30 | Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[Mapping[Unknown, object]]` |
| kopf | unresolved-attribute | kopf/_cogs/structs/dicts.py:244:29 | Object of type `(_T@walk & ~None) | Iterable[_T@walk | Iterable[_T@walk]]` has no attribute `obj` |
| kopf | unused-type-ignore-comment | kopf/_cogs/structs/dicts.py:253:25 | Unused blanket `type: ignore` directive |
| 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:305:45 | No overload of bound method `fullmatch` matches arguments |
| kopf | unresolved-attribute | kopf/_cogs/structs/references.py:306:24 | Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None` |
| kopf | unresolved-attribute | kopf/_cogs/structs/references.py:307:55 | Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None` |
| kopf | unresolved-attribute | kopf/_cogs/structs/references.py:308:53 | Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None` |
| kopf | unresolved-attribute | kopf/_cogs/structs/references.py:309:54 | Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None` |
| kopf | unsupported-operator | kopf/_cogs/structs/references.py:310:45 | Operator `in` is not supported between objects of type `Literal["."]` and `str | Marker | ((Resource, /) -> bool) | None` |
| kopf | unresolved-attribute | kopf/_cogs/structs/references.py:311:51 | Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None` |
| kopf | unresolved-attribute | kopf/_cogs/structs/references.py:312:54 | Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None` |
| kopf | unsupported-operator | kopf/_cogs/structs/references.py:315:42 | Operator `in` is not supported between objects of type `Literal["/"]` and `str | Marker | ((Resource, /) -> bool) | None` |
| kopf | unresolved-attribute | kopf/_cogs/structs/references.py:316:51 | Attribute `rsplit` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None` |
| kopf | unresolved-attribute | kopf/_cogs/structs/references.py:317:53 | Attribute `rsplit` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | 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:83:8 | Cannot resolve imported module `iso8601` |
| kopf | call-non-callable | kopf/_core/engines/admission.py:268:40 | Object of type `object` is not callable |
| kopf | missing-argument | kopf/_core/engines/daemons.py:471:17 | No arguments provided for required parameters 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 |
| kopf | call-top-callable | kopf/_core/engines/daemons.py:471:17 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| kopf | missing-argument | kopf/_core/engines/daemons.py:541:17 | No arguments provided for required parameters 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 |
| kopf | call-top-callable | kopf/_core/engines/daemons.py:541:17 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| 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:34:10 | Cannot resolve imported module `mypy_extensions` |
| 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:49: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:70: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:93: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:121: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:148: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:173: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:195: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:224:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:225:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:226: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 | invalid-type-form | kopf/_core/intents/callbacks.py:250:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:251:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:252:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:253:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:254:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:255:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:256:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:257:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:258:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:259:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:260:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:261:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:262:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:263:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:264:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:265:13 | Function calls are not allowed in type expressions |
| kopf | invalid-type-form | kopf/_core/intents/callbacks.py:266:13 | Function calls are not allowed in type expressions |
| kopf | unresolved-import | kopf/_core/intents/piggybacking.py:39:16 | Cannot resolve imported module `kubernetes` |
| kopf | unresolved-import | kopf/_core/intents/piggybacking.py:48:16 | Cannot resolve imported module `kubernetes_asyncio` |
| kopf | unresolved-import | kopf/_core/intents/piggybacking.py:57:16 | Cannot resolve imported module `pykube` |
| kopf | unresolved-import | kopf/_core/intents/piggybacking.py:74:16 | Cannot resolve imported module `kubernetes.config` |
| kopf | unresolved-import | kopf/_core/intents/piggybacking.py:132:16 | Cannot resolve imported module `kubernetes_asyncio.config` |
| kopf | unused-type-ignore-comment | kopf/_core/intents/piggybacking.py:139:60 | Unused blanket `type: ignore` directive |
| kopf | unresolved-import | kopf/_core/intents/piggybacking.py:196: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:286:21 | 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:295:21 | Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> object`, found `def login_via_async_client(*, logger: Logger | LoggerAdapter[Any], **_: Any) -> CoroutineType[Any, Any, ConnectionInfo | None]` |
| kopf | invalid-argument-type | kopf/_core/intents/registries.py:307: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:316: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:485:16 | No arguments provided for required parameters 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 |
| kopf | call-top-callable | kopf/_core/intents/registries.py:485:16 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| kopf | missing-argument | kopf/_core/intents/registries.py:523:42 | No arguments provided for required parameters 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 |
| kopf | missing-argument | kopf/_core/intents/registries.py:553:36 | No arguments provided for required parameters 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 |
| kopf | missing-argument | kopf/_core/intents/registries.py:559:36 | No arguments provided for required parameters 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 |
| kopf | missing-argument | kopf/_core/intents/registries.py:573: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 | call-non-callable | kopf/_kits/hierarchies.py:49:36 | Object of type `None` is not callable |
| kopf | unresolved-attribute | kopf/_kits/hierarchies.py:50:20 | Attribute `owner_references` is not defined on `None` in union `V1ObjectMetaProtocol | None` |
| kopf | unresolved-attribute | kopf/_kits/hierarchies.py:52:24 | Attribute `owner_references` is not defined on `None` in union `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 | call-non-callable | kopf/_kits/hierarchies.py:87:36 | Object of type `None` is not callable |
| kopf | unresolved-attribute | kopf/_kits/hierarchies.py:88:20 | Attribute `owner_references` is not defined on `None` in union `V1ObjectMetaProtocol | None` |
| kopf | unresolved-attribute | kopf/_kits/hierarchies.py:90:24 | Attribute `owner_references` is not defined on `None` in union `V1ObjectMetaProtocol | None` |
| 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 | unresolved-attribute | kopf/_kits/hierarchies.py:129:20 | Attribute `labels` is not defined on `None` in union `V1ObjectMetaProtocol | None` |
| kopf | unresolved-attribute | kopf/_kits/hierarchies.py:131:30 | Attribute `labels` is not defined on `None` in union `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 | invalid-argument-type | kopf/_kits/hierarchies.py:178:59 | Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object` |
| kopf | invalid-argument-type | kopf/_kits/hierarchies.py:178:59 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| kopf | no-matching-overload | kopf/_kits/hierarchies.py:181:25 | No overload of bound method `setdefault` matches arguments |
| kopf | unsupported-operator | kopf/_kits/hierarchies.py:182:28 | Operator `in` is not supported between objects of type `Literal["generateName"]` and `object` |
| kopf | invalid-argument-type | kopf/_kits/hierarchies.py:182:46 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| kopf | not-subscriptable | kopf/_kits/hierarchies.py:183:33 | Cannot delete subscript on object of type `object` with no `__delitem__` method |
| kopf | invalid-argument-type | kopf/_kits/hierarchies.py:183:33 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| kopf | no-matching-overload | kopf/_kits/hierarchies.py:185:25 | No overload of bound method `setdefault` matches arguments |
| kopf | unsupported-operator | kopf/_kits/hierarchies.py:186:28 | Operator `in` is not supported between objects of type `Literal["name"]` and `object` |
| kopf | invalid-argument-type | kopf/_kits/hierarchies.py:186:38 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| kopf | not-subscriptable | kopf/_kits/hierarchies.py:187:33 | Cannot delete subscript on object of type `object` with no `__delitem__` method |
| kopf | invalid-argument-type | kopf/_kits/hierarchies.py:187:33 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["metadata"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| kopf | call-non-callable | kopf/_kits/hierarchies.py:190:36 | Object of type `None` is not callable |
| kopf | unresolved-attribute | kopf/_kits/hierarchies.py:191:26 | Attribute `name` is not defined on `None` in union `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 | unresolved-attribute | kopf/_kits/hierarchies.py:195:28 | Attribute `generate_name` is not defined on `None` in union `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 | unresolved-attribute | kopf/_kits/hierarchies.py:199:28 | Attribute `name` is not defined on `None` in union `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: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 | unresolved-attribute | kopf/_kits/hierarchies.py:237:30 | Attribute `namespace` is not defined on `None` in union `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 `AsyncIterator[WebhookClientConfig] & 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 `AsyncIterator[WebhookClientConfig] & AsyncGenerator[object, None]` |
| kopf | unresolved-import | kopf/_kits/webhooks.py:21:8 | Cannot resolve imported module `aiohttp.web` |
| kopf | unresolved-import | kopf/_kits/webhooks.py:406:20 | Cannot resolve imported module `certbuilder` |
| kopf | unresolved-import | kopf/_kits/webhooks.py:407:20 | Cannot resolve imported module `oscrypto.asymmetric` |
| kopf | unresolved-import | kopf/_kits/webhooks.py:559:18 | Cannot resolve imported module `pyngrok` |
| kopf | unresolved-import | kopf/_kits/webhooks.py:619:20 | Cannot resolve imported module `certvalidator` |
| kopf | unresolved-import | kopf/cli.py:8:8 | Cannot resolve imported module `click` |
| freqtrade | no-matching-overload | freqtrade/commands/arguments.py:362: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 | 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:100:10 | Cannot resolve imported module `rich.table` |
| freqtrade | unresolved-import | freqtrade/commands/list_commands.py:101:10 | Cannot resolve imported module `rich.text` |
| freqtrade | unresolved-import | freqtrade/commands/list_commands.py:359: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:245:45 | Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Any | 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 | 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 | 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-argument-type | freqtrade/data/entryexitanalysis.py:58:57 | Method `__getitem__` of type `Overload[[ScalarT](idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements, [ScalarT, HashableT](idx: ((DataFrame, /) -> ScalarT) | tuple[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements, ScalarT | 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]] | tuple[slice[Any, Any, Any], tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> Series[Any] | DataFrame, [HashableT](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 | unresolved-attribute | freqtrade/data/entryexitanalysis.py:312:36 | Attribute `lower` is not defined on `None` in union `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-type-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: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-type-ignore-comment | freqtrade/exchange/binance.py:95:16 | Unused blanket `type: ignore` directive |
| freqtrade | possibly-unresolved-reference | freqtrade/exchange/binance.py:348: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:386:24 | Cannot resolve imported module `ccxt.async_support` |
| freqtrade | invalid-return-type | freqtrade/exchange/exchange.py:2228:16 | Return type does not match returned value: expected `Literal["bid", "ask"]`, found `Unknown | str` |
| freqtrade | possibly-unresolved-reference | freqtrade/exchange/exchange.py:2760:36 | Name `ff_tf` used when possibly not defined |
| freqtrade | possibly-unresolved-reference | freqtrade/exchange/exchange.py:2762:29 | Name `ff_tf` used when possibly not defined |
| freqtrade | possibly-unresolved-reference | freqtrade/exchange/exchange.py:3705: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 | possibly-unresolved-reference | freqtrade/exchange/exchange_utils.py:350: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:203: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[numpy.bool[builtins.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[numpy.bool[builtins.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[numpy.bool[builtins.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[numpy.bool[builtins.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[numpy.bool[builtins.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[numpy.bool[builtins.bool]]]]` and value of type `Any` 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[numpy.bool[builtins.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[numpy.bool[builtins.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[numpy.bool[builtins.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[numpy.bool[builtins.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[Any] | Iterable[Sequence[Any] | 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 | unresolved-attribute | freqtrade/freqai/data_kitchen.py:185:27 | Attribute `sample` is not defined on `ndarray[tuple[int], dtype[float64]]` in union `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 | unresolved-attribute | freqtrade/freqai/freqai_interface.py:332:30 | Attribute `use_strategy_to_populate_indicators` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None` |
| freqtrade | unresolved-attribute | freqtrade/freqai/freqai_interface.py:343:33 | Attribute `use_strategy_to_populate_indicators` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None` |
| freqtrade | unresolved-attribute | freqtrade/freqai/freqai_interface.py:491:14 | Attribute `check_if_model_expired` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None` |
| freqtrade | possibly-unresolved-reference | freqtrade/freqai/freqai_interface.py:580:77 | Name `file_type` used when possibly not defined |
| freqtrade | unresolved-import | freqtrade/freqai/freqai_interface.py:701:16 | Cannot resolve imported module `scipy` |
| freqtrade | unresolved-attribute | freqtrade/freqai/freqai_interface.py:888:36 | Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None` |
| freqtrade | unresolved-attribute | freqtrade/freqai/freqai_interface.py:894:50 | Attribute `pair` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None` |
| freqtrade | invalid-argument-type | freqtrade/freqai/freqai_interface.py:897:47 | Argument to bound method `fit_live_predictions` is incorrect: Expected `FreqaiDataKitchen`, found `Unknown | FreqaiDataKitchen | None` |
| freqtrade | unresolved-attribute | freqtrade/freqai/freqai_interface.py:897:56 | Attribute `pair` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None` |
| freqtrade | unresolved-attribute | freqtrade/freqai/freqai_interface.py:901:45 | Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None` |
| freqtrade | unresolved-attribute | freqtrade/freqai/freqai_interface.py:902:69 | Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None` |
| freqtrade | unresolved-attribute | freqtrade/freqai/freqai_interface.py:905:44 | Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None` |
| freqtrade | unresolved-attribute | freqtrade/freqai/freqai_interface.py:906:68 | Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None` |
| freqtrade | unresolved-attribute | freqtrade/freqai/freqai_interface.py:908:38 | Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None` |
| freqtrade | unresolved-attribute | freqtrade/freqai/freqai_interface.py:909:64 | Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None` |
| 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-type-ignore-comment | freqtrade/freqai/prediction_models/LightGBMClassifierMultiTarget.py:43:83 | Unused blanket `type: ignore` directive |
| freqtrade | unused-type-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-type-ignore-comment | freqtrade/freqai/prediction_models/LightGBMRegressorMultiTarget.py:43:83 | Unused blanket `type: ignore` directive |
| freqtrade | unused-type-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-type-ignore-comment | freqtrade/freqai/prediction_models/ReinforcementLearner.py:104:37 | Unused blanket `type: ignore` directive |
| freqtrade | unused-type-ignore-comment | freqtrade/freqai/prediction_models/ReinforcementLearner.py:106:39 | Unused blanket `type: ignore` directive |
| freqtrade | unused-type-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-type-ignore-comment | freqtrade/freqai/tensorboard/__init__.py:13:39 | Unused blanket `type: ignore` directive |
| freqtrade | unused-type-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: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: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:2429:37 | Missing required key 'active' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2429:37 | Missing required key 'id' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2429:37 | Missing required key 'lock_end_time' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2429:37 | Missing required key 'lock_end_timestamp' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2429:37 | Missing required key 'lock_time' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2429:37 | Missing required key 'lock_timestamp' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2429:37 | Missing required key 'pair' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2429:37 | Missing required key 'reason' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2429:37 | Missing required key 'side' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | unused-type-ignore-comment | freqtrade/freqtradebot.py:2432:41 | Unused blanket `type: ignore` directive |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2438:19 | Missing required key 'active' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2438:19 | Missing required key 'id' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2438:19 | Missing required key 'lock_end_time' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2438:19 | Missing required key 'lock_end_timestamp' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2438:19 | Missing required key 'lock_time' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2438:19 | Missing required key 'lock_timestamp' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2438:19 | Missing required key 'pair' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2438:19 | Missing required key 'reason' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | missing-typed-dict-key | freqtrade/freqtradebot.py:2438:19 | Missing required key 'side' in TypedDict `RPCProtectionMsg` constructor |
| freqtrade | unused-type-ignore-comment | freqtrade/freqtradebot.py:2441: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 `DataFrame` |
| freqtrade | not-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 `ndarray[tuple[int], dtype[numpy.bool[builtins.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 | not-subscriptable | freqtrade/optimize/analysis/lookahead.py:89:80 | Cannot subscript object of type `Hashable` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/optimize/analysis/lookahead.py:90:71 | Cannot subscript object of type `Hashable` with no `__getitem__` method |
| freqtrade | not-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 `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 `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 `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 `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 `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:428:20 | No overload matches arguments |
| freqtrade | invalid-return-type | freqtrade/optimize/backtesting.py:430: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:511: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:1536: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:1712: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:1726: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:1791: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:1794: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: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 | unsupported-operator | freqtrade/optimize/backtesting.py:1803:42 | Operator `>` is not supported between objects of type `Unknown | datetime | None` and `datetime` |
| freqtrade | invalid-assignment | freqtrade/optimize/backtesting.py:1823:13 | Object of type `dict[str, Any]` is not assignable to attribute `results` of type `BacktestResultType` |
| freqtrade | possibly-unresolved-reference | freqtrade/optimize/backtesting.py:1850:26 | Name `min_date` used when possibly not defined |
| freqtrade | possibly-unresolved-reference | freqtrade/optimize/backtesting.py:1851:26 | Name `max_date` used when possibly not defined |
| freqtrade | possibly-unresolved-reference | freqtrade/optimize/backtesting.py:1862:72 | Name `min_date` used when possibly not defined |
| freqtrade | possibly-unresolved-reference | freqtrade/optimize/backtesting.py:1862: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-type-ignore-comment | freqtrade/optimize/hyperopt/hyperopt_optimizer.py:138:48 | Unused blanket `type: ignore` directive |
| freqtrade | unused-type-ignore-comment | freqtrade/optimize/hyperopt/hyperopt_optimizer.py:139:54 | Unused blanket `type: ignore` directive |
| freqtrade | unused-type-ignore-comment | freqtrade/optimize/hyperopt/hyperopt_optimizer.py:140:55 | Unused blanket `type: ignore` directive |
| freqtrade | unused-type-ignore-comment | freqtrade/optimize/hyperopt/hyperopt_optimizer.py:141:45 | Unused blanket `type: ignore` directive |
| freqtrade | unused-type-ignore-comment | freqtrade/optimize/hyperopt/hyperopt_optimizer.py:142: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 | not-subscriptable | freqtrade/optimize/optimize_reports/optimize_reports.py:64:57 | Cannot subscript object of type `Hashable` with no `__getitem__` method |
| freqtrade | not-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:1285:72 | Name `price` used when possibly not defined |
| freqtrade | possibly-unresolved-reference | freqtrade/persistence/trade_model.py:1286:50 | Name `price` used when possibly not defined |
| freqtrade | possibly-unresolved-reference | freqtrade/persistence/trade_model.py:1293:37 | Name `prof` used when possibly not defined |
| freqtrade | unresolved-import | freqtrade/persistence/trade_model.py:1584:16 | Cannot resolve imported module `rapidjson` |
| freqtrade | unused-type-ignore-comment | freqtrade/persistence/trade_model.py:1918: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[[ScalarT](idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements, [ScalarT, HashableT](idx: ((DataFrame, /) -> ScalarT) | tuple[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements, ScalarT | 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]] | tuple[slice[Any, Any, Any], tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> Series[Any] | DataFrame, [HashableT](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[[ScalarT](idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements, [ScalarT, HashableT](idx: ((DataFrame, /) -> ScalarT) | tuple[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements, ScalarT | 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]] | tuple[slice[Any, Any, Any], tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> Series[Any] | DataFrame, [HashableT](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:350:6 | Name `make_subplots` used when possibly not defined |
| freqtrade | possibly-unresolved-reference | freqtrade/plot/plotting.py:379:65 | Name `make_subplots` used when possibly not defined |
| freqtrade | possibly-unresolved-reference | freqtrade/plot/plotting.py:410:60 | Name `go` used when possibly not defined |
| freqtrade | possibly-unresolved-reference | freqtrade/plot/plotting.py:441:6 | Name `go` used when possibly not defined |
| freqtrade | invalid-argument-type | freqtrade/plot/plotting.py:502:28 | Argument to function `plot_trades` is incorrect: Expected `DataFrame`, found `DataFrame | None` |
| freqtrade | possibly-unresolved-reference | freqtrade/plot/plotting.py:530:6 | Name `go` used when possibly not defined |
| freqtrade | unused-type-ignore-comment | freqtrade/plugins/pairlist/PercentChangePairList.py:236:45 | Unused blanket `type: ignore` directive |
| freqtrade | unresolved-import | freqtrade/plugins/pairlist/RemotePairList.py:11:8 | Cannot resolve imported module `rapidjson` |
| 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-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-type-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 | 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 | unresolved-import | freqtrade/rpc/api_server/api_trading.py:3:6 | Cannot resolve imported module `fastapi` |
| freqtrade | unresolved-import | freqtrade/rpc/api_server/api_trading.py:4:6 | Cannot resolve imported module `fastapi.exceptions` |
| 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_webserver.py:3:6 | Cannot resolve imported module `fastapi` |
| 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:172: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 | unresolved-attribute | freqtrade/rpc/discord.py:57:21 | Attribute `append` is not defined on `str`, `int` in union `Unknown | str | int | list[Unknown]` |
| freqtrade | unresolved-import | freqtrade/rpc/external_message_consumer.py:15:8 | Cannot resolve imported module `websockets` |
| freqtrade | unresolved-attribute | freqtrade/rpc/external_message_consumer.py:149:9 | Attribute `stop` is not defined on `None` in union `Unknown | None | AbstractEventLoop` |
| freqtrade | unresolved-attribute | freqtrade/rpc/external_message_consumer.py:158:17 | Attribute `create_task` is not defined on `None` in union `Unknown | None | AbstractEventLoop` |
| freqtrade | possibly-unresolved-reference | freqtrade/rpc/external_message_consumer.py:214: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:628:38 | Name `dir_filter` used when possibly not defined |
| freqtrade | possibly-unresolved-reference | freqtrade/rpc/rpc.py:629:43 | Name `dir_filter` used when possibly not defined |
| freqtrade | no-matching-overload | freqtrade/rpc/rpc.py:1529:28 | No overload of bound method `select_dtypes` matches arguments |
| freqtrade | possibly-unresolved-reference | freqtrade/rpc/rpc.py:1695:17 | Name `strategy` used when possibly not defined |
| freqtrade | possibly-unresolved-reference | freqtrade/rpc/rpc.py:1696:17 | Name `strategy` used when possibly not defined |
| freqtrade | possibly-unresolved-reference | freqtrade/rpc/rpc.py:1698:31 | Name `strategy` used when possibly not defined |
| freqtrade | possibly-unresolved-reference | freqtrade/rpc/rpc.py:1702:31 | Name `strategy` used when possibly not defined |
| 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 | not-subscriptable | freqtrade/rpc/telegram.py:408:44 | Cannot subscript object of type `complex` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:44 | Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:44 | Cannot subscript object of type `date` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:44 | Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:44 | Cannot subscript object of type `float` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:44 | Cannot subscript object of type `floating[Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:44 | Cannot subscript object of type `int` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:44 | Cannot subscript object of type `integer[Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:44 | Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:44 | Cannot subscript object of type `timedelta` with no `__getitem__` method |
| freqtrade | invalid-argument-type | freqtrade/rpc/telegram.py:408:44 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes]` cannot be called with key of type `Literal["open"]` on object of type `bytes` |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:62 | Cannot subscript object of type `complex` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:62 | Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:62 | Cannot subscript object of type `date` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:62 | Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:62 | Cannot subscript object of type `float` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:62 | Cannot subscript object of type `floating[Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:62 | Cannot subscript object of type `int` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:62 | Cannot subscript object of type `integer[Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:62 | Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:408:62 | Cannot subscript object of type `timedelta` with no `__getitem__` method |
| freqtrade | invalid-argument-type | freqtrade/rpc/telegram.py:408:62 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes]` cannot be called with key of type `Literal["high"]` on object of type `bytes` |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:28 | Cannot subscript object of type `complex` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:28 | Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:28 | Cannot subscript object of type `date` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:28 | Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:28 | Cannot subscript object of type `float` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:28 | Cannot subscript object of type `floating[Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:28 | Cannot subscript object of type `int` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:28 | Cannot subscript object of type `integer[Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:28 | Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:28 | Cannot subscript object of type `timedelta` with no `__getitem__` method |
| freqtrade | invalid-argument-type | freqtrade/rpc/telegram.py:409:28 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes]` cannot be called with key of type `Literal["low"]` on object of type `bytes` |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:45 | Cannot subscript object of type `complex` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:45 | Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:45 | Cannot subscript object of type `date` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:45 | Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:45 | Cannot subscript object of type `float` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:45 | Cannot subscript object of type `floating[Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:45 | Cannot subscript object of type `int` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:45 | Cannot subscript object of type `integer[Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:45 | Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/rpc/telegram.py:409:45 | Cannot subscript object of type `timedelta` with no `__getitem__` method |
| freqtrade | invalid-argument-type | freqtrade/rpc/telegram.py:409:45 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes]` cannot be called with key of type `Literal["close"]` on object of type `bytes` |
| 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 `RPCAnalyzedDFMsg`: Unknown key "pair" |
| freqtrade | invalid-key | freqtrade/rpc/telegram.py:556:49 | Unknown key "pair" for TypedDict `RPCNewCandleMsg`: Unknown key "pair" |
| 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`: Unknown key "pair" |
| 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: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 `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 `RPCWhitelistMsg`: Unknown key "trade_id" |
| 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 `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 `RPCNewCandleMsg`: Unknown key "reason" |
| 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: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 `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 `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:563:25 | Unknown key "pair" for TypedDict `RPCAnalyzedDFMsg`: Unknown key "pair" |
| freqtrade | invalid-key | freqtrade/rpc/telegram.py:563:25 | Unknown key "pair" for TypedDict `RPCNewCandleMsg`: Unknown key "pair" |
| 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`: Unknown key "pair" |
| 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 `RPCCancelMsg`: 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 `RPCExitCancelMsg`: 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 `RPCNewCandleMsg`: Unknown key "lock_end_time" |
| 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: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 `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 `RPCNewCandleMsg`: Unknown key "reason" |
| 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: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 `RPCCancelMsg`: 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 `RPCExitCancelMsg`: 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 `RPCNewCandleMsg`: Unknown key "lock_end_time" |
| 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: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 `RPCCancelMsg`: 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 `RPCExitCancelMsg`: 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 `RPCNewCandleMsg`: 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 `RPCStrategyMsg`: 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: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 `RPCCancelMsg`: 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 `RPCExitCancelMsg`: 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 `RPCNewCandleMsg`: 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 `RPCStrategyMsg`: 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: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 `RPCCancelMsg`: 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 `RPCExitCancelMsg`: 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 `RPCNewCandleMsg`: 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 `RPCStrategyMsg`: 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: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 `RPCCancelMsg`: 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 `RPCExitCancelMsg`: 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 `RPCNewCandleMsg`: 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 `RPCStrategyMsg`: 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: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 `RPCCancelMsg`: 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 `RPCExitCancelMsg`: 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 `RPCNewCandleMsg`: Unknown key "msg" |
| freqtrade | invalid-key | freqtrade/rpc/telegram.py:584:30 | Unknown key "msg" for TypedDict `RPCProtectionMsg`: Unknown key "msg" |
| 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 `RPCWhitelistMsg`: Unknown key "msg" |
| 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 `RPCCancelMsg`: 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 `RPCNewCandleMsg`: 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 `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 `RPCWhitelistMsg`: Unknown key "exit_reason" |
| freqtrade | possibly-unresolved-reference | freqtrade/rpc/telegram.py:672:59 | Name `first_avg` used when possibly not defined |
| freqtrade | possibly-unresolved-reference | freqtrade/rpc/telegram.py:672:72 | Name `first_avg` used when possibly not defined |
| 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 | invalid-argument-type | freqtrade/rpc/telegram.py:1161:49 | Argument to bound method `_rpc_trade_statistics` is incorrect: Expected `str`, found `Unknown | datetime` |
| freqtrade | possibly-unresolved-reference | freqtrade/rpc/webhook.py:82:16 | Name `valuedict` used when possibly not defined |
| freqtrade | missing-argument | freqtrade/strategy/informative_decorator.py:157:49 | No argument provided for required parameter 1 |
| freqtrade | call-top-callable | freqtrade/strategy/informative_decorator.py:157:49 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| freqtrade | unknown-argument | freqtrade/strategy/informative_decorator.py:157:59 | Argument `column` does not match any known parameter |
| freqtrade | missing-argument | freqtrade/strategy/informative_decorator.py:159:19 | No argument provided for required parameter 1 |
| freqtrade | call-top-callable | freqtrade/strategy/informative_decorator.py:159:19 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| freqtrade | unknown-argument | freqtrade/strategy/informative_decorator.py:159:29 | Argument `column` does not match any known parameter |
| freqtrade | unused-type-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:230:21 | Argument to bound method `__init__` is incorrect: Expected `int | float`, found `object` |
| freqtrade | invalid-argument-type | freqtrade/strategy/parameters.py:230:35 | Argument to bound method `__init__` is incorrect: Expected `int | float`, found `object` |
| freqtrade | invalid-argument-type | freqtrade/strategy/parameters.py:283:13 | Argument to bound method `__init__` is incorrect: Expected `int | float`, found `object` |
| freqtrade | invalid-argument-type | freqtrade/strategy/parameters.py:283:27 | Argument to bound method `__init__` is incorrect: Expected `int | float`, found `object` |
| 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 | unresolved-attribute | freqtrade/strategy/strategyupdater.py:177:17 | Attribute `add` is not defined on `list[Unknown | tuple[str, str]]` in union `Unknown | set[Unknown] | list[Unknown | tuple[str, str]]` |
| freqtrade | unresolved-attribute | freqtrade/strategy/strategyupdater.py:183:13 | Attribute `add` is not defined on `list[Unknown | tuple[str, str]]` in union `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 | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:287:24 | Cannot subscript object of type `complex` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:287:24 | Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:287:24 | Cannot subscript object of type `date` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:287:24 | Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:287:24 | Cannot subscript object of type `float` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:287:24 | Cannot subscript object of type `floating[Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:287:24 | Cannot subscript object of type `int` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:287:24 | Cannot subscript object of type `integer[Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:287:24 | Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:287:24 | Cannot subscript object of type `timedelta` with no `__getitem__` method |
| freqtrade | invalid-argument-type | freqtrade/templates/FreqaiExampleStrategy.py:287:24 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes]` cannot be called with key of type `Literal["close"]` on object of type `bytes` |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:290:24 | Cannot subscript object of type `complex` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:290:24 | Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:290:24 | Cannot subscript object of type `date` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:290:24 | Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:290:24 | Cannot subscript object of type `float` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:290:24 | Cannot subscript object of type `floating[Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:290:24 | Cannot subscript object of type `int` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:290:24 | Cannot subscript object of type `integer[Any]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:290:24 | Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method |
| freqtrade | not-subscriptable | freqtrade/templates/FreqaiExampleStrategy.py:290:24 | Cannot subscript object of type `timedelta` with no `__getitem__` method |
| freqtrade | invalid-argument-type | freqtrade/templates/FreqaiExampleStrategy.py:290:24 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes]` cannot be called with key of type `Literal["close"]` on object of type `bytes` |
| 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/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-argument-type | freqtrade/util/rich_tables.py:32:21 | Method `__getitem__` of type `Overload[(index: int, /) -> str | Unknown, (index: slice[int | None, int | None, int | None], /) -> Sequence[str | Unknown]]` cannot be called with key of type `str` on object of type `Sequence[str | Unknown]` |
| freqtrade | invalid-argument-type | freqtrade/util/rich_tables.py:32:21 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]` |
| freqtrade | invalid-argument-type | freqtrade/util/rich_tables.py:32:47 | Method `__getitem__` of type `Overload[(index: int, /) -> str | Unknown, (index: slice[int | None, int | None, int | None], /) -> Sequence[str | Unknown]]` cannot be called with key of type `str` on object of type `Sequence[str | Unknown]` |
| freqtrade | invalid-argument-type | freqtrade/util/rich_tables.py:32:47 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]` |
| freqtrade | invalid-argument-type | freqtrade/util/rich_tables.py:32:75 | Method `__getitem__` of type `Overload[(index: int, /) -> str | Unknown, (index: slice[int | None, int | None, int | None], /) -> Sequence[str | Unknown]]` cannot be called with key of type `str` on object of type `Sequence[str | Unknown]` |
| freqtrade | invalid-argument-type | freqtrade/util/rich_tables.py:32:75 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]` |
| 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` |
| kornia | unused-type-ignore-comment | kornia/augmentation/_2d/mix/base.py:194:19 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/_2d/mix/transplantation.py:196:119 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/_2d/mix/transplantation.py:202:118 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/_2d/mix/transplantation.py:299:19 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/_3d/mix/transplantation.py:24:76 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/auto/base.py:44:89 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/augment.py:301:19 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/augment.py:322:85 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/augment.py:324:90 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/augment.py:337:51 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/augment.py:344:99 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/augmentation/container/augment.py:348:16 | Name `invalid_data` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/augmentation/container/augment.py:349:31 | Name `invalid_data` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/augment.py:428:19 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/augment.py:444:85 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/augment.py:446:90 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/augment.py:466:53 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/augment.py:474:99 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/augmentation/container/augment.py:482:16 | Name `invalid_data` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/augmentation/container/augment.py:483:31 | Name `invalid_data` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/augmentation/container/augment.py:532:44 | Name `original_keys` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/augmentation/container/augment.py:532:80 | Name `original_keys` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/augmentation/container/augment.py:536:40 | Name `original_keys` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/augmentation/container/augment.py:536:76 | Name `original_keys` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/base.py:323:51 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/ops.py:151:28 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/ops.py:153:41 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/ops.py:512:30 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/patch.py:170:55 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/patch.py:262:85 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/patch.py:337:28 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/patch.py:347:26 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/patch.py:355:27 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/patch.py:363:25 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/patch.py:371:27 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/patch.py:379:25 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/patch.py:387:31 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/patch.py:395:29 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/patch.py:403:19 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/patch.py:419:109 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/video.py:288:27 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/video.py:308:25 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/video.py:328:31 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/container/video.py:351:29 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/presets/ada.py:246:19 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/presets/ada.py:290:35 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/augmentation/random_generator/_2d/perspective.py:103:37 | Name `offset` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/augmentation/random_generator/base.py:111:72 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/augmentation/random_generator/base.py:117:71 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/augmentation/utils/helpers.py:268:52 | Name `required_shape` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/constants.py:35:44 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/constants.py:38:59 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/boxmot_tracker.py:128:33 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/boxmot_tracker.py:141:44 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/edge_detection.py:123:71 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/edge_detection.py:166:19 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/edge_detection.py:174:28 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/contrib/extract_patches.py:420:46 | Name `dtype` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/contrib/object_detection.py:189:71 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/object_detection.py:224:19 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/object_detection.py:232:28 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/object_detection.py:281:38 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/super_resolution.py:79:73 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/super_resolution.py:123:19 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/super_resolution.py:130:30 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/super_resolution.py:171:58 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/super_resolution.py:175:58 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/super_resolution.py:179:58 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/super_resolution.py:183:58 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/contrib/visual_prompter.py:250:31 | Name `points` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/contrib/visual_prompter.py:250:45 | Name `bbox` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/contrib/visual_prompter.py:356:44 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/visual_prompter.py:366:52 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/visual_prompter.py:376:51 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/visual_prompter.py:388:42 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/visual_prompter.py:397:51 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/contrib/visual_prompter.py:406:53 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:69:40 | Unused blanket `type: ignore` directive |
| kornia | unused-ignore-comment | kornia/core/mixin/image_module.py:70:93 | Unused `ty: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:72:60 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:117:42 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:119:45 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:141:40 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:145:41 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:146:82 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:149:48 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:161:40 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:163:41 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:164:33 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:167:49 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:181:59 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:184:74 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:187:40 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:189:41 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:199:99 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:226:108 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/image_module.py:229:108 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/core/mixin/image_module.py:251:27 | Name `out_image` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:76:28 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:133:29 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:134:27 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:135:27 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:139:46 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:147:47 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:172:31 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:174:66 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:175:33 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:190:50 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:191:101 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:192:42 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/core/mixin/onnx.py:194:26 | Name `sess_options` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:199:68 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:209:53 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:274:67 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:296:44 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:298:28 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:311:47 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:317:46 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:319:34 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:339:40 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:341:28 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:360:92 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:363:87 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:368:91 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:374:31 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:387:45 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:391:31 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:393:28 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:408:31 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:411:28 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:423:47 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:424:81 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:426:73 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/core/mixin/onnx.py:429:53 | Unused blanket `type: ignore` directive |
| 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 | unused-type-ignore-comment | kornia/feature/dedode/decoder.py:33:121 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/dedode/decoder.py:65:20 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/dedode/decoder.py:101:24 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/dedode/dedode.py:234:50 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/dedode/dedode.py:235:54 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/dedode/descriptor.py:31:91 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/dedode/detector.py:31:91 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/dedode/detector.py:55:34 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/dedode/encoder.py:36:64 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/dedode/encoder.py:41:52 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/dedode/encoder.py:79:42 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/dedode/encoder.py:92:63 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/dedode/transformer/layers/attention.py:93:62 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/dedode/transformer/layers/drop_path.py:39:34 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/dedode/utils.py:42:75 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/dedode/utils.py:43:87 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/feature/disk/disk.py:119:39 | Name `h` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/disk/disk.py:119:43 | Name `w` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/disk/disk.py:120:45 | Name `h` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/disk/disk.py:120:49 | Name `w` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/feature/integrated.py:482:93 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:42:33 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:158:88 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:167:72 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:248:32 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:250:111 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:287:43 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:478:73 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:490:46 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:550:67 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:554:47 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:556:45 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:579:46 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:593:91 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:594:91 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:671:73 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:673:24 | Name `ind0` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:676:17 | Name `prune0` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue.py:679:73 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:681:24 | Name `ind1` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:684:17 | Name `prune1` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:687:41 | Name `i` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:695:31 | Name `ind0` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:696:31 | Name `ind1` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:704:20 | Name `ind0` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:704:54 | Name `ind1` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:705:20 | Name `ind1` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:705:54 | Name `ind0` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:708:26 | Name `ind0` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:709:26 | Name `ind1` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:721:21 | Name `i` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:724:23 | Name `prune0` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/lightglue.py:725:23 | Name `prune1` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue_onnx/lightglue.py:32:16 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue_onnx/lightglue.py:68:40 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue_onnx/lightglue.py:149:82 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue_onnx/lightglue.py:150:82 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue_onnx/lightglue.py:152:58 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue_onnx/lightglue.py:153:58 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue_onnx/lightglue.py:155:91 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/lightglue_onnx/lightglue.py:156:91 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/loftr/loftr.py:208:95 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/feature/loftr/utils/coarse_matching.py:179:37 | Name `conf_matrix` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/loftr/utils/coarse_matching.py:182:45 | Name `conf_matrix` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/feature/loftr/utils/coarse_matching.py:272:45 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/matching.py:566:42 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/feature/mkd.py:251:64 | Name `coeffs_` used when possibly not defined |
| 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:254:31 | Name `params_` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/feature/mkd.py:255:31 | Name `params_` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/feature/siftdesc.py:41:50 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/siftdesc.py:42:49 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/sold2/backbones.py:175:37 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/sold2/backbones.py:177:41 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/sold2/backbones.py:182:45 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/feature/sold2/backbones.py:183:41 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/feature/sold2/backbones.py:280:16 | Name `y` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/filters/canny.py:159:17 | Name `hysteresis_magnitude` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/filters/dissolving.py:193:49 | Name `noise_pred` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/filters/dissolving.py:234:37 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/filters/dissolving.py:256:73 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/filters/dissolving.py:261:73 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/filters/dissolving.py:266:75 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/geometry/boxes.py:747:23 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/geometry/boxes.py:764:92 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/geometry/keypoints.py:217:49 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/geometry/liegroup/so3.py:176:56 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/geometry/transform/affwarp.py:668:20 | Name `height` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/geometry/transform/affwarp.py:669:19 | Name `width` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/geometry/transform/crop2d.py:470:55 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/geometry/transform/crop2d.py:472:47 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/geometry/transform/crop2d.py:476:118 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/geometry/vector.py:24:62 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/_hf_models/hf_onnx_community.py:67:28 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/_hf_models/hf_onnx_community.py:85:34 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/_hf_models/hf_onnx_community.py:87:28 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/_hf_models/hf_onnx_community.py:102:34 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/_hf_models/hf_onnx_community.py:103:59 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/_hf_models/hf_onnx_community.py:104:60 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/_hf_models/hf_onnx_community.py:142:28 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/base.py:45:71 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/depth_estimation/base.py:36:118 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/depth_estimation/base.py:73:71 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/efficient_vit/backbone.py:28:51 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/efficient_vit/nn/act.py:36:52 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/efficient_vit/nn/ops.py:22:1 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/efficient_vit/utils/network.py:30:69 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/models/rt_detr/model.py:207:13 | Name `backbone` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/rt_detr/model.py:208:27 | Name `backbone` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/rt_detr/model.py:208:50 | Name `neck_hidden_dim` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/rt_detr/model.py:208:67 | Name `neck_dim_feedforward` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/rt_detr/model.py:208:89 | Name `neck_expansion` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/rt_detr/model.py:213:30 | Name `neck_hidden_dim` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/rt_detr/model.py:214:36 | Name `head_num_decoder_layers` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/models/rt_detr/model.py:254:55 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/models/sam/architecture/image_encoder.py:209:57 | Name `pad_hw` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/sam/architecture/image_encoder.py:209:66 | Name `H` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/sam/architecture/image_encoder.py:209:69 | Name `W` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/models/segmentation/base.py:149:71 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/segmentation/segmentation_models.py:72:79 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/models/tiny_vit.py:551:31 | Unused blanket `type: ignore` directive |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:300:47 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:303:34 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:303:47 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:303:63 | Name `expansion` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:304:34 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:304:47 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:304:63 | Name `expansion` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:305:34 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:305:47 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:305:63 | Name `expansion` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:306:34 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:306:47 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:306:63 | Name `expansion` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:307:34 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:307:47 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:307:63 | Name `expansion` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:308:34 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:308:47 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:308:63 | Name `expansion` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:309:34 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:309:47 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:309:63 | Name `expansion` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:313:28 | Name `dims` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:313:47 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:313:89 | Name `dims` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:316:28 | Name `dims` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:316:47 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:316:89 | Name `dims` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:319:28 | Name `dims` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:319:47 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:319:89 | Name `dims` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:322:34 | Name `channels` used when possibly not defined |
| kornia | possibly-unresolved-reference | kornia/models/vit_mobile.py:322:48 | Name `channels` used when possibly not defined |
| kornia | unused-type-ignore-comment | kornia/onnx/module.py:48:43 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/module.py:50:64 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/module.py:65:33 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/module.py:71:110 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/module.py:75:67 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/sequential.py:54:46 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/sequential.py:56:64 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/sequential.py:74:40 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/sequential.py:77:34 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/sequential.py:103:90 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/sequential.py:108:33 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/sequential.py:114:110 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/utils.py:71:121 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/utils.py:104:42 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/utils.py:125:42 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/utils.py:128:43 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/utils.py:142:51 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/utils.py:171:35 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/utils.py:173:24 | Unused blanket `type: ignore` directive |
| 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 | unused-type-ignore-comment | kornia/onnx/utils.py:206:35 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/onnx/utils.py:208:24 | Unused blanket `type: ignore` directive |
| 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 | unused-type-ignore-comment | kornia/transpiler/transpiler.py:53:8 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/transpiler/transpiler.py:86:8 | Unused blanket `type: ignore` directive |
| kornia | unused-type-ignore-comment | kornia/transpiler/transpiler.py:116:8 | Unused blanket `type: ignore` directive |
| mkdocs | invalid-assignment | mkdocs/__main__.py:58:9 | Object of type `def _showwarning(message, category, filename, lineno, file=None, line=None) -> Unknown` is not assignable to attribute `showwarning` of type `def showwarning(message: Warning | str, category: type[Warning], filename: str, lineno: int, file: TextIO | None = None, line: str | None = None) -> None` |
| 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 | invalid-assignment | mkdocs/config/config_options.py:95:17 | Object of type `partial[Config]` is not assignable to attribute `config_class` of type `type[SomeConfig@SubConfig]` |
| mkdocs | unsupported-dynamic-base | mkdocs/config/config_options.py:101:28 | Unsupported class base: Has type `type[Self@__class_getitem__]` |
| 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-type-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 | Argument to function `isabs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `object` |
| 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-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 | 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: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: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 `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-type-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:44:34 | Argument to bound method `remove` is incorrect: Expected `Never`, found `~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 `~Literal["en"]` |
| mkdocs | unused-type-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-type-ignore-comment | mkdocs/livereload/__init__.py:142:57 | Unused blanket `type: ignore` directive |
| mkdocs | unused-type-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 | unsupported-dynamic-base | mkdocs/plugins.py:75:28 | Unsupported class base: Has type `type[Self@__class_getitem__]` |
| mkdocs | unused-type-ignore-comment | mkdocs/plugins.py:90:96 | Unused blanket `type: ignore` directive |
| mkdocs | unresolved-attribute | mkdocs/plugins.py:490:32 | Attribute `__get__` is not defined on `(...) -> T@CombinedEvent` in union `Unknown | ((...) -> T@CombinedEvent)` |
| mkdocs | not-iterable | mkdocs/plugins.py:514:24 | Object of type `object` is not iterable |
| mkdocs | unresolved-attribute | mkdocs/structure/files.py:47:29 | Attribute `value` is not defined on `Literal[-2]` in union `Unknown | Literal[-2]` |
| mkdocs | unresolved-attribute | mkdocs/structure/files.py:50:30 | Attribute `value` is not defined on `Literal[-2]` in union `Unknown | Literal[-2]` |
| mkdocs | unresolved-attribute | mkdocs/structure/files.py:53:30 | Attribute `value` is not defined on `Literal[-2]` in union `Unknown | Literal[-2]` |
| mkdocs | unresolved-attribute | mkdocs/structure/files.py:56:29 | Attribute `value` is not defined on `Literal[-1]` in union `Unknown | Literal[-1]` |
| mkdocs | unresolved-attribute | mkdocs/structure/files.py:59:30 | Attribute `value` is not defined on `Literal[-1]` in union `Unknown | Literal[-1]` |
| mkdocs | invalid-argument-type | mkdocs/structure/nav.py:223:17 | Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | None` |
| mkdocs | unused-type-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-type-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-type-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 | unresolved-attribute | mkdocs/tests/build_tests.py:336:25 | Attribute `startswith` is not defined on `None` in union `str | None` |
| mkdocs | unresolved-attribute | mkdocs/tests/build_tests.py:338:13 | Attribute `startswith` is not defined on `None` in union `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 | unresolved-attribute | mkdocs/tests/config/config_options_legacy_tests.py:60:26 | Attribute `required` is not defined on `BaseConfigOption[Unknown]` in union `Unknown | BaseConfigOption[Unknown]` |
| mkdocs | unresolved-attribute | mkdocs/tests/config/config_options_legacy_tests.py:69:26 | Attribute `required` is not defined on `BaseConfigOption[Unknown]` in union `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 | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:72:9 | Type `Unknown | str` does not match asserted type `str` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:95:9 | Type `Unknown | str` does not match asserted type `str` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:114:9 | Type `Unknown | str` does not match asserted type `str` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:122:9 | Type `Unknown | str | None` does not match asserted type `str | None` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:136:9 | Type `Unknown | str` does not match asserted type `str` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:300:9 | Type `Unknown | _IpAddressValue` does not match asserted type `_IpAddressValue` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:301:9 | Type `Unknown | str` does not match asserted type `str` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:302:9 | Type `Unknown | int` does not match asserted type `int` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:401:9 | Type `Unknown | str` does not match asserted type `str` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:461:9 | Type `Unknown | str | None` does not match asserted type `str | None` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:490:9 | Type `Unknown | str | None` does not match asserted type `str | None` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:491:9 | Type `Unknown | str | None` does not match asserted type `str | None` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:533:9 | Type `Unknown | str | None` does not match asserted type `str | None` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:587:9 | Type `Unknown | list[int]` does not match asserted type `list[int]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:612:9 | Type `Unknown | list[int]` does not match asserted type `list[int]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:636:9 | Type `Unknown | list[str] | None` does not match asserted type `list[str] | None` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:650:9 | Type `Unknown | list[int | None]` does not match asserted type `list[int | None]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:694:9 | Type `Unknown | list[ExtraScriptValue | str]` does not match asserted type `list[ExtraScriptValue | str]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:712:9 | Type `Unknown | list[ExtraScriptValue | str]` does not match asserted type `list[ExtraScriptValue | str]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:753:9 | Type `Unknown | dict[str, int]` does not match asserted type `dict[str, int]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:778:9 | Type `Unknown | dict[str, int]` does not match asserted type `dict[str, int]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:802:9 | Type `Unknown | dict[str, str] | None` does not match asserted type `dict[str, str] | None` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:816:9 | Type `Unknown | dict[str, int | None]` does not match asserted type `dict[str, int | None]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:862:17 | Type `Unknown | str` does not match asserted type `str` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:874:17 | Type `Unknown | str` does not match asserted type `str` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:886:17 | Type `Unknown | str` does not match asserted type `str` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1017:9 | Type `Unknown | list[str]` does not match asserted type `list[str]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1043:9 | Type `Unknown | list[str]` does not match asserted type `list[str]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1124:9 | Type `Unknown | Theme` does not match asserted type `Theme` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1125:9 | Type `Unknown | str | None` does not match asserted type `str | None` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1440:9 | Type `Unknown | Sub` does not match asserted type `Sub` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1442:9 | Type `Unknown | str` does not match asserted type `str` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1462:9 | Type `Unknown | list[Sub]` does not match asserted type `list[Sub]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1464:9 | Type `Unknown | str` does not match asserted type `str` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1481:9 | Type `Unknown | list[Sub] | None` does not match asserted type `list[Sub] | None` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1484:9 | Type `Unknown | int | None` does not match asserted type `int | None` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1513:9 | Type `Unknown | list[Sub]` does not match asserted type `list[Sub]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1515:9 | Type `Unknown | int` does not match asserted type `int` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1542:9 | Type `Unknown | list[Sub]` does not match asserted type `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 `Unknown | list[str]` does not match asserted type `list[str]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1670:9 | Type `Unknown | dict[str, dict[Unknown, Unknown]]` does not match asserted type `dict[str, dict[Unknown, Unknown]]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1971:9 | Type `Unknown | PluginCollection` does not match asserted type `PluginCollection` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:1976:9 | Type `Unknown | BasePlugin[Unknown]` does not match asserted type `BasePlugin[Unknown]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:2405:9 | Type `Unknown | int` does not match asserted type `int` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:2407:9 | Type `Unknown | str | None` does not match asserted type `str | None` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:2409:9 | Type `Unknown | list[str]` does not match asserted type `list[str]` |
| mkdocs | type-assertion-failure | mkdocs/tests/config/config_options_tests.py:2418:9 | Type `Unknown | int` does not match asserted type `int` |
| 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 | Object of type `() -> Unknown` is not assignable to attribute `close` of type `def close(self) -> None` |
| 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 `Unknown | int` does not match asserted type `int` |
| mkdocs | type-assertion-failure | mkdocs/tests/plugin_tests.py:80:9 | Type `Unknown | str | None` does not match asserted type `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 | unresolved-attribute | mkdocs/tests/search_tests.py:330:26 | Attribute `url` is not defined on `None` in union `AnchorLink | None` |
| mkdocs | unresolved-attribute | mkdocs/tests/search_tests.py:331:26 | Attribute `title` is not defined on `None` in union `AnchorLink | None` |
| mkdocs | unresolved-attribute | mkdocs/tests/search_tests.py:334:26 | Attribute `url` is not defined on `None` in union `AnchorLink | None` |
| mkdocs | unresolved-attribute | mkdocs/tests/search_tests.py:335:26 | Attribute `title` is not defined on `None` in union `AnchorLink | None` |
| mkdocs | unresolved-attribute | mkdocs/tests/search_tests.py:338:26 | Attribute `url` is not defined on `None` in union `AnchorLink | None` |
| mkdocs | unresolved-attribute | mkdocs/tests/search_tests.py:339:26 | Attribute `title` is not defined on `None` in union `AnchorLink | None` |
| mkdocs | unresolved-attribute | mkdocs/tests/structure/file_tests.py:387:13 | Attribute `abs_src_path` is not defined on `None` in union `File | None` |
| mkdocs | invalid-assignment | mkdocs/tests/structure/file_tests.py:660:9 | Object of type `Mock` is not assignable to attribute `is_modified` of type `def is_modified(self) -> bool` |
| mkdocs | invalid-assignment | mkdocs/tests/structure/file_tests.py:671:9 | Object of type `Mock` is not assignable to attribute `is_modified` of type `def is_modified(self) -> bool` |
| mkdocs | invalid-assignment | mkdocs/tests/structure/file_tests.py:682:9 | Object of type `Mock` is not assignable to attribute `is_modified` of type `def is_modified(self) -> bool` |
| 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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 | unresolved-attribute | mkdocs/tests/structure/page_tests.py:290:25 | Attribute `startswith` is not defined on `None` in union `str | None` |
| mkdocs | unresolved-attribute | mkdocs/tests/structure/page_tests.py:314:25 | Attribute `startswith` is not defined on `None` in union `str | None` |
| mkdocs | unresolved-attribute | mkdocs/tests/structure/page_tests.py:434:25 | Attribute `startswith` is not defined on `None` in union `str | None` |
| mkdocs | unresolved-attribute | mkdocs/tests/structure/page_tests.py:460:25 | Attribute `startswith` is not defined on `None` in union `str | None` |
| mkdocs | unresolved-attribute | mkdocs/tests/structure/page_tests.py:485:25 | Attribute `startswith` is not defined on `None` in union `str | None` |
| mkdocs | unresolved-attribute | mkdocs/tests/structure/page_tests.py:508:25 | Attribute `startswith` is not defined on `None` in union `str | None` |
| mkdocs | no-matching-overload | mkdocs/tests/structure/page_tests.py:539:14 | No overload of function `open` matches arguments |
| 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:41 | 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:41 | 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 | unresolved-attribute | mkdocs/tests/structure/page_tests.py:729:13 | Attribute `startswith` is not defined on `None` in union `str | None` |
| 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-type-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-type-ignore-comment | mkdocs/utils/meta.py:45:34 | Unused blanket `type: ignore` directive |
| mkdocs | unused-type-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-type-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:455:39 | Name `level` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/__init__.py:458:35 | Name `version` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/__init__.py:2046:24 | Name `root` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/__init__.py:3314:29 | Name `uid` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/__init__.py:3806:77 | Name `roothash` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/__init__.py:4377:36 | Name `stat` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/__init__.py:4377:49 | Name `stat` used when possibly not defined |
| mkosi | unresolved-reference | mkosi/__init__.py:5138:80 | Name `c` used when not defined |
| mkosi | unresolved-reference | mkosi/__init__.py:5143:79 | Name `c` used when not defined |
| mkosi | possibly-unresolved-reference | mkosi/config.py:1036:35 | Name `r` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/config.py:1510:17 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/config.py:1515:30 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/config.py:1516:17 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/config.py:1517:17 | Name `p` used when possibly not defined |
| mkosi | unresolved-reference | mkosi/config.py:4661:41 | Name `missing` used when not defined |
| mkosi | unused-type-ignore-comment | mkosi/config.py:4841:39 | Unused blanket `type: ignore` directive |
| mkosi | unused-type-ignore-comment | mkosi/config.py:4844:39 | Unused blanket `type: ignore` directive |
| mkosi | unused-type-ignore-comment | mkosi/config.py:4847:39 | Unused blanket `type: ignore` directive |
| mkosi | possibly-unresolved-reference | mkosi/config.py:5207:20 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/config.py:5207:25 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/config.py:5208:38 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/config.py:5208:56 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/config.py:5208:80 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/config.py:5258:20 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/config.py:5258:25 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/config.py:5259:38 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/config.py:5259:56 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/config.py:5259:80 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/config.py:5479:24 | Name `imagedir` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/distribution/fedora.py:90:23 | Name `rawhide_will_be` used when possibly not defined |
| 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 | possibly-unresolved-reference | mkosi/qemu.py:1223:36 | Name `initrd` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/qemu.py:1379:49 | Name `status` used when possibly not defined |
| mkosi | invalid-assignment | mkosi/run.py:71:5 | Object of type `(filename=None) -> Unknown` is not assignable to attribute `checkcache` of type `def checkcache(filename: str | None = None) -> None` |
| mkosi | possibly-unresolved-reference | mkosi/run.py:704:42 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/run.py:704:45 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/run.py:707:38 | Name `p` used when possibly not defined |
| mkosi | possibly-unresolved-reference | mkosi/run.py:707:41 | Name `p` used when possibly not defined |
| mkosi | unsupported-operator | mkosi/sandbox.py:601:12 | Operator `|` is not supported between objects of type `<class 'dict[str, dict[str, Divergent] | list[Divergent] | str | ... omitted 3 union elements]'>` and `<class 'list[dict[str, Divergent] | list[Divergent] | str | ... omitted 3 union elements]'>` |
| mkosi | unsupported-operator | mkosi/sandbox.py:602:10 | Operator `|` is not supported between objects of type `<class 'int'>` and `<class 'tuple[str, int]'>` |
| mkosi | possibly-unresolved-reference | mkosi/vmspawn.py:101:41 | Name `initrd` used when possibly not defined |
| more-itertools | unresolved-import | more_itertools/more.py:44: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:807:21 | Name `j` used when possibly not defined |
| more-itertools | possibly-unresolved-reference | more_itertools/more.py:807:28 | Name `j` used when possibly not defined |
| more-itertools | possibly-unresolved-reference | more_itertools/more.py:885:17 | Name `permuted_items` used when possibly not defined |
| more-itertools | possibly-unresolved-reference | more_itertools/more.py:886:51 | Name `indices` used when possibly not defined |
| more-itertools | invalid-method-override | more_itertools/more.py:2416:9 | Invalid override of method `index`: Definition is incompatible with `Sequence.index` |
| more-itertools | unsupported-operator | more_itertools/more.py:3499:31 | Operator `<=` is not supported between objects of type `Unknown | None | Literal[0]` and `int` |
| more-itertools | unsupported-operator | more_itertools/more.py:3499:43 | Operator `<=` is not supported between objects of type `int` and `Unknown | None | int` |
| more-itertools | unsupported-operator | more_itertools/more.py:3504:27 | Operator `<=` is not supported between objects of type `Unknown | None | Literal[0]` and `int` |
| more-itertools | unsupported-operator | more_itertools/more.py:3504:39 | Operator `<=` is not supported between objects of type `int` and `Unknown | None | int` |
| more-itertools | call-non-callable | more_itertools/more.py:4660:13 | Object of type `None` is not callable |
| more-itertools | call-non-callable | more_itertools/more.py:4684:13 | Object of type `None` is not callable |
| more-itertools | call-non-callable | more_itertools/more.py:4738:13 | Object of type `None` is not callable |
| more-itertools | possibly-unresolved-reference | more_itertools/more.py:5280:15 | Name `value` used when possibly not defined |
| more-itertools | possibly-unresolved-reference | more_itertools/more.py:5298:25 | Name `value` used when possibly not defined |
| more-itertools | not-subscriptable | more_itertools/more.py:5429:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| more-itertools | not-subscriptable | more_itertools/more.py:5431:20 | Cannot subscript object of type `None` with no `__getitem__` method |
| more-itertools | invalid-assignment | more_itertools/more.py:5432:21 | Cannot assign to a subscript on an object of type `None` |
| more-itertools | invalid-assignment | more_itertools/more.py:5433:21 | Cannot assign to a subscript on an object of type `None` |
| more-itertools | not-iterable | more_itertools/more.py:5434:28 | Object of type `None` is not iterable |
| more-itertools | inconsistent-mro | more_itertools/more.pyi:168:7 | 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:171:7 | 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-legacy-positional-parameter | more_itertools/more.pyi:895:5 | Invalid use of the legacy convention for positional-only parameters: Parameter name begins with `__` but will not be treated as positional-only |
| more-itertools | invalid-legacy-positional-parameter | more_itertools/more.pyi:901:5 | Invalid use of the legacy convention for positional-only parameters: Parameter name begins with `__` but will not be treated as positional-only |
| more-itertools | unresolved-import | more_itertools/recipes.py:99:23 | Module `heapq` has no member `heappush_max` |
| more-itertools | unresolved-import | more_itertools/recipes.py:99:37 | Module `heapq` has no member `heappushpop_max` |
| more-itertools | unresolved-import | more_itertools/recipes.py:287:22 | Module `math` has no member `sumprod` |
| more-itertools | call-non-callable | more_itertools/recipes.py:473:13 | Object of type `None` is not callable |
| more-itertools | unresolved-import | more_itertools/recipes.py:927:27 | Module `itertools` has no member `batched` |
| more-itertools | invalid-argument-type | more_itertools/recipes.py:1099:18 | Argument to function `__new__` is incorrect: Expected `(int | float | complex | ... omitted 3 union elements, 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, [_E_contra, _T_co](base: _SupportsPow2[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _T_co](base: _SupportsPow3NoneOnly[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _M_contra, _T_co](base: _SupportsPow3[_E_contra, _M_contra, _T_co], exp: _E_contra, mod: _M_contra) -> _T_co, (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_primer | call-top-callable | mypy_primer/git_utils.py:65:23 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| 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` |
| mypy-protobuf | possibly-unresolved-reference | mypy_protobuf/main.py:412: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:76:42 | 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:7:6 | Cannot resolve imported module `grpc` |
| mypy-protobuf | unresolved-import | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:11:8 | Cannot resolve imported module `grpc` |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:29:71 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:56:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:58:97 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:60:97 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:62:99 | Unused blanket `type: ignore` directive |
| mypy-protobuf | deprecated | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:109:48 | The class `DeprecatedServiceAsyncStub` is deprecated: This service is deprecated |
| mypy-protobuf | deprecated | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:112:76 | 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:120:86 | 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:124:34 | The class `DeprecatedServiceStub` is deprecated: This service is deprecated |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:134:134 | Unused blanket `type: ignore` directive |
| mypy-protobuf | deprecated | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:148:29 | 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:166:29 | 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:171:55 | The class `DeprecatedServiceServicer` is deprecated: This service is deprecated |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:281:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:282:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:283:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:284:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:285:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:286:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:287:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:288:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:289:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:290:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:291:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:292:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:293:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:294:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:295:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:296:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:297:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:298:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:299:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:300:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:301:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:302:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:303:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:304:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:305:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:306:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:307:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:308:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:309:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:310:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:311:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:312:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:313:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:314:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:315:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:316:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:317:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:318:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:319:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:320:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:321:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:322:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:323:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:324:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:325:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:326:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:327:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:328:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:329:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:330:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:331:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:332:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:333:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:334:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:335:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:336:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:337:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:338:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:339:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:340:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:341:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:342:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:343:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:344:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:345:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:346:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:347:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:348:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:349:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:350:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:351:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:352:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:353:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:354:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:355:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:356:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:357:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:358:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:359:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:360:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:361:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:362:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:363:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:364:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:365:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:366:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:367:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:368:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:369:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:370:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:371:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:372:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:373:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:374:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:375:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:376:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:377:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:378:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/dummy_pb2_grpc.pyi:379:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unresolved-import | test/generated/testproto/grpc/import_pb2_grpc.pyi:8:6 | Cannot resolve imported module `grpc` |
| mypy-protobuf | unresolved-import | test/generated/testproto/grpc/import_pb2_grpc.pyi:11:8 | Cannot resolve imported module `grpc` |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/import_pb2_grpc.pyi:24:71 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/import_pb2_grpc.pyi:48:84 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/import_pb2_grpc.pyi:50:85 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated/testproto/grpc/import_pb2_grpc.pyi:52:83 | Unused blanket `type: ignore` directive |
| mypy-protobuf | deprecated | test/generated/testproto/test_pb2.pyi:94:17 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated/testproto/test_pb2.pyi:96:17 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated/testproto/test_pb2.pyi:97:17 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated/testproto/test_pb2.pyi:98:39 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated/testproto/test_pb2.pyi:492:42 | The class `DeprecatedMessage` is deprecated: This message is deprecated |
| mypy-protobuf | deprecated | test/generated/testproto/test_pb2.pyi:511:52 | 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:76:42 | 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:7:6 | Cannot resolve imported module `grpc` |
| mypy-protobuf | deprecated | test/generated_async_only/testproto/grpc/dummy_pb2_grpc.pyi:79:75 | 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:87:85 | 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:97:29 | 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:98:50 | 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:115:29 | 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:116:50 | 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:120:55 | The class `DeprecatedServiceServicer` is deprecated: This service is deprecated |
| mypy-protobuf | unresolved-import | test/generated_async_only/testproto/grpc/import_pb2_grpc.pyi:8:6 | Cannot resolve imported module `grpc` |
| mypy-protobuf | unresolved-import | test/generated_async_only/testproto/test_no_generic_services_pb2_grpc.pyi:7:6 | Cannot resolve imported module `grpc` |
| mypy-protobuf | deprecated | test/generated_async_only/testproto/test_pb2.pyi:94:17 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated_async_only/testproto/test_pb2.pyi:96:17 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated_async_only/testproto/test_pb2.pyi:97:17 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated_async_only/testproto/test_pb2.pyi:98:39 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated_async_only/testproto/test_pb2.pyi:492:42 | The class `DeprecatedMessage` is deprecated: This message is deprecated |
| mypy-protobuf | deprecated | test/generated_async_only/testproto/test_pb2.pyi:511:52 | 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:7:6 | Cannot resolve imported module `grpc` |
| mypy-protobuf | deprecated | test/generated_concrete/testproto/grpc/dummy_pb2.pyi:76:42 | 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:7:18 | Module `grpc` has no member `aio` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:39:31 | Module `grpc` has no member `Channel` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:42:17 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:44:18 | Module `grpc` has no member `UnaryStreamMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:46:18 | Module `grpc` has no member `StreamUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:48:19 | Module `grpc` has no member `StreamStreamMultiCallable` |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:56:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:58:97 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:60:97 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:62:99 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:96:94 | Module `grpc` has no member `Server` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:103:31 | Module `grpc` has no member `Channel` |
| mypy-protobuf | deprecated | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:105:48 | The class `DeprecatedServiceAsyncStub` is deprecated: This service is deprecated |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:108:35 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | deprecated | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:108:76 | The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options. |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:112:55 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:116:45 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | deprecated | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:116:86 | 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:120:34 | The class `DeprecatedServiceStub` is deprecated: This service is deprecated |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:130:134 | Unused blanket `type: ignore` directive |
| mypy-protobuf | deprecated | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:143:29 | 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:159:29 | 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:164:55 | The class `DeprecatedServiceServicer` is deprecated: This service is deprecated |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:164:104 | Module `grpc` has no member `Server` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:168:31 | Module `grpc` has no member `Channel` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:171:14 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:172:14 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:173:14 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:174:14 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:175:14 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:176:14 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:177:14 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:178:14 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:179:14 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:180:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:181:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:182:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:183:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:184:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:185:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:186:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:187:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:188:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:189:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:190:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:191:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:192:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:193:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:194:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:195:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:196:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:197:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:198:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:199:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:200:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:201:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:202:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:203:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:204:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:205:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:206:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:207:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:208:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:209:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:210:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:211:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:212:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:213:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:214:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:215:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:216:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:217:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:218:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:219:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:220:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:221:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:222:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:223:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:224:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:225:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:226:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:227:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:228:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:229:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:230:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:231:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:232:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:233:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:234:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:235:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:236:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:237:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:238:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:239:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:240:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:241:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:242:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:243:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:244:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:245:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:246:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:247:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:248:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:249:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:250:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:251:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:252:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:253:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:254:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:255:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:256:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:257:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:258:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:259:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:260:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:261:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:262:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:263:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:264:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:265:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:266:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:267:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:268:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:269:15 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:274:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:275:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:276:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:277:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:278:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:279:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:280:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:281:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:282:95 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:283:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:284:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:285:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:286:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:287:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:288:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:289:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:290:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:291:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:292:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:293:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:294:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:295:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:296:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:297:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:298:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:299:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:300:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:301:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:302:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:303:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:304:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:305:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:306:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:307:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:308:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:309:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:310:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:311:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:312:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:313:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:314:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:315:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:316:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:317:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:318:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:319:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:320:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:321:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:322:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:323:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:324:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:325:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:326:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:327:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:328:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:329:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:330:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:331:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:332:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:333:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:334:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:335:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:336:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:337:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:338:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:339:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:340:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:341:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:342:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:343:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:344:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:345:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:346:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:347:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:348:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:349:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:350:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:351:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:352:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:353:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:354:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:355:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:356:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:357:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:358:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:359:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:360:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:361:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:362:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:363:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:364:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:365:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:366:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:367:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:368:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:369:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:370:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:371:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:372:98 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:969:100 | Module `grpc` has no member `Server` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:973:31 | Module `grpc` has no member `Channel` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:984:94 | Module `grpc` has no member `Server` |
| mypy-protobuf | unresolved-import | test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:8:18 | Module `grpc` has no member `aio` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:34:31 | Module `grpc` has no member `Channel` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:37:17 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:39:18 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:41:16 | Module `grpc` has no member `UnaryUnaryMultiCallable` |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:48:84 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:50:85 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:52:83 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unresolved-attribute | test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:77:96 | Module `grpc` has no member `Server` |
| mypy-protobuf | deprecated | test/generated_concrete/testproto/test_pb2.pyi:94:17 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated_concrete/testproto/test_pb2.pyi:96:17 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated_concrete/testproto/test_pb2.pyi:97:17 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated_concrete/testproto/test_pb2.pyi:98:39 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated_concrete/testproto/test_pb2.pyi:492:42 | The class `DeprecatedMessage` is deprecated: This message is deprecated |
| mypy-protobuf | deprecated | test/generated_concrete/testproto/test_pb2.pyi:511:52 | 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:76:42 | 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:10:8 | Cannot resolve imported module `grpc` |
| mypy-protobuf | deprecated | test/generated_sync_only/testproto/grpc/dummy_pb2_grpc.pyi:79:76 | 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:87:86 | 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:97:29 | 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:115:29 | 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:120:55 | The class `DeprecatedServiceServicer` is deprecated: This service is deprecated |
| mypy-protobuf | unresolved-import | test/generated_sync_only/testproto/grpc/import_pb2_grpc.pyi:10:8 | Cannot resolve imported module `grpc` |
| mypy-protobuf | unresolved-import | test/generated_sync_only/testproto/test_no_generic_services_pb2_grpc.pyi:9:8 | Cannot resolve imported module `grpc` |
| mypy-protobuf | deprecated | test/generated_sync_only/testproto/test_pb2.pyi:94:17 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated_sync_only/testproto/test_pb2.pyi:96:17 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated_sync_only/testproto/test_pb2.pyi:97:17 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated_sync_only/testproto/test_pb2.pyi:98:39 | The class `DeprecatedEnum` is deprecated: This enum is deprecated |
| mypy-protobuf | deprecated | test/generated_sync_only/testproto/test_pb2.pyi:492:42 | The class `DeprecatedMessage` is deprecated: This message is deprecated |
| mypy-protobuf | deprecated | test/generated_sync_only/testproto/test_pb2.pyi:511:52 | 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:9: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:493:5 | Type `Unknown` does not match asserted type `Email` |
| mypy-protobuf | type-assertion-failure | test/test_generated_mypy.py:494:5 | Type `Unknown` does not match asserted type `ScalarMap[Any, Email]` |
| mypy-protobuf | type-assertion-failure | test/test_generated_mypy.py:504:5 | Type `Unknown` does not match asserted type `Email` |
| mypy-protobuf | type-assertion-failure | test/test_generated_mypy.py:505:5 | Type `Unknown` does not match asserted type `ScalarMap[Any, Email]` |
| mypy-protobuf | unresolved-import | test/test_generated_mypy.py:530:10 | Cannot resolve imported module `testproto.edition2024_pb2` |
| mypy-protobuf | unused-type-ignore-comment | test/test_generated_mypy.py:569:48 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unresolved-import | test/test_generated_mypy.py:573:10 | Cannot resolve imported module `testproto.edition2024implicitfieldpresence_pb2` |
| mypy-protobuf | unused-type-ignore-comment | test/test_generated_mypy.py:614:47 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unused-type-ignore-comment | test/test_generated_mypy.py:615:48 | Unused blanket `type: ignore` directive |
| mypy-protobuf | unresolved-import | test/test_generated_mypy.py:620: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:182:6 | Cannot resolve imported module `testproto.reexport_pb2` |
| mongo-python-driver | possibly-unresolved-reference | bson/__init__.py:638:21 | Name `_cbson` used when possibly not defined |
| mongo-python-driver | unused-type-ignore-comment | bson/__init__.py:930:71 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | bson/__init__.py:948:53 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-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-type-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-type-ignore-comment | bson/code.py:72:45 | 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-argument-type | bson/codec_options.py:397:45 | Argument to function `issubclass` is incorrect: Expected `type`, found `object` |
| mongo-python-driver | possibly-unresolved-reference | bson/json_util.py:650:17 | Name `secs` used when possibly not defined |
| mongo-python-driver | possibly-unresolved-reference | bson/json_util.py:651:56 | Name `secs` used when possibly not defined |
| mongo-python-driver | unused-type-ignore-comment | bson/json_util.py:834:71 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | bson/json_util.py:845:66 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | bson/json_util.py:863:66 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | bson/json_util.py:908:83 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | bson/json_util.py:931:68 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | bson/json_util.py:935:74 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | bson/json_util.py:939:71 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | bson/json_util.py:947:60 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | bson/json_util.py:951:62 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | bson/json_util.py:955:63 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | bson/json_util.py:959:68 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | bson/json_util.py:963:56 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | bson/json_util.py:967:56 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | bson/json_util.py:975:63 | Unused blanket `type: ignore` directive |
| mongo-python-driver | invalid-assignment | bson/json_util.py:1002: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-type-ignore-comment | bson/json_util.py:1046:42 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | bson/json_util.py:1129:30 | Unused blanket `type: ignore` directive |
| mongo-python-driver | invalid-assignment | bson/regex.py:97:28 | Object of type `str | bytes` is not assignable to `_T@Regex`: Incompatible value of type `str | bytes` |
| mongo-python-driver | unused-type-ignore-comment | bson/regex.py:112:22 | Unused blanket `type: ignore` directive |
| 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-type-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-type-ignore-comment | gridfs/asynchronous/grid_file.py:1453:42 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | gridfs/asynchronous/grid_file.py:1593:26 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | gridfs/synchronous/grid_file.py:1441:37 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | gridfs/synchronous/grid_file.py:1581:26 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | gridfs/synchronous/grid_file.py:1924:31 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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 `Any | None | bytes` |
| mongo-python-driver | unused-type-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[str, ((credentials: MongoCredential, conn: AsyncConnection) -> CoroutineType[Any, Any, None]) | ((credentials: MongoCredential, 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-type-ignore-comment | pymongo/asynchronous/auth.py:369:42 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/auth_aws.py:52:61 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/auth_oidc.py:87:65 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/asynchronous/auth_oidc.py:195:36 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/bulk.py:294:60 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/bulk.py:327:23 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/bulk.py:362:71 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/asynchronous/bulk.py:415:24 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-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-type-ignore-comment | pymongo/asynchronous/change_stream.py:167:45 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/asynchronous/change_stream.py:259:60 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/client_bulk.py:280:60 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/client_bulk.py:317:23 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/client_bulk.py:352:71 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/asynchronous/client_bulk.py:431:12 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/client_bulk.py:432:49 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/client_bulk.py:473:84 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/client_bulk.py:476:94 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/asynchronous/client_bulk.py:524:44 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/client_bulk.py:531:48 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/client_bulk.py:697:45 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/client_bulk.py:699:48 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/client_session.py:461:79 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unresolved-attribute | pymongo/asynchronous/client_session.py:573:16 | Attribute `session_id` is not defined on `None` in union `Unknown | None | _ServerSession` |
| mongo-python-driver | unresolved-attribute | pymongo/asynchronous/client_session.py:579:16 | Attribute `transaction_id` is not defined on `None` in union `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 | unresolved-attribute | pymongo/asynchronous/client_session.py:1034:27 | Attribute `session_id` is not defined on `None` in union `Unknown | None | _ServerSession` |
| mongo-python-driver | unresolved-attribute | pymongo/asynchronous/client_session.py:1037:36 | Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession` |
| mongo-python-driver | unresolved-attribute | pymongo/asynchronous/client_session.py:1058:36 | Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession` |
| mongo-python-driver | unresolved-attribute | pymongo/asynchronous/client_session.py:1063:9 | Attribute `inc_transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession` |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/client_session.py:1129:47 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/asynchronous/collection.py:2898:50 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/collection.py:3204:21 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/collection.py:3210:37 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/command_cursor.py:191:92 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/command_cursor.py:268:86 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:197:38 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:222:39 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:261:98 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:303:83 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:620:36 | Unused blanket `type: ignore` directive |
| mongo-python-driver | no-matching-overload | pymongo/asynchronous/cursor.py:665:21 | No overload of bound method `__init__` matches arguments |
| mongo-python-driver | no-matching-overload | pymongo/asynchronous/cursor.py:687:21 | No overload of bound method `__init__` matches arguments |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:845:44 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:869:39 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:896:101 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:902:28 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:903:63 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:904:17 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:909:45 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:910:63 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:922:81 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:941:33 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:1019:92 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor.py:1149:86 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/cursor_base.py:65:86 | 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-type-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-type-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 `pymongo.pyopenssl_context.SSLContext | None`, found `Unknown | pymongo.pyopenssl_context.SSLContext | ssl.SSLContext` |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/encryption.py:214:62 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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 | unresolved-attribute | pymongo/asynchronous/encryption.py:902:23 | Attribute `create_data_key` is not defined on `None` in union `Unknown | None` |
| mongo-python-driver | unresolved-attribute | pymongo/asynchronous/encryption.py:947:35 | Attribute `encrypt` is not defined on `None` in union `Unknown | None` |
| mongo-python-driver | unresolved-attribute | pymongo/asynchronous/encryption.py:1092:35 | Attribute `decrypt` is not defined on `None` in union `Unknown | None` |
| mongo-python-driver | unresolved-attribute | pymongo/asynchronous/encryption.py:1242:32 | Attribute `rewrap_many_data_key` is not defined on `None` in union `Unknown | None` |
| mongo-python-driver | unresolved-attribute | pymongo/asynchronous/encryption.py:1284:13 | Attribute `close` is not defined on `None` in union `Unknown | None` |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/helpers.py:61:42 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/mongo_client.py:164:17 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/mongo_client.py:167:18 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/mongo_client.py:179:76 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/mongo_client.py:856:46 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/mongo_client.py:891:35 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/mongo_client.py:1073:63 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/mongo_client.py:1557:80 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/mongo_client.py:1738:53 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/mongo_client.py:1739:54 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/mongo_client.py:1896:32 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/mongo_client.py:2182:97 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unresolved-attribute | pymongo/asynchronous/mongo_client.py:2285:21 | Attribute `mark_dirty` is not defined on `None` in union `Unknown | None | _ServerSession` |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/mongo_client.py:2648:36 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unresolved-attribute | pymongo/asynchronous/mongo_client.py:2689:17 | Attribute `mark_dirty` is not defined on `None` in union `Unknown | None | _ServerSession` |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/mongo_client.py:2723:42 | Unused blanket `type: ignore` directive |
| mongo-python-driver | possibly-unresolved-reference | pymongo/asynchronous/mongo_client.py:2914:45 | Name `max_wire_version` used when possibly not defined |
| mongo-python-driver | possibly-unresolved-reference | pymongo/asynchronous/mongo_client.py:2914:63 | Name `is_mongos` used when possibly not defined |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/monitor.py:39:46 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/monitor.py:199:12 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/monitor.py:354:88 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/monitor.py:537:19 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/monitor.py:540:19 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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:398:20 | Return type does not match returned value: expected `dict[str, Any]`, found `Mapping[str, Any]` |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/pool.py:404:33 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/pool.py:824:67 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/pool.py:825:64 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/pool.py:851:98 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/pool.py:888:92 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/pool.py:941:95 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/asynchronous/server.py:227:93 | Unused blanket `type: ignore` directive |
| 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-type-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-type-ignore-comment | pymongo/asynchronous/srv_resolver.py:104:89 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/asynchronous/srv_resolver.py:126:80 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-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-type-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-argument-type | pymongo/helpers_shared.py:171:27 | Argument to bound method `append` is incorrect: Expected `tuple[str, int]`, found `tuple[str, int | str | Mapping[str, Any]]` |
| mongo-python-driver | invalid-argument-type | pymongo/helpers_shared.py:191:21 | Method `__getitem__` of type `Overload[(index: int, /) -> str | tuple[str, int | str | Mapping[str, Any]], (index: slice[int | None, int | None, int | None], /) -> Sequence[str | tuple[str, int | str | Mapping[str, Any]]]]` cannot be called with key of type `str` on object of type `Sequence[str | tuple[str, int | str | Mapping[str, Any]]]` |
| mongo-python-driver | invalid-argument-type | pymongo/helpers_shared.py:191:21 | Method `__getitem__` of type `Overload[(index: int, /) -> str | tuple[str, int | str | Mapping[str, Any]], (index: slice[int | None, int | None, int | None], /) -> Sequence[str | tuple[str, int | str | Mapping[str, Any]]]]` cannot be called with key of type `tuple[str, int | str | Mapping[str, Any]]` on object of type `Sequence[str | tuple[str, int | str | Mapping[str, Any]]]` |
| mongo-python-driver | invalid-argument-type | pymongo/helpers_shared.py:191:21 | Method `__getitem__` of type `bound method Mapping[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `tuple[str, int | str | Mapping[str, Any]]` on object of type `Mapping[str, Any]` |
| mongo-python-driver | invalid-argument-type | pymongo/helpers_shared.py:191:21 | Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[Mapping[Unknown, object]]` |
| mongo-python-driver | invalid-argument-type | pymongo/helpers_shared.py:191:21 | Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `tuple[str, int | str | Mapping[str, Any]]` on object of type `Top[Mapping[Unknown, object]]` |
| mongo-python-driver | invalid-assignment | pymongo/helpers_shared.py:193:13 | Invalid subscript assignment with key of type `str | tuple[str, int | str | Mapping[str, Any]]` and value of type `Unknown` on object of type `dict[str, Any]` |
| 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-type-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-type-ignore-comment | pymongo/ocsp_cache.py:49:35 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/pool_shared.py:233:22 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/pool_shared.py:268:90 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/pool_shared.py:272:89 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/pool_shared.py:385:89 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/pool_shared.py:443:77 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-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:412:22 | Cannot resolve imported module `service_identity` |
| mongo-python-driver | unused-type-ignore-comment | pymongo/server_description.py:302:42 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-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-type-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-type-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-type-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 `pymongo.pyopenssl_context.SSLContext | (ssl.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 `pymongo.pyopenssl_context.SSLContext | ssl.SSLContext` |
| mongo-python-driver | unused-type-ignore-comment | pymongo/ssl_support.py:135:33 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/ssl_support.py:139:37 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/ssl_support.py:144:35 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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 `Any | None | bytes` |
| mongo-python-driver | unused-type-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[str, ((credentials: MongoCredential, conn: Connection) -> None) | ((credentials: MongoCredential, conn: Connection, reauthenticate: bool) -> Mapping[str, Any] | None) | partial[None]]` is not assignable to `Mapping[str, (...) -> None]` |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/auth.py:364:42 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/auth_aws.py:52:61 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/auth_oidc.py:87:59 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/synchronous/auth_oidc.py:195:30 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/synchronous/bulk.py:274:73 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/bulk.py:359:63 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/synchronous/bulk.py:426:32 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-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-type-ignore-comment | pymongo/synchronous/change_stream.py:167:40 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/synchronous/change_stream.py:257:49 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/client_bulk.py:349:68 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/synchronous/client_bulk.py:429:103 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/client_bulk.py:430:49 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/client_bulk.py:471:84 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/client_bulk.py:474:94 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/synchronous/client_bulk.py:522:44 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/client_bulk.py:529:48 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/client_bulk.py:695:45 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/client_bulk.py:697:48 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/client_session.py:460:79 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unresolved-attribute | pymongo/synchronous/client_session.py:572:16 | Attribute `session_id` is not defined on `None` in union `Unknown | None | _ServerSession` |
| mongo-python-driver | unresolved-attribute | pymongo/synchronous/client_session.py:578:16 | Attribute `transaction_id` is not defined on `None` in union `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 | unresolved-attribute | pymongo/synchronous/client_session.py:1031:27 | Attribute `session_id` is not defined on `None` in union `Unknown | None | _ServerSession` |
| mongo-python-driver | unresolved-attribute | pymongo/synchronous/client_session.py:1034:36 | Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession` |
| mongo-python-driver | unresolved-attribute | pymongo/synchronous/client_session.py:1055:36 | Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession` |
| mongo-python-driver | unresolved-attribute | pymongo/synchronous/client_session.py:1060:9 | Attribute `inc_transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession` |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/client_session.py:1126:47 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/synchronous/collection.py:2891:45 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/collection.py:3197:21 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/collection.py:3203:37 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/command_cursor.py:191:92 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/command_cursor.py:268:80 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:197:38 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:222:39 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:261:88 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:303:73 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:618:36 | Unused blanket `type: ignore` directive |
| mongo-python-driver | no-matching-overload | pymongo/synchronous/cursor.py:663:21 | No overload of bound method `__init__` matches arguments |
| mongo-python-driver | no-matching-overload | pymongo/synchronous/cursor.py:685:21 | No overload of bound method `__init__` matches arguments |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:843:44 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:867:39 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:894:101 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:900:28 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:901:63 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:902:17 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:907:45 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:908:63 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:920:81 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:939:33 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:1017:92 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor.py:1147:80 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/cursor_base.py:65:80 | 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 | unused-type-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-type-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 `pymongo.pyopenssl_context.SSLContext | None`, found `Unknown | pymongo.pyopenssl_context.SSLContext | ssl.SSLContext` |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/encryption.py:213:62 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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 | unresolved-attribute | pymongo/synchronous/encryption.py:895:17 | Attribute `create_data_key` is not defined on `None` in union `Unknown | None` |
| mongo-python-driver | unresolved-attribute | pymongo/synchronous/encryption.py:940:29 | Attribute `encrypt` is not defined on `None` in union `Unknown | None` |
| mongo-python-driver | unresolved-attribute | pymongo/synchronous/encryption.py:1085:29 | Attribute `decrypt` is not defined on `None` in union `Unknown | None` |
| mongo-python-driver | unresolved-attribute | pymongo/synchronous/encryption.py:1235:26 | Attribute `rewrap_many_data_key` is not defined on `None` in union `Unknown | None` |
| mongo-python-driver | unresolved-attribute | pymongo/synchronous/encryption.py:1277:13 | Attribute `close` is not defined on `None` in union `Unknown | None` |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/helpers.py:61:42 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/helpers.py:86:56 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/mongo_client.py:161:17 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/mongo_client.py:164:18 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/mongo_client.py:176:76 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/mongo_client.py:856:46 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/mongo_client.py:891:35 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/mongo_client.py:1073:58 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/mongo_client.py:1555:75 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/mongo_client.py:1734:53 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/mongo_client.py:1735:54 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/mongo_client.py:1892:32 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/mongo_client.py:2178:91 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unresolved-attribute | pymongo/synchronous/mongo_client.py:2281:21 | Attribute `mark_dirty` is not defined on `None` in union `Unknown | None | _ServerSession` |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/mongo_client.py:2638:31 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unresolved-attribute | pymongo/synchronous/mongo_client.py:2679:17 | Attribute `mark_dirty` is not defined on `None` in union `Unknown | None | _ServerSession` |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/mongo_client.py:2713:37 | Unused blanket `type: ignore` directive |
| mongo-python-driver | possibly-unresolved-reference | pymongo/synchronous/mongo_client.py:2904:45 | Name `max_wire_version` used when possibly not defined |
| mongo-python-driver | possibly-unresolved-reference | pymongo/synchronous/mongo_client.py:2904:63 | Name `is_mongos` used when possibly not defined |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/monitor.py:39:45 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/monitor.py:352:77 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/monitor.py:535:19 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/monitor.py:538:19 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/synchronous/pool.py:404:33 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/pool.py:822:67 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/pool.py:823:64 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/pool.py:849:98 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/pool.py:886:92 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/pool.py:937:95 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/pool.py:1458:40 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-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-type-ignore-comment | pymongo/synchronous/server.py:227:93 | Unused blanket `type: ignore` directive |
| 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-type-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-type-ignore-comment | pymongo/synchronous/srv_resolver.py:104:89 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/synchronous/srv_resolver.py:126:80 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/synchronous/topology.py:1077:77 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/topology_description.py:111:46 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/topology_description.py:137:76 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/topology_description.py:149:75 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | pymongo/topology_description.py:608:103 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-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-type-ignore-comment | pymongo/typings.py:54:66 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | tools/ocsptest.py:47:55 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | tools/synchro.py:392:43 | Unused blanket `type: ignore` directive |
| mongo-python-driver | unused-type-ignore-comment | tools/synchro.py:396:49 | Unused blanket `type: ignore` directive |
| 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 | shadowed-type-variable | nion/utils/Stream.py:552:15 | Generic class `AValueChangeStreamReactor` uses type variable `T` already bound by an enclosing scope |
| 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-type-ignore-comment | nion/utils/StructuredModel.py:247:56 | Unused blanket `type: ignore` directive |
| nionutils | unused-type-ignore-comment | nion/utils/ThreadPool.py:30:39 | Unused blanket `type: ignore` directive |
| nox | possibly-unresolved-reference | nox/_cli.py:150:16 | Name `main_filename` used when possibly not defined |
| nox | unused-type-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 | call-top-callable | nox/_option_set.py:162:20 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| nox | unused-type-ignore-comment | nox/_options.py:110:44 | Unused blanket `type: ignore` directive |
| nox | unused-type-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[Sequence[str] | bool]` |
| nox | unused-type-ignore-comment | nox/_options.py:296:34 | Unused blanket `type: ignore` directive |
| nox | unused-type-ignore-comment | nox/_options.py:415:65 | Unused blanket `type: ignore` directive |
| nox | unused-type-ignore-comment | nox/_options.py:540:67 | Unused blanket `type: ignore` directive |
| nox | unused-type-ignore-comment | nox/_options.py:632:70 | Unused blanket `type: ignore` directive |
| nox | unused-type-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)`, found `partial[Func | (((...) -> Any, /) -> Func)]` |
| nox | unresolved-attribute | nox/registry.py:118:26 | Attribute `__name__` is not defined on `(...) -> Any` in union `((...) -> Any) | Unknown` |
| nox | unresolved-attribute | nox/registry.py:132:24 | Attribute `__name__` is not defined on `(...) -> Any` in union `((...) -> Any) | Unknown` |
| nox | unresolved-import | nox/sessions.py:32:8 | Cannot resolve imported module `humanize` |
| nox | unused-type-ignore-comment | nox/sessions.py:187:54 | Unused blanket `type: ignore` directive |
| nox | unused-type-ignore-comment | nox/sessions.py:317:57 | Unused blanket `type: ignore` directive |
| nox | unused-type-ignore-comment | nox/sessions.py:668:55 | Unused blanket `type: ignore` directive |
| nox | unresolved-import | nox/virtualenv.py:221:16 | Cannot resolve imported module `pbs_installer` |
| numpy-stl | invalid-type-form | stl/base.py:34:15 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:35:15 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:36:16 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:39:22 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:44:16 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:47:18 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:50:19 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:51:19 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:57:19 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:66:12 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:67:12 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:68:11 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:69:11 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:70:11 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:71:11 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:72:11 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:73:11 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | invalid-type-form | stl/base.py:76:12 | `typing.TypeAlias` is only allowed as the sole annotation on an annotated assignment |
| numpy-stl | unused-type-ignore-comment | stl/base.py:405:45 | Unused blanket `type: ignore` directive |
| numpy-stl | unused-type-ignore-comment | stl/stl.py:27:8 | Unused blanket `type: ignore` directive |
| numpy-stl | unused-type-ignore-comment | stl/stl.py:285:49 | Unused blanket `type: ignore` directive |
| numpy-stl | unused-type-ignore-comment | stl/stl.py:362:49 | Unused blanket `type: ignore` directive |
| 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 | shadowed-type-variable | ops/_private/harness.py:431:15 | Generic class `TestCharm` uses type variable `CharmType` already bound by an enclosing scope |
| 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-type-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-type-ignore-comment | ops/_private/harness.py:2306:45 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/_private/harness.py:2699:51 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/_private/harness.py:2703:67 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/_private/harness.py:2706:38 | Unused blanket `type: ignore` directive |
| operator | missing-argument | ops/_private/harness.py:3131:16 | No argument provided for required parameter `pebble_client` of function `_can_connect` |
| operator | invalid-argument-type | ops/_private/harness.py:3131:43 | Argument to function `_can_connect` is incorrect: Expected `_TestingModelBackend`, found `Self@_check_connection` |
| operator | unused-type-ignore-comment | ops/charm.py:1480:38 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/charm.py:1689:55 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/charm.py:1691: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-type-ignore-comment | ops/framework.py:573:29 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/framework.py:610:36 | Unused blanket `type: ignore` directive |
| operator | invalid-assignment | ops/framework.py:667:13 | Object of type `bound method Self@set_breakpointhook.breakpoint(name: str | None = None) -> Unknown` is not assignable to attribute `breakpointhook` of type `def breakpointhook(...) -> Any` |
| operator | unused-type-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-type-ignore-comment | ops/framework.py:1311:48 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/framework.py:1313:48 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/framework.py:1315:47 | Unused blanket `type: ignore` directive |
| operator | unused-type-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-type-ignore-comment | ops/framework.py:1449:31 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/framework.py:1524:31 | Unused blanket `type: ignore` directive |
| operator | unused-type-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 | unresolved-attribute | ops/lib/__init__.py:272:13 | Attribute `exec_module` is not defined on `None` in union `Unknown | Loader | None` |
| operator | invalid-assignment | ops/log.py:82:5 | Object of type `def custom_showwarning(message: Warning | str, category: type[Warning], filename: str, lineno: int, file: TextIO | None = None, line: str | None = None) -> Unknown` is not assignable to attribute `showwarning` of type `def showwarning(message: Warning | str, category: type[Warning], filename: str, lineno: int, file: TextIO | None = None, line: str | None = None) -> None` |
| operator | unused-type-ignore-comment | ops/main.py:24:24 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/main.py:25:19 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/main.py:26:23 | Unused blanket `type: ignore` directive |
| operator | unused-type-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-type-ignore-comment | ops/model.py:1909:69 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/model.py:1911:68 | Unused blanket `type: ignore` directive |
| operator | invalid-method-override | ops/model.py:1969:9 | Invalid override of method `__contains__`: Definition is incompatible with `Mapping.__contains__` |
| operator | invalid-method-override | ops/model.py:2128:9 | Invalid override of method `update`: Definition is incompatible with `MutableMapping.update` |
| operator | invalid-method-override | ops/model.py:2199:9 | Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__` |
| operator | invalid-method-override | ops/model.py:2410:9 | Invalid override of method `__contains__`: Definition is incompatible with `Mapping.__contains__` |
| operator | unresolved-attribute | ops/model.py:2552:65 | Object of type `property` has no attribute `Client` |
| operator | unresolved-attribute | ops/model.py:2643:22 | Object of type `property` has no attribute `LayerDict` |
| operator | unresolved-attribute | ops/model.py:2643:41 | Object of type `property` has no attribute `Layer` |
| operator | unresolved-attribute | ops/model.py:2662:27 | Object of type `property` has no attribute `Plan` |
| operator | unresolved-attribute | ops/model.py:2671:65 | Object of type `property` has no attribute `ServiceInfo` |
| operator | unresolved-attribute | ops/model.py:2681:49 | Object of type `property` has no attribute `ServiceInfo` |
| operator | unresolved-attribute | ops/model.py:2695:41 | Object of type `property` has no attribute `CheckLevel` |
| operator | unresolved-attribute | ops/model.py:2708:45 | Object of type `property` has no attribute `CheckInfo` |
| operator | unresolved-attribute | ops/model.py:2835:15 | Object of type `property` has no attribute `FileInfo` |
| operator | unresolved-attribute | ops/model.py:3015:46 | Object of type `property` has no attribute `FileInfo` |
| operator | unresolved-attribute | ops/model.py:3056:46 | Object of type `property` has no attribute `FileInfo` |
| operator | unresolved-attribute | ops/model.py:3057:20 | Object of type `property` has no attribute `FileInfo` |
| operator | unresolved-attribute | ops/model.py:3199:10 | Object of type `property` has no attribute `ExecProcess` |
| operator | unresolved-attribute | ops/model.py:3220:10 | Object of type `property` has no attribute `ExecProcess` |
| operator | unresolved-attribute | ops/model.py:3239:10 | Object of type `property` has no attribute `ExecProcess` |
| operator | no-matching-overload | ops/model.py:3257:16 | No overload of bound method `exec` matches arguments |
| operator | unused-type-ignore-comment | ops/model.py:3267:27 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/model.py:3268:29 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/model.py:3269:29 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/model.py:3270:33 | Unused blanket `type: ignore` directive |
| operator | unresolved-attribute | ops/model.py:3291:38 | Object of type `property` has no attribute `Notice` |
| operator | unresolved-attribute | ops/model.py:3309:16 | Object of type `property` has no attribute `NoticesUsers` |
| operator | unresolved-attribute | ops/model.py:3311:25 | Object of type `property` has no attribute `NoticeType` |
| operator | unresolved-attribute | ops/model.py:3313:15 | Object of type `property` has no attribute `Notice` |
| operator | unresolved-attribute | ops/model.py:3330:25 | Object of type `property` has no attribute `Client` |
| operator | unused-type-ignore-comment | ops/model.py:3738:40 | Unused blanket `type: ignore` directive |
| operator | no-matching-overload | ops/model.py:3929:20 | No overload of function `secret_get` matches arguments |
| operator | unused-type-ignore-comment | ops/model.py:3931:31 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/model.py:3932:35 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/model.py:3933: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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `AnyStr@ExecError` |
| operator | unused-type-ignore-comment | ops/pebble.py:630:58 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/pebble.py:720:58 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/pebble.py:789:58 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/pebble.py:822:44 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/pebble.py:912:44 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/pebble.py:1170:40 | Unused blanket `type: ignore` directive |
| operator | unused-type-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-type-ignore-comment | ops/pebble.py:2714:40 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/pebble.py:2875:40 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/pebble.py:3229:74 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/storage.py:336:36 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/storage.py:347:66 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/storage.py:350:33 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/storage.py:352:44 | Unused blanket `type: ignore` directive |
| operator | unused-type-ignore-comment | ops/storage.py:356:36 | Unused blanket `type: ignore` directive |
| operator | unused-type-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-type-ignore-comment | ops/testing.py:182:39 | Unused blanket `type: ignore` directive |
| packaging | unresolved-import | src/packaging/_manylinux.py:188:16 | Cannot resolve imported module `_manylinux` |
| packaging | invalid-argument-type | src/packaging/errors.py:87:32 | Argument to bound method `append` is incorrect: Expected `Exception`, found `BaseException` |
| packaging | possibly-unresolved-reference | src/packaging/metadata.py:669:20 | Name `name` used when possibly not defined |
| packaging | possibly-unresolved-reference | src/packaging/metadata.py:692:20 | Name `req` used when possibly not defined |
| packaging | unused-type-ignore-comment | src/packaging/pylock.py:111:52 | Unused blanket `type: ignore` directive |
| packaging | unused-type-ignore-comment | src/packaging/pylock.py:184:51 | Unused blanket `type: ignore` directive |
| packaging | unused-type-ignore-comment | src/packaging/pylock.py:196:60 | Unused blanket `type: ignore` directive |
| packaging | unused-type-ignore-comment | src/packaging/pylock.py:379:79 | Unused blanket `type: ignore` directive |
| packaging | unused-type-ignore-comment | src/packaging/pylock.py:421:79 | Unused blanket `type: ignore` directive |
| packaging | unused-type-ignore-comment | src/packaging/pylock.py:462:79 | Unused blanket `type: ignore` directive |
| packaging | unused-type-ignore-comment | src/packaging/pylock.py:522:70 | Unused blanket `type: ignore` directive |
| packaging | unused-type-ignore-comment | src/packaging/pylock.py:530:90 | Unused blanket `type: ignore` directive |
| packaging | unused-type-ignore-comment | src/packaging/pylock.py:531:45 | Unused blanket `type: ignore` directive |
| packaging | possibly-unresolved-reference | src/packaging/pylock.py:553:54 | Name `i` used when possibly not defined |
| packaging | unused-type-ignore-comment | src/packaging/pylock.py:611:45 | Unused blanket `type: ignore` directive |
| packaging | invalid-type-form | src/packaging/version.py:40:38 | `[...]` is not a valid parameter list for `Callable`: Did you mean `Callable[..., object]`? |
| packaging | invalid-return-type | src/packaging/version.py:290:16 | Return type does not match returned value: expected `tuple[int, ...]`, found `tuple[object, ...]` |
| packaging | invalid-argument-type | src/packaging/version.py:300:32 | Argument to function `normalize_pre` is incorrect: Expected `str`, found `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:89:24 | Object of type `(**_P@converter_decorator) -> _T@converter_decorator` has no attribute `__name__` |
| optuna | unresolved-attribute | optuna/_convert_positional_args.py:96:31 | Object of type `(**_P@converter_decorator) -> _T@converter_decorator` has no attribute `__name__` |
| optuna | unresolved-attribute | optuna/_convert_positional_args.py:112:24 | Object of type `(**_P@converter_decorator) -> _T@converter_decorator` has no attribute `__name__` |
| optuna | unresolved-attribute | optuna/_convert_positional_args.py:122:24 | Object of type `(**_P@converter_decorator) -> _T@converter_decorator` has no attribute `__name__` |
| optuna | unresolved-attribute | optuna/_deprecated.py:107:53 | Object of type `(**FP@decorator) -> FT@decorator` has no attribute `__name__` |
| optuna | unresolved-attribute | optuna/_experimental.py:73:46 | Object of type `(**FP@decorator) -> FT@decorator` has no attribute `__qualname__` |
| optuna | unresolved-import | optuna/_gp/acqf.py:16:12 | Cannot resolve imported module `torch` |
| optuna | unused-type-ignore-comment | optuna/_gp/acqf.py:37:53 | Unused blanket `type: ignore` directive |
| optuna | unused-type-ignore-comment | optuna/_gp/acqf.py:112:25 | Unused blanket `type: ignore` directive |
| optuna | unused-type-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-type-ignore-comment | optuna/_gp/gp.py:177:66 | Unused blanket `type: ignore` directive |
| optuna | unused-type-ignore-comment | optuna/_gp/gp.py:287:34 | Unused blanket `type: ignore` directive |
| optuna | unused-type-ignore-comment | optuna/_gp/gp.py:289:76 | Unused blanket `type: ignore` directive |
| optuna | unused-type-ignore-comment | optuna/_gp/gp.py:291:80 | 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-type-ignore-comment | optuna/_gp/optim_mixed.py:66:37 | Unused blanket `type: ignore` directive |
| optuna | unused-type-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:23: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:74:21 | Argument to function `_normalize_one_param` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown | ndarray[Unknown, Unknown], Unknown | ndarray[Unknown, Unknown]]` |
| optuna | invalid-argument-type | optuna/_gp/search_space.py:75:21 | Argument to function `_normalize_one_param` is incorrect: Expected `int | float`, found `Unknown | ndarray[Unknown, Unknown]` |
| optuna | invalid-argument-type | optuna/_gp/search_space.py:104:21 | Argument to function `_normalize_one_param` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown | ndarray[Unknown, Unknown], Unknown | ndarray[Unknown, Unknown]]` |
| optuna | invalid-argument-type | optuna/_gp/search_space.py:105:21 | Argument to function `_normalize_one_param` is incorrect: Expected `int | float`, 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:181:53 | Argument to function `_round_one_normalized_param` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown | ndarray[Unknown, Unknown], Unknown | ndarray[Unknown, Unknown]]` |
| optuna | invalid-argument-type | optuna/_gp/search_space.py:181:83 | Argument to function `_round_one_normalized_param` is incorrect: Expected `int | float`, 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-argument-type | optuna/_hypervolume/hssp.py:137:82 | Argument to function `_lazy_contribs_update` is incorrect: Expected `int | float`, found `Any | ndarray[Unknown, Unknown]` |
| optuna | invalid-method-override | optuna/_imports.py:133: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 | invalid-argument-type | optuna/cli.py:733:17 | Argument is incorrect: Expected `BaseSampler | None`, found `Unknown | BaseStorage | bool | None` |
| 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: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:243: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:256:13 | Cannot reduce object of type `int` modulo zero |
| optuna | unused-type-ignore-comment | optuna/pruners/_hyperband.py:320: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:33:24 | Module `typing` has no member `TypeAlias` |
| optuna | unresolved-import | optuna/samplers/_cmaes.py:35:12 | Cannot resolve imported module `cmaes` |
| optuna | unresolved-import | optuna/samplers/_gp/sampler.py:26:12 | Cannot resolve imported module `torch` |
| optuna | unused-type-ignore-comment | optuna/samplers/_grid.py:125: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 | not-subscriptable | optuna/samplers/nsgaii/_elite_population_selection_strategy.py:88:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| optuna | not-subscriptable | optuna/samplers/nsgaii/_elite_population_selection_strategy.py:88:39 | Cannot subscript object of type `None` with no `__getitem__` method |
| optuna | not-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:63:59 | Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[str]` |
| 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-declaration | optuna/storages/_rdb/alembic/versions/v3.0.0.c.py:116:13 | Cannot declare type `int | float` for inferred type `float | (Unknown & ~None) | Column[int | float]` |
| optuna | invalid-argument-type | optuna/storages/_rdb/alembic/versions/v3.0.0.c.py:132:74 | Argument to bound method `intermediate_value_to_stored_repr` is incorrect: Expected `int | float`, found `float | (Unknown & ~None) | Column[int | float]` |
| 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-declaration | optuna/storages/_rdb/alembic/versions/v3.0.0.d.py:126:13 | Cannot declare type `int | float` for inferred type `float | Unknown | Column[int | float]` |
| optuna | invalid-argument-type | optuna/storages/_rdb/alembic/versions/v3.0.0.d.py:137:54 | Argument to bound method `value_to_stored_repr` is incorrect: Expected `int | float`, found `float | Unknown | Column[int | float]` |
| 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-type-ignore-comment | optuna/storages/_rdb/models.py:38:47 | Unused blanket `type: ignore` directive |
| optuna | invalid-return-type | optuna/storages/_rdb/models.py:105:16 | Return type does not match returned value: expected `list[StudyDirectionModel]`, found `list[Self@where_study_id]` |
| optuna | invalid-return-type | optuna/storages/_rdb/models.py:137:16 | Return type does not match returned value: expected `list[StudyUserAttributeModel]`, found `list[Self@where_study_id]` |
| optuna | invalid-return-type | optuna/storages/_rdb/models.py:169:16 | Return type does not match returned value: expected `list[StudySystemAttributeModel]`, found `list[Self@where_study_id]` |
| optuna | invalid-return-type | optuna/storages/_rdb/models.py:323:16 | Return type does not match returned value: expected `list[TrialUserAttributeModel]`, found `list[Self@where_trial_id]` |
| optuna | invalid-return-type | optuna/storages/_rdb/models.py:355:16 | Return type does not match returned value: expected `list[TrialSystemAttributeModel]`, found `list[Self@where_trial_id]` |
| optuna | invalid-return-type | optuna/storages/_rdb/models.py:399:16 | Return type does not match returned value: expected `list[TrialParamModel]`, found `list[Self@where_trial_id]` |
| optuna | invalid-return-type | optuna/storages/_rdb/models.py:461:16 | Return type does not match returned value: expected `list[TrialValueModel]`, found `list[Self@where_trial_id]` |
| optuna | invalid-return-type | optuna/storages/_rdb/models.py:533:16 | Return type does not match returned value: expected `list[TrialIntermediateValueModel]`, found `list[Self@where_trial_id]` |
| optuna | invalid-assignment | optuna/storages/_rdb/storage.py:325:17 | Invalid assignment to data descriptor attribute `value_json` on type `StudyUserAttributeModel` with custom `__set__` method |
| optuna | invalid-assignment | optuna/storages/_rdb/storage.py:337:17 | Invalid assignment to data descriptor attribute `value_json` on type `StudySystemAttributeModel` with custom `__set__` method |
| 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[str]` |
| optuna | invalid-argument-type | optuna/storages/_rdb/storage.py:365:48 | Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[str]` |
| 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[str], Unknown]` |
| optuna | invalid-argument-type | optuna/storages/_rdb/storage.py:374:50 | Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[str]` |
| 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[str], Unknown]` |
| optuna | invalid-argument-type | optuna/storages/_rdb/storage.py:384:48 | Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[str]` |
| 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[str], Unknown]` |
| optuna | invalid-argument-type | optuna/storages/_rdb/storage.py:394:50 | Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[str]` |
| 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[str], Unknown]` |
| 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-assignment | optuna/storages/_rdb/storage.py:572:13 | Invalid assignment to data descriptor attribute `state` on type `TrialModel` with custom `__set__` method |
| optuna | invalid-assignment | optuna/storages/_rdb/storage.py:574:9 | Invalid assignment to data descriptor attribute `number` on type `TrialModel` with custom `__set__` method |
| 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-argument-type | optuna/storages/_rdb/storage.py:628:21 | Argument to function `json_to_distribution` is incorrect: Expected `str`, found `Unknown | Column[str]` |
| 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-assignment | optuna/storages/_rdb/storage.py:668:17 | Invalid assignment to data descriptor attribute `state` on type `TrialModel` with custom `__set__` method |
| optuna | invalid-assignment | optuna/storages/_rdb/storage.py:671:21 | Invalid assignment to data descriptor attribute `datetime_start` on type `TrialModel` with custom `__set__` method |
| optuna | invalid-assignment | optuna/storages/_rdb/storage.py:674:21 | Invalid assignment to data descriptor attribute `datetime_complete` on type `TrialModel` with custom `__set__` method |
| 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-assignment | optuna/storages/_rdb/storage.py:699:13 | Invalid assignment to data descriptor attribute `value` on type `TrialValueModel` with custom `__set__` method |
| optuna | invalid-assignment | optuna/storages/_rdb/storage.py:700:13 | Invalid assignment to data descriptor attribute `value_type` on type `TrialValueModel` with custom `__set__` method |
| 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-assignment | optuna/storages/_rdb/storage.py:738:13 | Invalid assignment to data descriptor attribute `intermediate_value` on type `TrialIntermediateValueModel` with custom `__set__` method |
| optuna | invalid-assignment | optuna/storages/_rdb/storage.py:739:13 | Invalid assignment to data descriptor attribute `intermediate_value_type` on type `TrialIntermediateValueModel` with custom `__set__` method |
| 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-assignment | optuna/storages/_rdb/storage.py:805:17 | Object of type `str` is not assignable to attribute `value_json` on type `TrialUserAttributeModel | TrialSystemAttributeModel` |
| 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-assignment | optuna/storages/_rdb/storage.py:1035:17 | Invalid assignment to data descriptor attribute `heartbeat` on type `TrialHeartbeatModel` with custom `__set__` method |
| optuna | invalid-assignment | optuna/storages/_rdb/storage.py:1193:13 | Invalid assignment to data descriptor attribute `schema_version` on type `VersionInfoModel` with custom `__set__` method |
| optuna | invalid-assignment | optuna/storages/_rdb/storage.py:1194:13 | Invalid assignment to data descriptor attribute `library_version` on type `VersionInfoModel` with custom `__set__` method |
| 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-type-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 | unresolved-attribute | optuna/study/_dataframe.py:94:7 | Attribute `DataFrame` is not defined on `<class 'object'>` in union `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:21:12 | Cannot resolve imported module `scipy.stats` |
| optuna | unresolved-import | optuna/terminator/improvement/emmr.py:22:12 | Cannot resolve imported module `torch` |
| optuna | unresolved-import | optuna/testing/pytest_samplers.py:8:6 | Cannot resolve imported module `_pytest.mark.structures` |
| optuna | unresolved-import | optuna/testing/pytest_samplers.py:10:8 | Cannot resolve imported module `pytest` |
| optuna | unresolved-import | optuna/testing/pytest_storages.py:13:8 | Cannot resolve imported module `pytest` |
| 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-type-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 | 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-type-ignore-comment | optuna/visualization/matplotlib/_rank.py:100:41 | Unused blanket `type: ignore` directive |
| optuna | possibly-unresolved-reference | optuna/visualization/matplotlib/_slice.py:102:25 | Name `sc` used when possibly not defined |
| optuna | unused-type-ignore-comment | optuna/visualization/matplotlib/_timeline.py:85:59 | Unused blanket `type: ignore` directive |
| optuna | unused-type-ignore-comment | optuna/visualization/matplotlib/_timeline.py:86:45 | Unused blanket `type: ignore` directive |
| optuna | unused-type-ignore-comment | optuna/visualization/matplotlib/_timeline.py:107:45 | Unused blanket `type: ignore` directive |
| optuna | unused-type-ignore-comment | optuna/visualization/matplotlib/_timeline.py:108:42 | Unused blanket `type: ignore` directive |
| optuna | unused-type-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 | missing-argument | tests/artifacts_tests/test_upload_artifact.py:126:23 | No arguments provided for required parameters `file_path`, `study_or_trial` |
| optuna | missing-argument | tests/artifacts_tests/test_upload_artifact.py:133:23 | No argument provided for required parameter `study_or_trial` |
| optuna | unresolved-import | tests/conftest.py:1:8 | Cannot resolve imported module `pytest` |
| 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-type-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 | invalid-argument-type | tests/gp_tests/test_search_space.py:109:13 | Argument to function `_unnormalize_one_param` is incorrect: Expected `tuple[int | float, int | float]`, found `Unknown | ndarray[Unknown, Unknown]` |
| optuna | invalid-argument-type | tests/gp_tests/test_search_space.py:110:13 | Argument to function `_unnormalize_one_param` is incorrect: Expected `int | float`, 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_gp.py:138:12 | Cannot resolve imported module `torch` |
| optuna | unresolved-import | tests/samplers_tests/test_grid.py:9:8 | Cannot resolve imported module `pytest` |
| optuna | unused-type-ignore-comment | tests/samplers_tests/test_grid.py:56:78 | Unused blanket `type: ignore` directive |
| optuna | unused-type-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 | invalid-argument-type | tests/samplers_tests/test_nsgaii.py:857:40 | Argument to bound method `to_internal_repr` is incorrect: Expected `None | int | float | str`, found `ndarray[Unknown, dtype[Any]]` |
| optuna | invalid-argument-type | tests/samplers_tests/test_nsgaii.py:858:40 | Argument to bound method `to_internal_repr` is incorrect: Expected `None | int | float | str`, found `ndarray[Unknown, dtype[Any]]` |
| 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:5: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:11:6 | Cannot resolve imported module `_pytest.fixtures` |
| optuna | unresolved-import | tests/samplers_tests/test_samplers.py:12: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 | invalid-assignment | tests/storages_tests/rdb_tests/test_storage.py:160:9 | Object of type `Literal[11]` is not assignable to attribute `schema_version` on type `Unknown | VersionInfoModel` |
| optuna | not-subscriptable | tests/storages_tests/rdb_tests/test_storage.py:297:30 | Cannot subscript object of type `None` with no `__getitem__` method |
| optuna | not-subscriptable | tests/storages_tests/rdb_tests/test_storage.py:298:29 | Cannot subscript object of type `None` with no `__getitem__` method |
| optuna | invalid-assignment | tests/storages_tests/rdb_tests/test_storage.py:361:13 | Invalid assignment to data descriptor attribute `number` on type `TrialModel` with custom `__set__` method |
| 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-type-ignore-comment | tests/storages_tests/test_heartbeat.py:74:59 | Unused blanket `type: ignore` directive |
| optuna | unused-type-ignore-comment | tests/storages_tests/test_heartbeat.py:245:58 | Unused blanket `type: ignore` directive |
| optuna | unresolved-import | tests/storages_tests/test_storages.py:6:8 | Cannot resolve imported module `pytest` |
| optuna | unresolved-import | tests/storages_tests/test_storages.py:7:6 | 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:85:30 | Object of type `numpy.bool[builtins.bool]` is not iterable |
| optuna | not-iterable | tests/storages_tests/test_with_server.py:102:30 | Object of type `numpy.bool[builtins.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-type-ignore-comment | tests/study_tests/test_optimize.py:73:82 | Unused blanket `type: ignore` directive |
| optuna | unused-type-ignore-comment | tests/study_tests/test_optimize.py:78:86 | Unused blanket `type: ignore` directive |
| optuna | unresolved-import | tests/study_tests/test_study.py:20:8 | Cannot resolve imported module `_pytest.capture` |
| optuna | unresolved-import | tests/study_tests/test_study.py:21:8 | Cannot resolve imported module `pytest` |
| optuna | division-by-zero | tests/study_tests/test_study.py:1032:19 | Cannot divide object of type `Literal[1]` by zero |
| optuna | division-by-zero | tests/study_tests/test_study.py:1045:34 | Cannot divide object of type `Literal[1]` by zero |
| optuna | invalid-argument-type | tests/study_tests/test_study.py:1158:36 | Argument to bound method `_log_completed_trial` is incorrect: Expected `list[int | float]`, found `Unknown | list[int | float] | None` |
| optuna | invalid-argument-type | tests/study_tests/test_study.py:1163:36 | Argument to bound method `_log_completed_trial` is incorrect: Expected `list[int | float]`, found `Unknown | list[int | float] | None` |
| optuna | invalid-argument-type | tests/study_tests/test_study.py:1168:36 | Argument to bound method `_log_completed_trial` is incorrect: Expected `list[int | float]`, found `Unknown | list[int | float] | None` |
| optuna | invalid-argument-type | tests/study_tests/test_study.py:1254:19 | Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[int | float] | None` |
| 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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 `(*, a: int, b: int, c: int) -> int` has no attribute `__name__` |
| optuna | unresolved-import | tests/test_deprecated.py:5:8 | Cannot resolve imported module `pytest` |
| optuna | unresolved-attribute | tests/test_deprecated.py:56:12 | Object of type `() -> int` has no attribute `__name__` |
| optuna | unresolved-attribute | tests/test_deprecated.py:72:12 | Object of type `(self) -> None` has no attribute `__name__` |
| optuna | unresolved-attribute | tests/test_deprecated.py:137:12 | Object of type `() -> int` has no attribute `__name__` |
| optuna | unresolved-attribute | tests/test_deprecated.py:192:12 | Object of type `() -> int` 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 | unresolved-attribute | tests/test_experimental.py:55:12 | Object of type `() -> int` has no attribute `__name__` |
| optuna | unresolved-attribute | tests/test_experimental.py:68:12 | Object of type `() -> None` has no attribute `__name__` |
| optuna | unresolved-attribute | tests/test_experimental.py:81:12 | Object of type `(self) -> None` has no attribute `__name__` |
| 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 | invalid-context-manager | tests/trial_tests/test_trial.py:693: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` |
| optuna | unresolved-import | tests/visualization_tests/test_timeline.py:23:12 | Cannot resolve imported module `_pytest.capture` |
| 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 | not-subscriptable | tests/visualization_tests/test_utils.py:131:16 | Cannot subscript object of type `None` with no `__getitem__` method |
| optuna | unused-type-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 | unresolved-attribute | tutorial/20_recipes/005_user_defined_sampler.py:87:29 | Attribute `params` is not defined on `None` in union `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-argument-type | paroxython/derived_labels_db.py:189:13 | Method `__getitem__` of type `bound method defaultdict[LabelName, dict[Span, Any]].__getitem__(key: LabelName, /) -> dict[Span, Any]` cannot be called with key of type `str` on object of type `defaultdict[LabelName, dict[Span, Any]]` |
| paroxython | invalid-parameter-default | paroxython/list_programs.py:51:33 | Default value of type `None` is not assignable to annotated parameter type `Path` |
| paroxython | unused-type-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-type-ignore-comment | parso/grammar.py:109:41 | Unused blanket `type: ignore` directive |
| parso | unused-type-ignore-comment | parso/grammar.py:116:37 | Unused blanket `type: ignore` directive |
| parso | unused-type-ignore-comment | parso/grammar.py:135:41 | Unused blanket `type: ignore` directive |
| parso | unused-type-ignore-comment | parso/grammar.py:147:34 | Unused blanket `type: ignore` directive |
| parso | unused-type-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:59:13 | Object of type `type` has no attribute `feed_node` |
| parso | unresolved-attribute | parso/normalizer.py:65:13 | Object of type `type` has no attribute `feed_node` |
| 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 | possibly-unresolved-reference | parso/python/diff.py:380:64 | Name `from_` used when possibly not defined |
| parso | unresolved-reference | parso/python/errors.py:208:23 | Name `testlist_comp` used when not defined |
| parso | unresolved-attribute | parso/python/errors.py:415:18 | Attribute `add_block` is not defined on `None` in union `Unknown | _Context | None` |
| parso | unresolved-attribute | parso/python/errors.py:416:24 | Attribute `blocks` is not defined on `None` in union `Unknown | _Context | None` |
| parso | unresolved-attribute | parso/python/errors.py:431:28 | Attribute `parent_context` is not defined on `None` in union `Unknown | _Context | None` |
| parso | unresolved-attribute | parso/python/errors.py:432:13 | Attribute `close_child_context` is not defined on `None` in union `Unknown | None` |
| parso | unresolved-attribute | parso/python/errors.py:470:32 | Attribute `add_context` is not defined on `None` in union `Unknown | _Context | None` |
| parso | unresolved-attribute | parso/python/errors.py:489:9 | Attribute `finalize` is not defined on `None` in union `Unknown | _Context | None` |
| 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 | unresolved-attribute | parso/python/parser.py:120:50 | Attribute `value` is not defined on `None` in union `Unknown | None` |
| parso | unresolved-attribute | parso/python/parser.py:121:26 | Attribute `value` is not defined on `None` in union `Unknown | 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 | unresolved-attribute | parso/python/pep8.py:258:16 | Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:259:41 | Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:263:17 | Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:270:20 | Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:271:37 | Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:276:16 | Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:277:41 | Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:290:22 | Attribute `get_latest_suite_node` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | possibly-unresolved-reference | parso/python/pep8.py:353:32 | Name `part` used when possibly not defined |
| parso | unresolved-attribute | parso/python/pep8.py:362:17 | Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:363:37 | Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | possibly-unresolved-reference | parso/python/pep8.py:371:34 | Name `part` used when possibly not defined |
| parso | unresolved-attribute | parso/python/pep8.py:385:37 | Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:414:16 | Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:415:20 | Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:418:35 | Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:419:54 | Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:431:16 | Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:432:25 | Attribute `type` is not defined on `None` in union `Unknown | None` |
| parso | unresolved-attribute | parso/python/pep8.py:433:41 | Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:436:41 | Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:441:51 | Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:444:49 | Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:449:29 | Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:460:49 | Attribute `bracket_indentation` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:462:49 | Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:464:29 | Attribute `get_latest_suite_node` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:471:36 | Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:486:40 | Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:492:42 | Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:498:42 | Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:507:40 | Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:513:42 | Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:537:24 | Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:538:41 | Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:541:27 | Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None` |
| parso | unresolved-attribute | parso/python/pep8.py:631:33 | Attribute `parent` is not defined on `None` in union `None | Unknown` |
| parso | unresolved-attribute | parso/python/pep8.py:651:40 | Attribute `type` is not defined on `None` in union `None | Unknown` |
| parso | unresolved-attribute | parso/python/pep8.py:656:41 | Attribute `prefix` is not defined on `None` in union `Unknown | None` |
| parso | unresolved-attribute | parso/python/pep8.py:657:41 | Attribute `prefix` is not defined on `None` in union `Unknown | None` |
| parso | unresolved-attribute | parso/python/pep8.py:719:31 | Attribute `group` is not defined on `None` in union `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 | 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:426:24 | Name `endprog` used when possibly not defined |
| parso | possibly-unresolved-reference | parso/python/tokenize.py:431:21 | Name `contstr_start` used when possibly not defined |
| parso | possibly-unresolved-reference | parso/python/tokenize.py:436:28 | Name `contline` used when possibly not defined |
| parso | unused-type-ignore-comment | parso/python/tokenize.py:447:57 | Unused blanket `type: ignore` directive |
| parso | unused-type-ignore-comment | parso/python/tokenize.py:499:46 | Unused blanket `type: ignore` directive |
| parso | unused-type-ignore-comment | parso/python/tokenize.py:500:38 | Unused blanket `type: ignore` directive |
| parso | unused-type-ignore-comment | parso/python/tokenize.py:515:66 | Unused blanket `type: ignore` directive |
| parso | unused-type-ignore-comment | parso/python/tokenize.py:516:36 | Unused blanket `type: ignore` directive |
| parso | unused-type-ignore-comment | parso/python/tokenize.py:520:57 | Unused blanket `type: ignore` directive |
| 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: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:220:17 | Attribute `type` is not defined on `None` in union `BaseNode | None` |
| parso | unresolved-attribute | parso/python/tree.py:229:24 | Attribute `parent` is not defined on `None` in union `BaseNode | None` |
| parso | unresolved-attribute | parso/python/tree.py:260:16 | Attribute `group` is not defined on `None` in union `Match[str] | None` |
| parso | unresolved-attribute | parso/python/tree.py:268:16 | Attribute `group` is not defined on `None` in union `Match[str] | None` |
| parso | unresolved-attribute | parso/python/tree.py:268:37 | Attribute `group` is not defined on `None` in union `Match[str] | None` |
| parso | unresolved-attribute | parso/python/tree.py:455:12 | Attribute `type` is not defined on `None` in union `BaseNode | None` |
| parso | unresolved-attribute | parso/python/tree.py:456:25 | Attribute `parent` is not defined on `None` in union `BaseNode | None` |
| parso | unresolved-attribute | parso/python/tree.py:458:12 | Attribute `type` is not defined on `None` in union `BaseNode | None` |
| parso | unresolved-attribute | parso/python/tree.py:459:16 | Attribute `children` is not defined on `None` in union `BaseNode | None` |
| parso | unresolved-attribute | parso/python/tree.py:460:24 | Attribute `children` is not defined on `None` in union `BaseNode | None` |
| parso | unresolved-attribute | parso/python/tree.py:462:24 | Attribute `children` is not defined on `None` in union `BaseNode | None` |
| parso | possibly-unresolved-reference | parso/python/tree.py:850:12 | Name `n` used when possibly not defined |
| parso | possibly-unresolved-reference | parso/python/tree.py:851:20 | Name `n` used when possibly not defined |
| parso | possibly-unresolved-reference | parso/python/tree.py:852:14 | Name `n` used when possibly not defined |
| parso | possibly-unresolved-reference | parso/python/tree.py:855:21 | Name `n` used when possibly not defined |
| parso | unresolved-attribute | parso/python/tree.py:1168:17 | Attribute `children` is not defined on `None` in union `BaseNode | None` |
| parso | unresolved-attribute | parso/python/tree.py:1170:34 | Attribute `children` is not defined on `None` in union `BaseNode | None` |
| parso | unresolved-attribute | parso/python/tree.py:1177:34 | Attribute `children` is not defined on `None` in union `BaseNode | None` |
| 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 | unresolved-attribute | parso/tree.py:89:17 | Attribute `children` is not defined on `None` in union `BaseNode | None` |
| parso | unresolved-attribute | parso/tree.py:89:17 | Attribute `parent` is not defined on `None` in union `Self@get_previous_leaf | BaseNode | None` |
| parso | unresolved-attribute | parso/tree.py:92:24 | Attribute `parent` is not defined on `None` in union `Self@get_previous_leaf | BaseNode | None` |
| parso | unresolved-attribute | parso/tree.py:93:20 | Attribute `parent` is not defined on `None` in union `BaseNode | None` |
| parso | unresolved-attribute | parso/tree.py:115:17 | Attribute `children` is not defined on `None` in union `BaseNode | None` |
| parso | unresolved-attribute | parso/tree.py:115:17 | Attribute `parent` is not defined on `None` in union `Self@get_next_leaf | BaseNode | None` |
| parso | unresolved-attribute | parso/tree.py:118:24 | Attribute `parent` is not defined on `None` in union `Self@get_next_leaf | BaseNode | None` |
| parso | unresolved-attribute | parso/tree.py:119:20 | Attribute `parent` is not defined on `None` in union `BaseNode | None` |
| parso | deprecated | parso/tree.py:131:6 | The class `abstractproperty` is deprecated: Deprecated since Python 3.3. Use `@property` stacked on top of `@abstractmethod` instead. |
| parso | empty-body | parso/tree.py:132:28 | Function always implicitly returns `None`, which is not assignable to return type `tuple[int, int]` |
| parso | deprecated | parso/tree.py:139:6 | The class `abstractproperty` is deprecated: Deprecated since Python 3.3. Use `@property` stacked on top of `@abstractmethod` instead. |
| parso | empty-body | parso/tree.py:140: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-type-ignore-comment | src/pegen/web.py:37:32 | Unused blanket `type: ignore` directive |
| porcupine | invalid-argument-type | porcupine/pluginmanager.py:133:49 | Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `Unknown | str` |
| porcupine | index-out-of-bounds | porcupine/pluginmanager.py:173:21 | Index -1 is out of bounds for string `Literal[""]` with length 0 |
| porcupine | unresolved-import | porcupine/plugins/filetypes.py:14:8 | Cannot resolve imported module `tomli` |
| porcupine | invalid-argument-type | porcupine/plugins/filetypes.py:33: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:33: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:10:8 | Cannot resolve imported module `dacite` |
| porcupine | unresolved-import | porcupine/plugins/highlight/tree_sitter_highlighter.py:12:8 | Cannot resolve imported module `tree_sitter_language_pack` |
| porcupine | unused-type-ignore-comment | porcupine/plugins/highlight/tree_sitter_highlighter.py:45:81 | Unused blanket `type: ignore` directive |
| porcupine | too-many-positional-arguments | porcupine/plugins/highlight/tree_sitter_highlighter.py:47:43 | Too many positional arguments to bound method `__init__`: expected 1, got 2 |
| porcupine | unresolved-attribute | porcupine/plugins/highlight/tree_sitter_highlighter.py:57:29 | Module `tree_sitter` has no member `Query` |
| porcupine | unresolved-attribute | porcupine/plugins/highlight/tree_sitter_highlighter.py:103:24 | Module `tree_sitter` has no member `QueryCursor` |
| porcupine | unused-type-ignore-comment | porcupine/plugins/langserver.py:702:79 | Unused blanket `type: ignore` directive |
| porcupine | unresolved-attribute | porcupine/plugins/restart.py:65:15 | Attribute `from_state` is not defined on `bool` in union `Any | bool` |
| porcupine | unresolved-import | porcupine/plugins/run/history.py:9:8 | Cannot resolve imported module `dacite` |
| porcupine | invalid-assignment | porcupine/plugins/run/no_terminal.py:108:13 | Object of type `Popen[str]` is not assignable to attribute `_shell_process` of type `Popen[bytes] | None` |
| porcupine | unresolved-attribute | porcupine/plugins/run/no_terminal.py:123:16 | Attribute `stdout` is not defined on `None` in union `Popen[bytes] | None` |
| porcupine | unresolved-attribute | porcupine/plugins/run/no_terminal.py:131:18 | Attribute `wait` is not defined on `None` in union `Popen[bytes] | None` |
| 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-type-ignore-comment | porcupine/settings.py:84:26 | Unused blanket `type: ignore` directive |
| porcupine | possibly-missing-attribute | porcupine/settings.py:733:72 | Submodule `ttk` may not be available as an attribute on module `tkinter` |
| porcupine | unresolved-import | porcupine/utils.py:39:8 | Cannot resolve imported module `dacite` |
| porcupine | possibly-missing-attribute | porcupine/utils.py:576:22 | Submodule `settings` may not be available as an attribute on module `porcupine` |
| porcupine | possibly-missing-attribute | porcupine/utils.py:577:6 | Submodule `settings` may not be available as an attribute on module `porcupine` |
| porcupine | possibly-missing-attribute | porcupine/utils.py:644:12 | Submodule `settings` may not be available as an attribute on module `porcupine` |
| 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-type-ignore-comment | src/poetry/console/commands/self/self_command.py:90:60 | Unused blanket `type: ignore` directive |
| poetry | unused-type-ignore-comment | src/poetry/console/commands/self/self_command.py:93: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:20:10 | Cannot resolve imported module `cleo.io.inputs.argument` |
| poetry | unresolved-import | src/poetry/console/commands/show.py:21:10 | Cannot resolve imported module `cleo.io.inputs.option` |
| poetry | unresolved-import | src/poetry/console/commands/show.py:22:10 | Cannot resolve imported module `cleo.io.io` |
| poetry | unresolved-import | src/poetry/console/commands/show.py:23:10 | Cannot resolve imported module `cleo.ui.table` |
| poetry | unresolved-import | src/poetry/console/commands/show.py:25:10 | Cannot resolve imported module `poetry.core.packages.dependency` |
| poetry | unresolved-import | src/poetry/console/commands/show.py:26:10 | Cannot resolve imported module `poetry.core.packages.package` |
| poetry | unresolved-import | src/poetry/console/commands/show.py:27:10 | Cannot resolve imported module `poetry.core.packages.project_package` |
| poetry | unresolved-import | src/poetry/console/commands/show.py:266:14 | Cannot resolve imported module `cleo.io.null_io` |
| poetry | unresolved-import | src/poetry/console/commands/show.py:634:14 | Cannot resolve imported module `cleo.formatters.style` |
| poetry | unresolved-import | src/poetry/console/commands/show.py:644:14 | Cannot resolve imported module `cleo.io.null_io` |
| poetry | unresolved-import | src/poetry/console/commands/show.py:671: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:8:6 | Cannot resolve imported module `cleo.helpers` |
| poetry | unresolved-import | src/poetry/console/commands/update.py:9:6 | Cannot resolve imported module `cleo.helpers` |
| poetry | unresolved-import | src/poetry/console/commands/update.py:16:10 | Cannot resolve imported module `cleo.io.inputs.argument` |
| poetry | unresolved-import | src/poetry/console/commands/update.py:17: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 | possibly-unresolved-reference | src/poetry/console/logging/io_formatter.py:67:22 | Name `p` used when possibly not defined |
| 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:14:8 | Cannot resolve imported module `pkginfo` |
| poetry | unresolved-import | src/poetry/inspection/info.py:16:6 | Cannot resolve imported module `poetry.core.constraints.version` |
| poetry | unresolved-import | src/poetry/inspection/info.py:17:6 | Cannot resolve imported module `poetry.core.factory` |
| poetry | unresolved-import | src/poetry/inspection/info.py:18:6 | Cannot resolve imported module `poetry.core.packages.dependency` |
| poetry | unresolved-import | src/poetry/inspection/info.py:19:6 | Cannot resolve imported module `poetry.core.packages.package` |
| poetry | unresolved-import | src/poetry/inspection/info.py:20:6 | Cannot resolve imported module `poetry.core.pyproject.toml` |
| 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:36:10 | Cannot resolve imported module `poetry.core.packages.package` |
| poetry | unresolved-import | src/poetry/inspection/info.py:37:10 | Cannot resolve imported module `poetry.core.packages.project_package` |
| poetry | unresolved-import | src/poetry/installation/chef.py:17:10 | Cannot resolve imported module `build` |
| poetry | unresolved-import | src/poetry/installation/chef.py:18:10 | Cannot resolve imported module `poetry.core.packages.dependency` |
| poetry | unresolved-import | src/poetry/installation/chef.py:97: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:16:6 | Cannot resolve imported module `poetry.core.packages.utils.link` |
| poetry | unresolved-import | src/poetry/installation/executor.py:44:10 | Cannot resolve imported module `cleo.io.io` |
| poetry | unresolved-import | src/poetry/installation/executor.py:45:10 | Cannot resolve imported module `cleo.io.outputs.section_output` |
| poetry | unresolved-import | src/poetry/installation/executor.py:47:10 | Cannot resolve imported module `poetry.core.packages.dependency` |
| poetry | unresolved-import | src/poetry/installation/executor.py:48:10 | Cannot resolve imported module `poetry.core.packages.package` |
| poetry | unresolved-import | src/poetry/installation/executor.py:310:22 | Cannot resolve imported module `cleo.ui.exception_trace` |
| poetry | unresolved-import | src/poetry/installation/executor.py:829: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:22:10 | Cannot resolve imported module `cleo.io.io` |
| poetry | unresolved-import | src/poetry/installation/installer.py:24:10 | Cannot resolve imported module `poetry.core.packages.dependency` |
| poetry | unresolved-import | src/poetry/installation/installer.py:25:10 | Cannot resolve imported module `poetry.core.packages.package` |
| poetry | unresolved-import | src/poetry/installation/installer.py:26:10 | Cannot resolve imported module `poetry.core.packages.path_dependency` |
| poetry | unresolved-import | src/poetry/installation/installer.py:27:10 | Cannot resolve imported module `poetry.core.packages.project_package` |
| poetry | possibly-unresolved-reference | src/poetry/installation/installer.py:359: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 | invalid-argument-type | src/poetry/mixology/version_solver.py:368:67 | Argument to bound method `difference` is incorrect: Expected `Term`, found `None | Term` |
| 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:39:10 | Cannot resolve imported module `poetry.core.packages.directory_dependency` |
| poetry | unresolved-import | src/poetry/packages/locker.py:40:10 | Cannot resolve imported module `poetry.core.packages.file_dependency` |
| poetry | unresolved-import | src/poetry/packages/locker.py:41:10 | Cannot resolve imported module `poetry.core.packages.url_dependency` |
| poetry | unresolved-import | src/poetry/packages/locker.py:42:10 | Cannot resolve imported module `poetry.core.packages.vcs_dependency` |
| poetry | unresolved-import | src/poetry/packages/locker.py:43: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 | unresolved-import | src/poetry/packages/transitive_package_info.py:6:6 | Cannot resolve imported module `poetry.core.packages.dependency_group` |
| 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/packages/transitive_package_info.py:8: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:15:8 | Cannot resolve imported module `tomlkit` |
| poetry | unresolved-import | src/poetry/plugins/plugin_manager.py:17:6 | Cannot resolve imported module `poetry.core.packages.project_package` |
| poetry | unresolved-import | src/poetry/plugins/plugin_manager.py:35:10 | Cannot resolve imported module `cleo.io.io` |
| poetry | unresolved-import | src/poetry/plugins/plugin_manager.py:36:10 | Cannot resolve imported module `poetry.core.packages.dependency` |
| poetry | unresolved-import | src/poetry/plugins/plugin_manager.py:37: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:18:6 | Cannot resolve imported module `poetry.core.constraints.version` |
| poetry | unresolved-import | src/poetry/publishing/uploader.py:19:6 | Cannot resolve imported module `poetry.core.masonry.utils.helpers` |
| poetry | unresolved-import | src/poetry/publishing/uploader.py:20:6 | Cannot resolve imported module `requests_toolbelt` |
| poetry | unresolved-import | src/poetry/publishing/uploader.py:21:6 | Cannot resolve imported module `requests_toolbelt.multipart` |
| poetry | unresolved-import | src/poetry/publishing/uploader.py:22:6 | Cannot resolve imported module `requests_toolbelt.multipart` |
| poetry | unresolved-import | src/poetry/publishing/uploader.py:31:10 | Cannot resolve imported module `cleo.io.io` |
| poetry | no-matching-overload | src/poetry/publishing/uploader.py:179:25 | No overload of bound method `join` matches arguments |
| poetry | unresolved-import | src/poetry/publishing/uploader.py:208:14 | Cannot resolve imported module `cleo.ui.progress_bar` |
| poetry | invalid-argument-type | src/poetry/publishing/uploader.py:220: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:352: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.package` |
| poetry | unresolved-import | src/poetry/puzzle/provider.py:52:10 | Cannot resolve imported module `poetry.core.packages.url_dependency` |
| poetry | unresolved-import | src/poetry/puzzle/provider.py:53:10 | Cannot resolve imported module `poetry.core.packages.vcs_dependency` |
| poetry | unresolved-import | src/poetry/puzzle/provider.py:54: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:17:6 | Cannot resolve imported module `poetry.core.constraints.version` |
| poetry | unresolved-import | src/poetry/repositories/http_repository.py:18:6 | Cannot resolve imported module `poetry.core.packages.dependency` |
| 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:42:10 | Cannot resolve imported module `poetry.core.packages.package` |
| poetry | unresolved-import | src/poetry/repositories/http_repository.py:43:10 | Cannot resolve imported module `poetry.core.packages.utils.link` |
| poetry | possibly-unresolved-reference | src/poetry/repositories/http_repository.py:181:54 | Name `hash_name` used when possibly not defined |
| poetry | possibly-unresolved-reference | src/poetry/repositories/http_repository.py:184:62 | Name `hash_name` used when possibly not defined |
| poetry | possibly-unresolved-reference | src/poetry/repositories/http_repository.py:187:69 | Name `hash_name` used when possibly not defined |
| poetry | possibly-unresolved-reference | src/poetry/repositories/http_repository.py:362:32 | Name `hash_type` used when possibly not defined |
| poetry | possibly-unresolved-reference | src/poetry/repositories/http_repository.py:362: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-type-ignore-comment | src/poetry/repositories/installed_repository.py:266:46 | Unused blanket `type: ignore` directive |
| poetry | unused-type-ignore-comment | src/poetry/repositories/installed_repository.py:273:56 | 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: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.constraints.version` |
| poetry | unresolved-import | src/poetry/repositories/legacy_repository.py:24: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:59:77 | Name `metadata` used when possibly not defined |
| poetry | unresolved-import | src/poetry/repositories/link_sources/json.py:10: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:19:10 | Cannot resolve imported module `poetry.core.constraints.version` |
| poetry | unresolved-import | src/poetry/repositories/repository_pool.py:20:10 | Cannot resolve imported module `poetry.core.packages.dependency` |
| poetry | unresolved-import | src/poetry/repositories/repository_pool.py:21: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 | call-top-callable | src/poetry/utils/cache.py:147:21 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| 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:30: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:42:10 | Cannot resolve imported module `cleo.io.io` |
| poetry | possibly-unresolved-reference | src/poetry/utils/env/env_manager.py:191:58 | Name `minor` used when possibly not defined |
| poetry | invalid-type-form | src/poetry/utils/env/env_manager.py:261: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[*tuple[int | str, ...], 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-type-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-type-ignore-comment | src/poetry/utils/env/python/providers.py:25:60 | Unused blanket `type: ignore` directive |
| poetry | unused-type-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-type-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:16:6 | Cannot resolve imported module `dulwich` |
| 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.client` |
| 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.config` |
| poetry | unresolved-import | src/poetry/vcs/git/backend.py:21:6 | Cannot resolve imported module `dulwich.errors` |
| poetry | unresolved-import | src/poetry/vcs/git/backend.py:22:6 | Cannot resolve imported module `dulwich.file` |
| poetry | unresolved-import | src/poetry/vcs/git/backend.py:23:6 | Cannot resolve imported module `dulwich.index` |
| poetry | unresolved-import | src/poetry/vcs/git/backend.py:24:6 | Cannot resolve imported module `dulwich.object_store` |
| poetry | unresolved-import | src/poetry/vcs/git/backend.py:25:6 | Cannot resolve imported module `dulwich.objects` |
| poetry | unresolved-import | src/poetry/vcs/git/backend.py:26:6 | Cannot resolve imported module `dulwich.protocol` |
| poetry | unresolved-import | src/poetry/vcs/git/backend.py:27:6 | Cannot resolve imported module `dulwich.refs` |
| poetry | unresolved-import | src/poetry/vcs/git/backend.py:28:6 | Cannot resolve imported module `dulwich.repo` |
| poetry | unresolved-import | src/poetry/vcs/git/backend.py:36:10 | Cannot resolve imported module `dulwich.client` |
| poetry | unresolved-import | src/poetry/vcs/git/backend.py:37: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-type-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-type-ignore-comment | tests/conftest.py:233:41 | Unused blanket `type: ignore` directive |
| poetry | unused-type-ignore-comment | tests/conftest.py:238:43 | Unused blanket `type: ignore` directive |
| poetry | unused-type-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-type-ignore-comment | tests/conftest.py:250:37 | Unused blanket `type: ignore` directive |
| poetry | unused-type-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-type-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-type-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-type-ignore-comment | tests/conftest.py:274:44 | Unused blanket `type: ignore` directive |
| poetry | unused-type-ignore-comment | tests/conftest.py:318:41 | Unused blanket `type: ignore` directive |
| poetry | unused-type-ignore-comment | tests/conftest.py:910:61 | Unused blanket `type: ignore` directive |
| poetry | unused-type-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:25:10 | Cannot resolve imported module `cleo.testers.command_tester` |
| poetry | unresolved-import | tests/console/commands/env/test_use.py:26: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-type-ignore-comment | tests/console/commands/self/test_remove_plugins.py:37:90 | Unused blanket `type: ignore` directive |
| poetry | unused-type-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-type-ignore-comment | tests/console/commands/self/test_show_plugins.py:86:32 | Unused blanket `type: ignore` directive |
| poetry | unused-type-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-type-ignore-comment | tests/console/commands/self/test_sync.py:21:18 | Unused blanket `type: ignore` directive |
| poetry | unused-type-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:8:6 | Cannot resolve imported module `poetry.core.constraints.version` |
| poetry | unresolved-import | tests/console/commands/test_lock.py:15: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.dependency_group` |
| poetry | unresolved-import | tests/console/commands/test_remove.py:11:6 | Cannot resolve imported module `poetry.core.packages.package` |
| poetry | unresolved-import | tests/console/commands/test_remove.py:21:10 | Cannot resolve imported module `cleo.testers.command_tester` |
| poetry | unresolved-import | tests/console/commands/test_remove.py:22:10 | Cannot resolve imported module `pytest_mock` |
| poetry | unresolved-import | tests/console/commands/test_remove.py:23: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-type-ignore-comment | tests/console/commands/test_sync.py:21:18 | Unused blanket `type: ignore` directive |
| poetry | unused-type-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 `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 `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 `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 `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 `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[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] | 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[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 `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 | 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-type-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.py:18:10 | 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 `poetry.core.packages.package` |
| poetry | unresolved-import | tests/installation/test_executor.py:46:10 | Cannot resolve imported module `pytest_mock` |
| poetry | deprecated | tests/installation/test_executor.py:171:29 | The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead. |
| 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:45:10 | Cannot resolve imported module `pytest_mock` |
| poetry | unresolved-import | tests/installation/test_installer.py:46: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.config` |
| poetry | unresolved-import | tests/integration/test_utils_vcs_git.py:20:6 | Cannot resolve imported module `dulwich.refs` |
| poetry | unresolved-import | tests/integration/test_utils_vcs_git.py:21:6 | Cannot resolve imported module `dulwich.repo` |
| poetry | unresolved-import | tests/integration/test_utils_vcs_git.py:33:10 | Cannot resolve imported module `dulwich.client` |
| poetry | unresolved-import | tests/integration/test_utils_vcs_git.py:34:10 | Cannot resolve imported module `dulwich.client` |
| poetry | unresolved-import | tests/integration/test_utils_vcs_git.py:36: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-type-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:13:6 | Cannot resolve imported module `cleo.io.buffered_io` |
| poetry | unresolved-import | tests/plugins/test_plugin_manager.py:14:6 | Cannot resolve imported module `cleo.io.outputs.output` |
| poetry | unresolved-import | tests/plugins/test_plugin_manager.py:15:6 | Cannot resolve imported module `poetry.core.constraints.version` |
| poetry | unresolved-import | tests/plugins/test_plugin_manager.py:16:6 | Cannot resolve imported module `poetry.core.packages.dependency` |
| poetry | unresolved-import | tests/plugins/test_plugin_manager.py:17:6 | Cannot resolve imported module `poetry.core.packages.file_dependency` |
| poetry | unresolved-import | tests/plugins/test_plugin_manager.py:18:6 | Cannot resolve imported module `poetry.core.packages.package` |
| poetry | unresolved-import | tests/plugins/test_plugin_manager.py:19:6 | Cannot resolve imported module `poetry.core.packages.project_package` |
| poetry | unresolved-import | tests/plugins/test_plugin_manager.py:37:10 | Cannot resolve imported module `cleo.io.io` |
| poetry | unresolved-import | tests/plugins/test_plugin_manager.py:38: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:9:6 | Cannot resolve imported module `cleo.io.null_io` |
| poetry | unresolved-import | tests/publishing/test_uploader.py:19:12 | Cannot resolve imported module `responses` |
| poetry | unresolved-import | tests/publishing/test_uploader.py:21: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:15:6 | Cannot resolve imported module `poetry.core.packages.dependency` |
| poetry | unresolved-import | tests/puzzle/test_provider.py:16:6 | Cannot resolve imported module `poetry.core.packages.directory_dependency` |
| poetry | unresolved-import | tests/puzzle/test_provider.py:17:6 | Cannot resolve imported module `poetry.core.packages.file_dependency` |
| poetry | unresolved-import | tests/puzzle/test_provider.py:18:6 | Cannot resolve imported module `poetry.core.packages.package` |
| poetry | unresolved-import | tests/puzzle/test_provider.py:19:6 | Cannot resolve imported module `poetry.core.packages.project_package` |
| poetry | unresolved-import | tests/puzzle/test_provider.py:20:6 | Cannot resolve imported module `poetry.core.packages.url_dependency` |
| poetry | unresolved-import | tests/puzzle/test_provider.py:21:6 | Cannot resolve imported module `poetry.core.packages.vcs_dependency` |
| poetry | unresolved-import | tests/puzzle/test_provider.py:41:10 | Cannot resolve imported module `poetry.core.constraints.version` |
| poetry | unresolved-import | tests/puzzle/test_provider.py:42: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:12:8 | Cannot resolve imported module `responses` |
| poetry | unresolved-import | tests/repositories/fixtures/legacy.py:26:10 | Cannot resolve imported module `pytest_mock` |
| poetry | unused-type-ignore-comment | tests/repositories/fixtures/legacy.py:184:52 | Unused blanket `type: ignore` directive |
| 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:11:8 | Cannot resolve imported module `responses` |
| poetry | unused-type-ignore-comment | tests/repositories/fixtures/pypi.py:191:29 | Unused blanket `type: ignore` directive |
| 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:11:6 | Cannot resolve imported module `poetry.core.constraints.version` |
| poetry | unresolved-import | tests/repositories/link_sources/test_base.py:12:6 | Cannot resolve imported module `poetry.core.packages.package` |
| poetry | unresolved-import | tests/repositories/link_sources/test_base.py:13:6 | Cannot resolve imported module `poetry.core.packages.utils.link` |
| poetry | unresolved-import | tests/repositories/link_sources/test_base.py:22: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/link_sources/test_json.py:6:6 | Cannot resolve imported module `poetry.core.constraints.version.version` |
| poetry | unresolved-import | tests/repositories/test_cached_repository.py:9:6 | Cannot resolve imported module `poetry.core.constraints.version` |
| 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-type-ignore-comment | tests/repositories/test_installed_repository.py:68:28 | Unused blanket `type: ignore` directive |
| poetry | unresolved-import | tests/repositories/test_legacy_repository.py:13:6 | Cannot resolve imported module `poetry.core.constraints.version` |
| poetry | unresolved-import | tests/repositories/test_legacy_repository.py:14:6 | Cannot resolve imported module `poetry.core.packages.dependency` |
| poetry | unresolved-import | tests/repositories/test_legacy_repository.py:15:6 | Cannot resolve imported module `poetry.core.packages.utils.link` |
| poetry | unresolved-import | tests/repositories/test_legacy_repository.py:26:12 | Cannot resolve imported module `responses` |
| poetry | unresolved-import | tests/repositories/test_legacy_repository.py:29: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:10:6 | Cannot resolve imported module `poetry.core.constraints.version` |
| poetry | unresolved-import | tests/repositories/test_pypi_repository.py:11:6 | Cannot resolve imported module `poetry.core.packages.dependency` |
| poetry | unresolved-import | tests/repositories/test_pypi_repository.py:22: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:36:10 | Cannot resolve imported module `pytest_mock` |
| poetry | unresolved-import | tests/utils/env/test_env_manager.py:1271: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.refs` |
| poetry | unresolved-import | tests/vcs/git/test_backend.py:12:6 | Cannot resolve imported module `dulwich.refs` |
| poetry | unresolved-import | tests/vcs/git/test_backend.py:13:6 | Cannot resolve imported module `dulwich.repo` |
| poetry | unresolved-import | tests/vcs/git/test_backend.py:27:10 | Cannot resolve imported module `pytest_mock` |
| poetry | unresolved-import | tests/vcs/git/test_backend.py:300:10 | Cannot resolve imported module `dulwich` |
| poetry | unresolved-import | tests/vcs/git/test_backend.py:301:10 | Cannot resolve imported module `dulwich.objects` |
| poetry | unresolved-import | tests/vcs/git/test_backend.py:360:10 | Cannot resolve imported module `dulwich` |
| poetry | unresolved-import | tests/vcs/git/test_backend.py:361:10 | Cannot resolve imported module `dulwich.objects` |
| poetry | unresolved-import | tests/vcs/git/test_backend.py:362:10 | Cannot resolve imported module `dulwich.objects` |
| pip | unused-type-ignore-comment | src/pip/__pip-runner__.py:15:28 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/__pip-runner__.py:38:61 | Unused blanket `type: ignore` directive |
| pip | possibly-unresolved-reference | src/pip/_internal/build_env.py:348:41 | Name `stream` used when possibly not defined |
| pip | possibly-unresolved-reference | src/pip/_internal/build_env.py:356:54 | Name `stream` used when possibly not defined |
| pip | invalid-assignment | src/pip/_internal/cli/cmdoptions.py:452:9 | Object of type `datetime` is not assignable to attribute `uploaded_prior_to` on type `Values | None` |
| pip | invalid-argument-type | src/pip/_internal/cli/cmdoptions.py:561:28 | Argument to function `setattr` is incorrect: Expected `str`, found `str | None` |
| pip | invalid-argument-type | src/pip/_internal/cli/cmdoptions.py:584:28 | Argument to function `getattr` is incorrect: Expected `str`, found `str | None` |
| pip | invalid-argument-type | src/pip/_internal/cli/cmdoptions.py:590:36 | Argument to function `_get_format_control` is incorrect: Expected `Values`, found `Values | None` |
| pip | invalid-argument-type | src/pip/_internal/cli/cmdoptions.py:601:36 | Argument to function `_get_format_control` is incorrect: Expected `Values`, found `Values | None` |
| pip | invalid-argument-type | src/pip/_internal/cli/cmdoptions.py:647:28 | Argument to function `getattr` is incorrect: Expected `str`, found `str | None` |
| pip | invalid-argument-type | src/pip/_internal/cli/cmdoptions.py:653:37 | Argument to function `_get_release_control` is incorrect: Expected `Values`, found `Values | None` |
| pip | invalid-argument-type | src/pip/_internal/cli/cmdoptions.py:665:37 | Argument to function `_get_release_control` is incorrect: Expected `Values`, found `Values | None` |
| pip | invalid-return-type | src/pip/_internal/cli/cmdoptions.py:750: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:781: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:907:5 | Object of type `Literal[False]` is not assignable to attribute `cache_dir` on type `Values | None` |
| pip | unresolved-attribute | src/pip/_internal/cli/cmdoptions.py:952:5 | Attribute `dependency_groups` is not defined on `None` in union `Values | None` |
| pip | invalid-argument-type | src/pip/_internal/cli/cmdoptions.py:1015:35 | Argument to function `getattr` is incorrect: Expected `str`, found `str | None` |
| pip | invalid-argument-type | src/pip/_internal/cli/cmdoptions.py:1018:32 | Argument to function `setattr` is incorrect: Expected `str`, found `str | None` |
| pip | unresolved-attribute | src/pip/_internal/cli/cmdoptions.py:1092:12 | Attribute `hashes` is not defined on `None` in union `Values | None` |
| pip | invalid-assignment | src/pip/_internal/cli/cmdoptions.py:1093:9 | Object of type `dict[Unknown, Unknown]` is not assignable to attribute `hashes` on type `Values | None` |
| pip | unresolved-attribute | src/pip/_internal/cli/cmdoptions.py:1108:5 | Attribute `hashes` is not defined on `None` in union `Values | None` |
| pip | possibly-unresolved-reference | src/pip/_internal/commands/lock.py:173: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 | missing-argument | src/pip/_internal/exceptions.py:956:29 | No arguments provided for required parameters `value`, `tb` of function `format_exception` |
| pip | invalid-argument-type | src/pip/_internal/exceptions.py:956:56 | Argument to function `format_exception` is incorrect: Expected `type[BaseException] | None`, found `Exception & ~PipError` |
| pip | unresolved-attribute | src/pip/_internal/index/collector.py:83:40 | Attribute `method` is not defined on `None` in union `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:740:32 | Argument to function `build_netloc` is incorrect: Expected `int | None`, found `Unknown | str | int | None` |
| pip | invalid-argument-type | src/pip/_internal/index/package_finder.py:740:32 | Argument to function `build_netloc` is incorrect: Expected `str`, found `Unknown | str | int | None` |
| pip | possibly-missing-import | src/pip/_internal/locations/__init__.py:433:19 | Member `_distutils` of module `pip._internal.locations` may be missing |
| 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 | unresolved-attribute | src/pip/_internal/metadata/pkg_resources.py:179:25 | Attribute `path` is not defined on `IResourceProvider & ~AlwaysFalsy`, `EmptyProvider` in union `Unknown | (IResourceProvider & ~AlwaysFalsy) | EmptyProvider` |
| pip | unresolved-import | src/pip/_internal/network/auth.py:80:16 | Cannot resolve imported module `keyring` |
| pip | possibly-unresolved-reference | src/pip/_internal/network/auth.py:367:26 | Name `index_url_user_password` used when possibly not defined |
| pip | possibly-unresolved-reference | src/pip/_internal/network/auth.py:368:34 | Name `index_url_user_password` used when possibly not defined |
| pip | possibly-unresolved-reference | src/pip/_internal/network/auth.py:371:24 | Name `index_url_user_password` used when possibly not defined |
| pip | invalid-method-override | src/pip/_internal/network/auth.py:443:9 | Invalid override of method `__call__`: Definition is incompatible with `AuthBase.__call__` |
| pip | invalid-argument-type | src/pip/_internal/network/auth.py:493: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:507:66 | Argument to bound method `_prompt_for_password` is incorrect: Expected `str`, found `bytes` |
| pip | invalid-assignment | src/pip/_internal/network/auth.py:512: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:517:21 | Argument is incorrect: Expected `str`, found `bytes` |
| pip | unresolved-attribute | src/pip/_internal/network/auth.py:527:9 | Attribute `release_conn` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_internal/network/auth.py:540:20 | Object of type `Response` has no attribute `connection` |
| pip | unresolved-attribute | src/pip/_internal/network/auth.py:550:17 | Attribute `url` is not defined on `None` in union `Unknown | None` |
| pip | unsupported-operator | src/pip/_internal/network/auth.py:561: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 | unused-type-ignore-comment | src/pip/_internal/network/session.py:525:87 | Unused blanket `type: ignore` directive |
| 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 | unresolved-attribute | src/pip/_internal/network/utils.py:65:22 | Attribute `stream` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_internal/network/utils.py:95:21 | Attribute `read` is not defined on `None` in union `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:612:16 | Submodule `util` may not be available as an attribute on module `importlib` |
| pip | unresolved-attribute | src/pip/_internal/operations/prepare.py:290:12 | Attribute `is_file` is not defined on `None` in union `Unknown | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/operations/prepare.py:292:44 | Attribute `file_path` is not defined on `None` in union `Unknown | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/operations/prepare.py:313:48 | Attribute `filename` is not defined on `None` in union `Unknown | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/operations/prepare.py:320:12 | Attribute `is_wheel` is not defined on `None` in union `Unknown | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/operations/prepare.py:325:12 | Attribute `is_existing_dir` is not defined on `None` in union `Unknown | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/operations/prepare.py:327:30 | Attribute `file_path` is not defined on `None` in union `Unknown | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/operations/prepare.py:351:12 | Attribute `is_vcs` is not defined on `None` in union `Unknown | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/operations/prepare.py:353:12 | Attribute `is_existing_dir` is not defined on `None` in union `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 | unresolved-attribute | src/pip/_internal/operations/prepare.py:395:25 | Attribute `metadata_link` is not defined on `None` in union `Unknown | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/operations/prepare.py:415:13 | Attribute `filename` is not defined on `None` in union `Unknown | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/operations/prepare.py:486:30 | Attribute `url` is not defined on `None` in union `Unknown | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/operations/prepare.py:551:50 | Attribute `is_wheel` is not defined on `None` in union `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 | unresolved-attribute | src/pip/_internal/operations/prepare.py:555:38 | Attribute `url` is not defined on `None` in union `Unknown | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/operations/prepare.py:609:12 | Attribute `is_existing_dir` is not defined on `None` in union `(Unknown & ~AlwaysFalsy) | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/operations/prepare.py:611:14 | Attribute `url` is not defined on `None` in union `(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 | unresolved-attribute | src/pip/_internal/operations/prepare.py:627:42 | Attribute `url` is not defined on `None` in union `(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 | not-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 | unresolved-attribute | src/pip/_internal/resolution/resolvelib/candidates.py:293:12 | Attribute `is_wheel` is not defined on `None` in union `Unknown | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/resolution/resolvelib/candidates.py:293:39 | Attribute `is_file` is not defined on `None` in union `Unknown | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/resolution/resolvelib/candidates.py:294:27 | Attribute `filename` is not defined on `None` in union `Unknown | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/resolution/resolvelib/candidates.py:305:20 | Attribute `is_wheel` is not defined on `None` in union `Unknown | Link | None` |
| pip | unresolved-attribute | src/pip/_internal/resolution/resolvelib/candidates.py:306:20 | Attribute `is_file` is not defined on `None` in union `Unknown | Link | None` |
| pip | invalid-assignment | src/pip/_internal/utils/deprecation.py:54:9 | Object of type `def _showwarning(message: Warning | str, category: type[Warning], filename: str, lineno: int, file: TextIO | None = None, line: str | None = None) -> None` is not assignable to attribute `showwarning` of type `def showwarning(message: Warning | str, category: type[Warning], filename: str, lineno: int, file: TextIO | None = None, line: str | None = None) -> None` |
| pip | unresolved-global | src/pip/_internal/utils/logging.py:322: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:326:5 | Submodule `config` may not be available as an attribute on module `logging` |
| pip | unused-type-ignore-comment | src/pip/_internal/utils/misc.py:128:44 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_internal/utils/misc.py:130:46 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_internal/utils/misc.py:384:33 | Unused blanket `type: ignore` directive |
| pip | unused-type-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-type-ignore-comment | src/pip/_internal/utils/unpacking.py:180:59 | Unused blanket `type: ignore` directive |
| pip | deprecated | src/pip/_internal/vcs/git.py:441:42 | The function `as_uri` is deprecated: Deprecated since Python 3.14; will be removed in Python 3.19. Use `Path.as_uri()` instead. |
| 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-type-ignore-comment | src/pip/_internal/vcs/versioncontrol.py:550:72 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_internal/wheel_builder.py:253:63 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_internal/wheel_builder.py:258:62 | Unused blanket `type: ignore` directive |
| pip | unresolved-attribute | src/pip/_vendor/cachecontrol/adapter.py:74:13 | Attribute `update` is not defined on `None` in union `Unknown | None | CaseInsensitiveDict` |
| pip | unused-type-ignore-comment | src/pip/_vendor/cachecontrol/adapter.py:128:54 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_vendor/cachecontrol/adapter.py:161:39 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_vendor/cachecontrol/adapter.py:167: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 | unresolved-attribute | src/pip/_vendor/cachecontrol/controller.py:349:12 | Object of type `~None` has no attribute `status` |
| pip | unresolved-attribute | src/pip/_vendor/cachecontrol/controller.py:351:45 | Object of type `~None` has no attribute `status` |
| pip | unresolved-attribute | src/pip/_vendor/cachecontrol/controller.py:356:13 | Object of type `~None` has no attribute `headers` |
| 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-argument-type | src/pip/_vendor/cachecontrol/controller.py:420:49 | Argument to bound method `_cache_set` is incorrect: Expected `HTTPResponse`, found `~None` |
| pip | unresolved-attribute | src/pip/_vendor/cachecontrol/controller.py:424:18 | Object of type `~None` has no attribute `status` |
| pip | invalid-argument-type | src/pip/_vendor/cachecontrol/controller.py:426:49 | Argument to bound method `_cache_set` is incorrect: Expected `HTTPResponse`, found `~None` |
| pip | invalid-argument-type | src/pip/_vendor/cachecontrol/controller.py:443:21 | Argument to bound method `_cache_set` is incorrect: Expected `HTTPResponse`, found `~None` |
| pip | invalid-argument-type | src/pip/_vendor/cachecontrol/controller.py:466:25 | Argument to bound method `_cache_set` is incorrect: Expected `HTTPResponse`, found `~None` |
| pip | unresolved-import | src/pip/_vendor/cachecontrol/filewrapper.py:11:33 | Module `collections.abc` has no member `Buffer` |
| pip | unused-type-ignore-comment | src/pip/_vendor/cachecontrol/heuristics.py:73:65 | Unused blanket `type: ignore` directive |
| 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-type-ignore-comment | src/pip/_vendor/cachecontrol/serialize.py:35:46 | Unused blanket `type: ignore` directive |
| pip | unresolved-attribute | src/pip/_vendor/cachecontrol/serialize.py:55:32 | Attribute `get` is not defined on `None` in union `Unknown | None | CaseInsensitiveDict` |
| pip | unresolved-attribute | src/pip/_vendor/cachecontrol/serialize.py:102:16 | Attribute `get` is not defined on `None` in union `Unknown | None | CaseInsensitiveDict` |
| pip | unresolved-import | src/pip/_vendor/dependency_groups/_toml_compat.py:2:12 | Cannot resolve imported module `tomllib` |
| pip | unused-type-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 | invalid-method-override | src/pip/_vendor/distlib/compat.py:285:13 | Invalid override of method `__exit__`: Definition is incompatible with `_IOBase.__exit__` |
| 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 | unresolved-attribute | src/pip/_vendor/distlib/compat.py:727:29 | Attribute `itervalues` is not defined on `dict[Unknown, Unknown]` in union `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 | unresolved-attribute | src/pip/_vendor/distlib/compat.py:972:22 | Object of type `Self@__getitem__` has no attribute `configurator` |
| pip | unresolved-attribute | src/pip/_vendor/distlib/compat.py:984:22 | Object of type `Self@pop` has no attribute `configurator` |
| 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 | unresolved-attribute | src/pip/_vendor/distlib/resources.py:214:19 | Attribute `archive` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/distlib/resources.py:220:27 | Module `zipimport` has no member `_zip_directory_cache` |
| pip | unresolved-attribute | src/pip/_vendor/distlib/resources.py:239:55 | Attribute `prefix` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/distlib/resources.py:241:55 | Attribute `prefix` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/distlib/resources.py:245:18 | Attribute `archive` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/distlib/resources.py:250:16 | Attribute `get_data` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/distlib/resources.py:297:22 | Attribute `SourceFileLoader` is not defined on `<module '_frozen_importlib'>` in union `<module '_frozen_importlib_external'> | <module '_frozen_importlib'>` |
| pip | unresolved-attribute | src/pip/_vendor/distlib/resources.py:298:22 | Attribute `FileFinder` is not defined on `<module '_frozen_importlib'>` in union `<module '_frozen_importlib_external'> | <module '_frozen_importlib'>` |
| pip | unresolved-attribute | src/pip/_vendor/distlib/resources.py:300:22 | Attribute `SourcelessFileLoader` is not defined on `<module '_frozen_importlib'>` in union `<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:265:28 | Object of type `Self@_write_script` has no attribute `_get_launcher` |
| pip | unresolved-attribute | src/pip/_vendor/distlib/scripts.py:267:28 | Object of type `Self@_write_script` has no attribute `_get_launcher` |
| pip | unresolved-attribute | src/pip/_vendor/distlib/scripts.py:380:51 | Attribute `readline` is not defined on `None` in union `BufferedReader[_BufferedReaderStream] | None` |
| pip | unresolved-attribute | src/pip/_vendor/distlib/scripts.py:381:17 | Attribute `seek` is not defined on `None` in union `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 | unresolved-attribute | src/pip/_vendor/distlib/scripts.py:388:50 | Attribute `read` is not defined on `None` in union `BufferedReader[_BufferedReaderStream] | None` |
| 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 | deprecated | src/pip/_vendor/distlib/util.py:546:36 | The function `open` is deprecated: Deprecated since Python 3.14. Use `open()` instead. |
| 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 | pip._vendor.distlib.compat.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 | invalid-argument-type | src/pip/_vendor/distlib/util.py:1473:41 | Argument to bound method `load_cert_chain` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | bytes | PathLike[str] | PathLike[bytes] | None` |
| pip | invalid-argument-type | src/pip/_vendor/distlib/util.py:1484:36 | Argument to function `match_hostname` is incorrect: Expected `dict[str, str | tuple[tuple[tuple[str, str], ...], ...] | tuple[tuple[str, str], ...]]`, found `dict[str, str | tuple[tuple[tuple[str, str], ...], ...] | tuple[tuple[str, str], ...]] | None` |
| 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 | no-matching-overload | src/pip/_vendor/distlib/util.py:1572:42 | No overload of bound method `__init__` matches arguments |
| 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 `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 `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 'logging.config.BaseConfigurator'> | <class 'pip._vendor.distlib.compat.BaseConfigurator'>` |
| pip | deprecated | src/pip/_vendor/distlib/util.py:1726:21 | The function `open` is deprecated: Deprecated since Python 3.14. Use `open()` instead. |
| 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-type-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 | 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 | unresolved-attribute | src/pip/_vendor/msgpack/fallback.py:929:20 | Attribute `getbuffer` is not defined on `BytesIO` in union `Unknown | pip._vendor.msgpack.fallback.BytesIO | _io.BytesIO` |
| pip | unresolved-import | src/pip/_vendor/packaging/_manylinux.py:188:16 | Cannot resolve imported module `_manylinux` |
| pip | possibly-unresolved-reference | src/pip/_vendor/packaging/metadata.py:678:20 | Name `name` used when possibly not defined |
| pip | possibly-unresolved-reference | src/pip/_vendor/packaging/metadata.py:701:20 | Name `req` used when possibly not defined |
| pip | possibly-unresolved-reference | src/pip/_vendor/packaging/metadata.py:815:40 | Name `metadata_age` used when possibly not defined |
| pip | unused-type-ignore-comment | src/pip/_vendor/packaging/pylock.py:106:52 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_vendor/packaging/pylock.py:179:51 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_vendor/packaging/pylock.py:191:60 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_vendor/packaging/pylock.py:374:79 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_vendor/packaging/pylock.py:416:79 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_vendor/packaging/pylock.py:457:79 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_vendor/packaging/pylock.py:517:70 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_vendor/packaging/pylock.py:525:90 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_vendor/packaging/pylock.py:526:45 | Unused blanket `type: ignore` directive |
| pip | possibly-unresolved-reference | src/pip/_vendor/packaging/pylock.py:548:54 | Name `i` used when possibly not defined |
| pip | unused-type-ignore-comment | src/pip/_vendor/packaging/pylock.py:606:45 | Unused blanket `type: ignore` directive |
| pip | call-non-callable | src/pip/_vendor/packaging/version.py:48:24 | Object of type `object` is not callable |
| pip | invalid-return-type | src/pip/_vendor/packaging/version.py:253:16 | Return type does not match returned value: expected `tuple[int, ...]`, found `tuple[object, ...]` |
| pip | invalid-return-type | src/pip/_vendor/packaging/version.py:268:16 | Return type does not match returned value: expected `tuple[Literal["a", "b", "rc"], int] | None`, found `tuple[object, ...]` |
| pip | unresolved-import | src/pip/_vendor/pkg_resources.pyi:1:6 | Cannot resolve imported module `pkg_resources` |
| pip | unused-type-ignore-comment | src/pip/_vendor/pkg_resources/__init__.py:541:36 | Unused blanket `type: ignore` directive |
| pip | unresolved-attribute | src/pip/_vendor/pkg_resources/__init__.py:1120:13 | Attribute `evaluate` is not defined on `None` in union `Marker | None` |
| pip | invalid-argument-type | src/pip/_vendor/pkg_resources/__init__.py:1120:33 | Argument to bound method `evaluate` is incorrect: Expected `Mapping[str, str | AbstractSet[str]] | None`, found `dict[str, str | None]` |
| pip | unused-type-ignore-comment | src/pip/_vendor/pkg_resources/__init__.py:1907:37 | Unused blanket `type: ignore` directive |
| pip | unused-type-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 | unresolved-attribute | src/pip/_vendor/pkg_resources/__init__.py:3090:20 | Attribute `_get_metadata_path` is not defined on `IResourceProvider & ~AlwaysFalsy` in union `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 | 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 | not-subscriptable | src/pip/_vendor/pygments/lexer.py:838:24 | Cannot subscript object of type `None` with no `__getitem__` method |
| pip | not-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 | call-non-callable | src/pip/_vendor/pygments/lexers/__init__.py:340:12 | Object of type `int` is not callable |
| pip | not-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 | not-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:63:29 | Object of type `Self@__new__` has no attribute `styles` |
| pip | unresolved-attribute | src/pip/_vendor/pygments/style.py:64:17 | Object of type `Self@__new__` has no attribute `styles` |
| pip | unresolved-attribute | src/pip/_vendor/pygments/style.py:81:19 | Unresolved attribute `_styles` on type `Self@__new__` |
| pip | unresolved-attribute | src/pip/_vendor/pygments/style.py:83:22 | Object of type `Self@__new__` has no attribute `styles` |
| pip | unresolved-attribute | src/pip/_vendor/pygments/style.py:88:29 | Object of type `Self@__new__` has no attribute `styles` |
| pip | unresolved-attribute | src/pip/_vendor/pygments/style.py:96:33 | Object of type `Self@__new__` has no attribute `styles` |
| 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 | 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 | invalid-type-form | src/pip/_vendor/requests/adapters.py:81:7 | Tuple literals are not allowed in this context in a type expression: Did you mean `tuple[dict[str, Any], dict[str, Any]]`? |
| 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 | 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 `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 `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 | 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-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 | unresolved-attribute | src/pip/_vendor/requests/models.py:582:17 | Attribute `get` is not defined on `None` in union `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 | unresolved-attribute | src/pip/_vendor/requests/models.py:832:29 | Attribute `read` is not defined on `None` in union `(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 | unresolved-attribute | src/pip/_vendor/requests/models.py:1035:13 | Attribute `close` is not defined on `None` in union `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] & Top[(...) -> 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 | call-top-callable | src/pip/_vendor/rich/_log_render.py:60:36 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| 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-type-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 | 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-type-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 | unused-type-ignore-comment | src/pip/_vendor/rich/pretty.py:1006:31 | Unused blanket `type: ignore` directive |
| 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-argument-type | src/pip/_vendor/rich/progress.py:294:16 | Argument to bound method `__enter__` is incorrect: Expected `TextIO`, 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 | not-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 | call-top-callable | src/pip/_vendor/rich/text.py:622:31 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| pip | unresolved-import | src/pip/_vendor/rich/tree.py:206:10 | Cannot resolve imported module `pip._vendor.rich.markdown` |
| pip | unused-type-ignore-comment | src/pip/_vendor/tomli/_parser.py:297:22 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_vendor/truststore/__init__.py:23:44 | Unused blanket `type: ignore` directive |
| pip | unused-type-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-type-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-type-ignore-comment | src/pip/_vendor/truststore/_macos.py:295:42 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_vendor/truststore/_macos.py:311:20 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_vendor/truststore/_macos.py:334:20 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_vendor/truststore/_macos.py:364:22 | Unused blanket `type: ignore` directive |
| pip | unused-type-ignore-comment | src/pip/_vendor/truststore/_windows.py:420:36 | Unused blanket `type: ignore` directive |
| pip | unused-type-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 | unresolved-attribute | src/pip/_vendor/urllib3/connectionpool.py:276:20 | Attribute `get` is not defined on `None` in union `Unknown | LifoQueue | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/connectionpool.py:316:13 | Attribute `put` is not defined on `None` in union `Unknown | LifoQueue | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/connectionpool.py:326:17 | Attribute `qsize` is not defined on `None` in union `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 | unresolved-attribute | src/pip/_vendor/urllib3/connectionpool.py:785:21 | Attribute `proxy` is not defined on `None` in union `None | Unknown` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/connectionpool.py:786:21 | Attribute `proxy` is not defined on `None` in union `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 | unresolved-attribute | src/pip/_vendor/urllib3/connectionpool.py:1012:12 | Attribute `scheme` is not defined on `None` in union `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 | unresolved-attribute | src/pip/_vendor/urllib3/contrib/appengine.py:147:24 | Attribute `fetch` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/contrib/appengine.py:157:16 | Attribute `DeadlineExceededError` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/contrib/appengine.py:160:16 | Attribute `InvalidURLError` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/contrib/appengine.py:169:16 | Attribute `DownloadError` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/contrib/appengine.py:174:16 | Attribute `ResponseTooLargeError` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/contrib/appengine.py:181:16 | Attribute `SSLCertificateError` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/contrib/appengine.py:184:16 | Attribute `InvalidMethodError` is not defined on `None` in union `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 'ssl.SSLContext'> | <class 'pip._vendor.urllib3.util.ssl_.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 'ssl.SSLContext'> | <class 'pip._vendor.urllib3.util.ssl_.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 'ssl.SSLContext'> | <class 'pip._vendor.urllib3.util.ssl_.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 'ssl.SSLContext'> | <class 'pip._vendor.urllib3.util.ssl_.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 | unresolved-attribute | src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:74:26 | Attribute `func` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:74:37 | Attribute `args` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:74:48 | Attribute `kwargs` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:82:26 | Attribute `func` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:82:37 | Attribute `args` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:82:48 | Attribute `kwargs` is not defined on `None` in union `Unknown | 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 | 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 | 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 | not-subscriptable | src/pip/_vendor/urllib3/poolmanager.py:279:22 | Cannot subscript object of type `None` with no `__getitem__` method |
| pip | not-subscriptable | src/pip/_vendor/urllib3/poolmanager.py:280:20 | Cannot subscript object of type `None` with no `__getitem__` method |
| pip | not-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 | unresolved-attribute | src/pip/_vendor/urllib3/poolmanager.py:508:13 | Attribute `host` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/poolmanager.py:508:30 | Attribute `port` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/poolmanager.py:508:47 | Attribute `scheme` is not defined on `None` in union `Unknown | None` |
| 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 | unresolved-attribute | src/pip/_vendor/urllib3/response.py:685:13 | Attribute `close` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/response.py:752:16 | Attribute `fp` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/response.py:764:21 | Attribute `_safe_read` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/response.py:766:13 | Attribute `_safe_read` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/response.py:769:21 | Attribute `_safe_read` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/response.py:773:21 | Attribute `_safe_read` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/response.py:774:13 | Attribute `_safe_read` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/response.py:778:30 | Attribute `_safe_read` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/response.py:779:13 | Attribute `_safe_read` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/response.py:818:16 | Attribute `fp` is not defined on `None` in union `Unknown | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/response.py:842:24 | Attribute `fp` is not defined on `None` in union `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:27 | Reassignment of `Final` symbol `PROTOCOL_TLS` is not allowed: Reassignment of `Final` symbol |
| 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:5 | Reassignment of `Final` symbol `PROTOCOL_TLS_CLIENT` is not allowed: Reassignment of `Final` symbol |
| 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:5 | Reassignment of `Final` symbol `OP_NO_SSLv2` is not allowed: Reassignment of `Final` symbol |
| pip | invalid-assignment | src/pip/_vendor/urllib3/util/ssl_.py:86:18 | Reassignment of `Final` symbol `OP_NO_SSLv3` is not allowed: Reassignment of `Final` symbol |
| 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:5 | Reassignment of `Final` symbol `OP_NO_COMPRESSION` is not allowed: Reassignment of `Final` symbol |
| 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:5 | Reassignment of `Final` symbol `OP_NO_TICKET` is not allowed: Reassignment of `Final` symbol |
| 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 `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 `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 `str | bytes | PathLike[str] | PathLike[bytes] | None`, 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 | ssl.SSLContext | pip._vendor.urllib3.util.ssl_.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'>) | ssl.SSLContext | (pip._vendor.urllib3.util.ssl_.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 | unresolved-attribute | src/pip/_vendor/urllib3/util/url.py:325:19 | Attribute `groups` is not defined on `None` in union `Match[str] | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/util/url.py:364:52 | Attribute `groups` is not defined on `None` in union `Match[str] | None` |
| pip | unresolved-attribute | src/pip/_vendor/urllib3/util/url.py:373:26 | Attribute `groups` is not defined on `None` in union `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 | Object of type `def poll_wait_for_socket(sock, read=False, write=False, timeout=None) -> Unknown` is not assignable to `def wait_for_socket(...) -> Unknown` |
| pip | invalid-assignment | src/pip/_vendor/urllib3/util/wait.py:135:27 | Object of type `def select_wait_for_socket(sock, read=False, write=False, timeout=None) -> Unknown` is not assignable to `def wait_for_socket(...) -> Unknown` |
| pip | invalid-assignment | src/pip/_vendor/urllib3/util/wait.py:137:27 | Object of type `def null_wait_for_socket(...) -> Unknown` is not assignable to `def wait_for_socket(...) -> Unknown` |
| 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:189:26 | Method `__getitem__` of type `Overload[(index: int, /) -> SupportsFloat, (index: slice[int | None, int | None, int | None], /) -> Sequence[SupportsFloat]]` cannot be called with key of type `Literal["x"]` on object of type `Sequence[SupportsFloat]` |
| ppb-vector | invalid-argument-type | ppb_vector/__init__.py:189:26 | Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["x"]` on object of type `Top[Mapping[Unknown, object]]` |
| ppb-vector | invalid-argument-type | ppb_vector/__init__.py:189:45 | Method `__getitem__` of type `Overload[(index: int, /) -> SupportsFloat, (index: slice[int | None, int | None, int | None], /) -> Sequence[SupportsFloat]]` cannot be called with key of type `Literal["y"]` on object of type `Sequence[SupportsFloat]` |
| ppb-vector | invalid-argument-type | ppb_vector/__init__.py:189:45 | Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["y"]` on object of type `Top[Mapping[Unknown, object]]` |
| 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-type-ignore-comment | tests/benchmark.py:13:58 | Unused blanket `type: ignore` directive |
| ppb-vector | unused-type-ignore-comment | tests/benchmark.py:16:45 | Unused blanket `type: ignore` directive |
| ppb-vector | unused-type-ignore-comment | tests/benchmark.py:19:27 | Unused blanket `type: ignore` directive |
| ppb-vector | unused-type-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-type-ignore-comment | tests/test_typing.py:8:76 | Unused blanket `type: ignore` directive |
| ppb-vector | unused-type-ignore-comment | tests/utils.py:86:26 | Unused blanket `type: ignore` directive |
| materialize | unresolved-import | ci/cleanup/aws.py:15:8 | Cannot resolve imported module `boto3` |
| materialize | deprecated | ci/cleanup/aws.py:105:20 | The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) |
| materialize | deprecated | ci/cleanup/launchdarkly.py:32:24 | The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) |
| materialize | unresolved-import | ci/deploy/npm.py:21:6 | Cannot resolve imported module `semver.version` |
| materialize | invalid-return-type | ci/deploy/pypi.py:55:12 | Return type does not match returned value: expected `tuple[str, str]`, found `tuple[str | None, str | None]` |
| materialize | unresolved-import | ci/deploy/pypi.py:59:12 | Cannot resolve imported module `build` |
| materialize | unresolved-import | ci/deploy_mz-debug/linux.py:13:6 | Cannot resolve imported module `ci` |
| materialize | unresolved-import | ci/deploy_mz-debug/linux.py:14:6 | Cannot resolve imported module `ci.deploy.deploy_util` |
| materialize | unresolved-import | ci/deploy_mz-debug/linux.py:18:1 | Cannot resolve imported module `.` |
| materialize | unresolved-import | ci/deploy_mz-debug/macos.py:13:6 | Cannot resolve imported module `ci.tarball_uploader` |
| materialize | unresolved-import | ci/deploy_mz-debug/macos.py:17:8 | Cannot resolve imported module `..deploy.deploy_util` |
| materialize | unresolved-import | ci/deploy_mz-debug/macos.py:18:1 | Cannot resolve imported module `.` |
| materialize | unresolved-import | ci/deploy_mz/docker.py:12:6 | Cannot resolve imported module `ci` |
| materialize | unresolved-import | ci/deploy_mz/docker.py:17:7 | Cannot resolve imported module `.deploy_util` |
| materialize | unresolved-import | ci/deploy_mz/linux.py:13:6 | Cannot resolve imported module `ci` |
| materialize | unresolved-import | ci/deploy_mz/linux.py:18:1 | Cannot resolve imported module `.` |
| materialize | unresolved-import | ci/deploy_mz/linux.py:19:7 | Cannot resolve imported module `.deploy_util` |
| materialize | unresolved-import | ci/deploy_mz/macos.py:13:6 | Cannot resolve imported module `ci` |
| materialize | unresolved-import | ci/deploy_mz/macos.py:17:8 | Cannot resolve imported module `..deploy.deploy_util` |
| materialize | unresolved-import | ci/deploy_mz/macos.py:18:1 | Cannot resolve imported module `.` |
| materialize | unresolved-import | ci/deploy_mz/version.py:10:8 | Cannot resolve imported module `boto3` |
| materialize | unresolved-import | ci/deploy_mz/version.py:12:6 | Cannot resolve imported module `ci.tarball_uploader` |
| materialize | unresolved-import | ci/deploy_mz/version.py:14:7 | Cannot resolve imported module `.deploy_util` |
| materialize | unresolved-import | ci/deploy_mz_lsp_server/linux.py:13:6 | Cannot resolve imported module `ci` |
| materialize | unresolved-import | ci/deploy_mz_lsp_server/linux.py:14:6 | Cannot resolve imported module `ci.deploy.deploy_util` |
| materialize | unresolved-import | ci/deploy_mz_lsp_server/linux.py:19:1 | Cannot resolve imported module `.` |
| materialize | unresolved-import | ci/deploy_mz_lsp_server/linux.py:20:7 | Cannot resolve imported module `.deploy_util` |
| materialize | unresolved-import | ci/deploy_mz_lsp_server/macos.py:13:6 | Cannot resolve imported module `ci` |
| materialize | unresolved-import | ci/deploy_mz_lsp_server/macos.py:17:8 | Cannot resolve imported module `..deploy.deploy_util` |
| materialize | unresolved-import | ci/deploy_mz_lsp_server/macos.py:18:1 | Cannot resolve imported module `.` |
| materialize | unresolved-import | ci/deploy_mz_lsp_server/version.py:10:8 | Cannot resolve imported module `boto3` |
| materialize | unresolved-import | ci/deploy_mz_lsp_server/version.py:12:6 | Cannot resolve imported module `ci.tarball_uploader` |
| materialize | unresolved-import | ci/deploy_mz_lsp_server/version.py:14:7 | Cannot resolve imported module `.deploy_util` |
| materialize | deprecated | ci/load/periodic.py:31:29 | The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) |
| materialize | deprecated | ci/load/periodic.py:36:40 | The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) |
| materialize | unresolved-import | ci/mkpipeline.py:49:7 | Cannot resolve imported module `.deploy.deploy_util` |
| materialize | unresolved-import | ci/tarball_uploader.py:18:8 | Cannot resolve imported module `boto3` |
| materialize | unresolved-import | ci/tarball_uploader.py:19:8 | Cannot resolve imported module `humanize` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/__init__.py:17:6 | Cannot resolve imported module `dbt.adapters.base` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/__init__.py:18:6 | Cannot resolve imported module `dbt.adapters.materialize.connections` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/__init__.py:21:6 | Cannot resolve imported module `dbt.adapters.materialize.impl` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/__init__.py:22:6 | Cannot resolve imported module `dbt.include` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/connections.py:20:8 | Cannot resolve imported module `dbt_common.exceptions` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/connections.py:21:8 | Cannot resolve imported module `psycopg2` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/connections.py:22:6 | Cannot resolve imported module `dbt_common.semver` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/connections.py:24:6 | Cannot resolve imported module `dbt.adapters.events.logging` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/connections.py:25:6 | Cannot resolve imported module `dbt.adapters.postgres` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/connections.py:27:7 | Cannot resolve imported module `.__version__` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/exceptions.py:18:6 | Cannot resolve imported module `dbt_common.exceptions` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/impl.py:22:8 | Cannot resolve imported module `dbt_common.exceptions` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/impl.py:23:6 | Cannot resolve imported module `dbt_common.contracts.constraints` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/impl.py:27:6 | Cannot resolve imported module `dbt_common.dataclass_schema` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/impl.py:29:6 | Cannot resolve imported module `dbt.adapters.base.impl` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/impl.py:30:6 | Cannot resolve imported module `dbt.adapters.base.meta` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/impl.py:31:6 | Cannot resolve imported module `dbt.adapters.capability` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/impl.py:37:6 | Cannot resolve imported module `dbt.adapters.materialize.connections` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/impl.py:38:6 | Cannot resolve imported module `dbt.adapters.materialize.exceptions` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/impl.py:42:6 | Cannot resolve imported module `dbt.adapters.materialize.relation` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/impl.py:43:6 | Cannot resolve imported module `dbt.adapters.postgres.column` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/impl.py:44:6 | Cannot resolve imported module `dbt.adapters.postgres.impl` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/impl.py:45:6 | Cannot resolve imported module `dbt.adapters.sql.impl` |
| materialize | not-iterable | misc/dbt-materialize/dbt/adapters/materialize/impl.py:245:28 | Object of type `Any | None` may not be iterable |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/relation.py:20:6 | Cannot resolve imported module `dbt_common.dataclass_schema` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/relation.py:22:6 | Cannot resolve imported module `dbt.adapters.postgres.relation` |
| materialize | unresolved-import | misc/dbt-materialize/dbt/adapters/materialize/relation.py:23:6 | Cannot resolve imported module `dbt.adapters.utils` |
| materialize | unresolved-import | misc/dbt-materialize/setup.py:21:6 | Cannot resolve imported module `setuptools` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/expected_catalog.py:16:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/fixtures.py:16:6 | Cannot resolve imported module `dbt.tests.adapter.hooks` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_aliases.py:16:6 | Cannot resolve imported module `dbt.tests.adapter.aliases.test_aliases` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_basic.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_basic.py:17:6 | Cannot resolve imported module `dbt.tests.adapter.basic.expected_catalog` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_basic.py:22:6 | Cannot resolve imported module `dbt.tests.adapter.basic.test_adapter_methods` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_basic.py:23:6 | Cannot resolve imported module `dbt.tests.adapter.basic.test_base` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_basic.py:24:6 | Cannot resolve imported module `dbt.tests.adapter.basic.test_docs_generate` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_basic.py:28:6 | Cannot resolve imported module `dbt.tests.adapter.basic.test_empty` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_basic.py:29:6 | Cannot resolve imported module `dbt.tests.adapter.basic.test_ephemeral` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_basic.py:30:6 | Cannot resolve imported module `dbt.tests.adapter.basic.test_generic_tests` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_basic.py:31:6 | Cannot resolve imported module `dbt.tests.adapter.basic.test_incremental` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_basic.py:35:6 | Cannot resolve imported module `dbt.tests.adapter.basic.test_singular_tests` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_basic.py:36:6 | Cannot resolve imported module `dbt.tests.adapter.basic.test_singular_tests_ephemeral` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_basic.py:39:6 | Cannot resolve imported module `dbt.tests.adapter.basic.test_snapshot_check_cols` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_basic.py:40:6 | Cannot resolve imported module `dbt.tests.adapter.basic.test_snapshot_timestamp` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_basic.py:41:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_caching.py:16:6 | Cannot resolve imported module `dbt.tests.adapter.caching.test_caching` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_ci.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_ci.py:17:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_clusters.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_clusters.py:17:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_constraints.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_constraints.py:17:6 | Cannot resolve imported module `dbt.tests.adapter.constraints.fixtures` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_constraints.py:20:6 | Cannot resolve imported module `dbt.tests.adapter.constraints.test_constraints` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_constraints.py:32:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_constraints.py:33:6 | Cannot resolve imported module `fixtures` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_custom_materializations.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_custom_materializations.py:17:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_custom_materializations.py:18:6 | Cannot resolve imported module `fixtures` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_data_tests.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_data_tests.py:17:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_data_tests.py:18:6 | Cannot resolve imported module `fixtures` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_dbt_clone.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_dbt_clone.py:17:6 | Cannot resolve imported module `dbt.tests.adapter.dbt_clone.fixtures` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_dbt_clone.py:23:6 | Cannot resolve imported module `dbt.tests.adapter.dbt_clone.test_dbt_clone` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_dbt_clone.py:24:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_deploy.py:18:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_deploy.py:19:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_deploy.py:20:6 | Cannot resolve imported module `fixtures` |
| materialize | possibly-unresolved-reference | misc/dbt-materialize/tests/adapter/test_deploy.py:1022:59 | Name `result` used when possibly not defined |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_empty.py:16:6 | Cannot resolve imported module `dbt.tests.adapter.empty.test_empty` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_incremental.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_incremental.py:17:6 | Cannot resolve imported module `dbt.tests.adapter.incremental.test_incremental_merge_exclude_columns` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_incremental.py:20:6 | Cannot resolve imported module `dbt.tests.adapter.incremental.test_incremental_on_schema_change` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_list_relations_without_caching.py:18:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_list_relations_without_caching.py:19:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_model_hooks.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_model_hooks.py:17:6 | Cannot resolve imported module `dbt.tests.adapter.hooks` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_model_hooks.py:18:6 | Cannot resolve imported module `fixtures` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_persist_docs.py:18:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_persist_docs.py:19:6 | Cannot resolve imported module `dbt.tests.adapter.persist_docs.test_persist_docs` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_persist_docs.py:24:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_persist_docs.py:25:6 | Cannot resolve imported module `fixtures` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_relation_types.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_relation_types.py:17:6 | Cannot resolve imported module `dbt.contracts.results` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_relation_types.py:18:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_relation_types.py:19:6 | Cannot resolve imported module `fixtures` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_run_hooks.py:18:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_run_hooks.py:19:6 | Cannot resolve imported module `dbt.tests.adapter.hooks.test_run_hooks` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_run_hooks.py:23:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_run_hooks.py:24:6 | Cannot resolve imported module `dbt_common.exceptions` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_run_hooks.py:25:6 | Cannot resolve imported module `fixtures` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_seed.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_seed.py:17:6 | Cannot resolve imported module `dbt.tests.adapter.simple_seed.test_seed` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_seed.py:20:6 | Cannot resolve imported module `dbt.tests.adapter.simple_seed.test_seed_type_override` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_seed.py:23:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_show.py:16:6 | Cannot resolve imported module `dbt.tests.adapter.dbt_show.test_dbt_show` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_snapshot.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_snapshot.py:17:6 | Cannot resolve imported module `dbt.tests.adapter.simple_snapshot.test_snapshot` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_source_freshness.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_source_freshness.py:17:6 | Cannot resolve imported module `dbt.cli.main` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_store_test_failures.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_store_test_failures.py:17:6 | Cannot resolve imported module `dbt.contracts.results` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_store_test_failures.py:18:6 | Cannot resolve imported module `dbt.tests.adapter.store_test_failures_tests.basic` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_store_test_failures.py:28:6 | Cannot resolve imported module `dbt.tests.adapter.store_test_failures_tests.fixtures` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_store_test_failures.py:32:6 | Cannot resolve imported module `dbt.tests.adapter.store_test_failures_tests.test_store_test_failures` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_store_test_failures.py:35:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_strict_mode.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_strict_mode.py:17:6 | Cannot resolve imported module `dbt.tests.util` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_unit_testing.py:15:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_unit_testing.py:16:6 | Cannot resolve imported module `dbt.tests.adapter.unit_testing.test_case_insensitivity` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_unit_testing.py:19:6 | Cannot resolve imported module `dbt.tests.adapter.unit_testing.test_invalid_input` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_unit_testing.py:20:6 | Cannot resolve imported module `dbt.tests.adapter.unit_testing.test_types` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_utils.py:16:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_utils.py:17:6 | Cannot resolve imported module `dbt.tests.adapter.utils.fixture_cast_bool_to_text` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_utils.py:20:6 | Cannot resolve imported module `dbt.tests.adapter.utils.fixture_date_spine` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_utils.py:23:6 | Cannot resolve imported module `dbt.tests.adapter.utils.fixture_get_intervals_between` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_utils.py:26:6 | Cannot resolve imported module `dbt.tests.adapter.utils.test_cast` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_utils.py:27:6 | Cannot resolve imported module `dbt.tests.adapter.utils.test_cast_bool_to_text` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_utils.py:28:6 | Cannot resolve imported module `dbt.tests.adapter.utils.test_current_timestamp` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_utils.py:29:6 | Cannot resolve imported module `dbt.tests.adapter.utils.test_date_spine` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_utils.py:30:6 | Cannot resolve imported module `dbt.tests.adapter.utils.test_generate_series` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_utils.py:31:6 | Cannot resolve imported module `dbt.tests.adapter.utils.test_get_intervals_between` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_utils.py:32:6 | Cannot resolve imported module `dbt.tests.adapter.utils.test_get_powers_of_two` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_utils.py:33:6 | Cannot resolve imported module `dbt.tests.adapter.utils.test_listagg` |
| materialize | unresolved-import | misc/dbt-materialize/tests/adapter/test_utils.py:34:6 | Cannot resolve imported module `dbt.tests.adapter.utils.test_timestamps` |
| materialize | unresolved-import | misc/dbt-materialize/tests/conftest.py:17:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/mcp-materialize-agents/mcp_materialize_agents/mcp_materialize_agents/__init__.py:28:6 | Cannot resolve imported module `mcp.server` |
| materialize | unresolved-import | misc/mcp-materialize-agents/mcp_materialize_agents/mcp_materialize_agents/__init__.py:29:6 | Cannot resolve imported module `mcp.server.fastmcp` |
| materialize | unresolved-import | misc/mcp-materialize-agents/mcp_materialize_agents/mcp_materialize_agents/__init__.py:30:6 | Cannot resolve imported module `mcp.types` |
| materialize | unresolved-import | misc/mcp-materialize-agents/mcp_materialize_agents/mcp_materialize_agents/__init__.py:31:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/mcp-materialize-agents/mcp_materialize_agents/mcp_materialize_agents/__init__.py:32:6 | Cannot resolve imported module `psycopg.rows` |
| materialize | unresolved-import | misc/mcp-materialize-agents/mcp_materialize_agents/mcp_materialize_agents/__init__.py:33:6 | Cannot resolve imported module `psycopg_pool` |
| materialize | unresolved-import | misc/mcp-materialize-agents/mcp_materialize_agents/mcp_materialize_agents/__init__.py:34:6 | Cannot resolve imported module `pydantic` |
| materialize | unresolved-import | misc/mcp-materialize-agents/mcp_materialize_agents/mcp_materialize_agents/__init__.py:36:7 | Cannot resolve imported module `.config` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/__init__.py:45:6 | Cannot resolve imported module `mcp.server` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/__init__.py:46:6 | Cannot resolve imported module `mcp.types` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/__init__.py:47:6 | Cannot resolve imported module `psycopg.rows` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/__init__.py:48:6 | Cannot resolve imported module `psycopg_pool` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/__init__.py:50:6 | Cannot resolve imported module `mcp_materialize.transports` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/__init__.py:52:7 | Cannot resolve imported module `.config` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/__init__.py:53:7 | Cannot resolve imported module `.mz_client` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/mz_client.py:25:8 | Cannot resolve imported module `aiorwlock` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/mz_client.py:26:6 | Cannot resolve imported module `mcp` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/mz_client.py:27:6 | Cannot resolve imported module `mcp.types` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/mz_client.py:28:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/mz_client.py:29:6 | Cannot resolve imported module `psycopg.rows` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/mz_client.py:30:6 | Cannot resolve imported module `psycopg_pool` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/transports.py:18:6 | Cannot resolve imported module `mcp.server` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/transports.py:19:6 | Cannot resolve imported module `mcp.server.streamable_http_manager` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/transports.py:21:6 | Cannot resolve imported module `mcp_materialize.config` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/transports.py:25:10 | Cannot resolve imported module `mcp` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/transports.py:36:12 | Cannot resolve imported module `uvicorn` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/transports.py:37:10 | Cannot resolve imported module `mcp.server.sse` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/transports.py:38:10 | Cannot resolve imported module `starlette.applications` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/transports.py:39:10 | Cannot resolve imported module `starlette.routing` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/transports.py:40:10 | Cannot resolve imported module `starlette.types` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/transports.py:70:12 | Cannot resolve imported module `uvicorn` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/transports.py:71:10 | Cannot resolve imported module `starlette.applications` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/transports.py:72:10 | Cannot resolve imported module `starlette.routing` |
| materialize | unresolved-import | misc/mcp-materialize/mcp_materialize/transports.py:73:10 | Cannot resolve imported module `starlette.types` |
| materialize | unresolved-import | misc/mcp-materialize/tests/integration/test_mcp.py:18:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | misc/mcp-materialize/tests/integration/test_mcp.py:19:8 | Cannot resolve imported module `pytest_asyncio` |
| materialize | unresolved-import | misc/mcp-materialize/tests/integration/test_mcp.py:20:6 | Cannot resolve imported module `mcp` |
| materialize | unresolved-import | misc/mcp-materialize/tests/integration/test_mcp.py:21:6 | Cannot resolve imported module `mcp.types` |
| materialize | unresolved-import | misc/mcp-materialize/tests/integration/test_mcp.py:22:6 | Cannot resolve imported module `psycopg_pool` |
| materialize | unresolved-import | misc/mcp-materialize/tests/integration/test_mcp.py:24:6 | Cannot resolve imported module `mcp_materialize.mz_client` |
| materialize | unresolved-import | misc/python/materialize/benches/avro_ingest.py:18:8 | Cannot resolve imported module `docker` |
| materialize | unresolved-import | misc/python/materialize/benches/avro_ingest.py:20:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/benches/avro_ingest.py:22:6 | Cannot resolve imported module `docker.models.containers` |
| materialize | unresolved-import | misc/python/materialize/benches/avro_ingest.py:23:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | unused-type-ignore-comment | misc/python/materialize/benches/avro_ingest.py:44:44 | Unused blanket `type: ignore` directive |
| materialize | deprecated | misc/python/materialize/buildkite_insights/util/data_io.py:75:21 | The function `utcfromtimestamp` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .fromtimestamp(datetime.timezone.utc) |
| materialize | unsupported-operator | misc/python/materialize/cargo.py:295:33 | Operator `+` is not supported between objects of type `Sized` and `Literal["/"]` |
| materialize | invalid-argument-type | misc/python/materialize/cargo.py:296:21 | Method `__getitem__` of type `bound method dict[str, set[str]].__getitem__(key: str, /) -> set[str]` cannot be called with key of type `Sized` on object of type `dict[str, set[str]]` |
| materialize | invalid-assignment | misc/python/materialize/checks/cloudtest_actions.py:46:9 | Object of type `str | None` is not assignable to attribute `tag` on type `Unknown | K8sResource` |
| materialize | unresolved-attribute | misc/python/materialize/checks/cloudtest_actions.py:47:9 | Attribute `replace` is not defined on `K8sResource` in union `Unknown | K8sResource` |
| materialize | invalid-argument-type | misc/python/materialize/checks/mzcompose_actions.py:235:20 | Argument to bound method `kill` is incorrect: Expected `str`, found `Unknown | str | None` |
| materialize | invalid-argument-type | misc/python/materialize/checks/mzcompose_actions.py:238:32 | Argument to bound method `capture_logs` is incorrect: Expected `str`, found `Unknown | str | None` |
| materialize | invalid-argument-type | misc/python/materialize/checks/mzcompose_actions.py:377:48 | Argument to bound method `await_mz_deployment_status` is incorrect: Expected `str`, found `Unknown | str | None` |
| materialize | invalid-argument-type | misc/python/materialize/checks/mzcompose_actions.py:392:17 | Argument to bound method `exec` is incorrect: Expected `str`, found `Unknown | str | None` |
| materialize | invalid-argument-type | misc/python/materialize/checks/mzcompose_actions.py:404:66 | Argument to bound method `await_mz_deployment_status` is incorrect: Expected `str`, found `Unknown | str | None` |
| materialize | unresolved-import | misc/python/materialize/ci_util/__init__.py:18:6 | Cannot resolve imported module `semver.version` |
| materialize | unresolved-import | misc/python/materialize/ci_util/upload_debug_symbols_to_polarsignals.py:18:8 | Cannot resolve imported module `boto3` |
| materialize | unresolved-import | misc/python/materialize/ci_util/upload_debug_symbols_to_s3.py:12:8 | Cannot resolve imported module `boto3` |
| materialize | unresolved-import | misc/python/materialize/cli/ci_annotate_errors.py:29:6 | Cannot resolve imported module `junitparser.junitparser` |
| materialize | unresolved-import | misc/python/materialize/cli/ci_coverage_pr_report.py:17:8 | Cannot resolve imported module `junit_xml` |
| materialize | unresolved-import | misc/python/materialize/cli/cloudbench.py:23:8 | Cannot resolve imported module `boto3` |
| materialize | deprecated | misc/python/materialize/cli/cloudbench.py:290:44 | The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) |
| materialize | unresolved-import | misc/python/materialize/cli/crate_diagram.py:29:8 | Cannot resolve imported module `click` |
| materialize | unresolved-import | misc/python/materialize/cli/helm_chart_version_bump.py:14:6 | Cannot resolve imported module `ruamel.yaml` |
| materialize | no-matching-overload | misc/python/materialize/cli/mz_workload_anonymize.py:251:13 | No overload of bound method `join` matches arguments |
| materialize | unresolved-import | misc/python/materialize/cli/mz_workload_capture.py:18:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/cli/mz_workload_capture.py:20:6 | Cannot resolve imported module `psycopg.sql` |
| materialize | unresolved-import | misc/python/materialize/cli/mzcompose.py:37:8 | Cannot resolve imported module `junit_xml` |
| materialize | unresolved-import | misc/python/materialize/cli/mzcompose.py:38:6 | Cannot resolve imported module `humanize` |
| materialize | unresolved-import | misc/python/materialize/cli/mzcompose.py:39:6 | Cannot resolve imported module `semver.version` |
| materialize | unresolved-import | misc/python/materialize/cli/mzexplore.py:13:8 | Cannot resolve imported module `click` |
| materialize | unused-type-ignore-comment | misc/python/materialize/cli/mzexplore.py:40:58 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | misc/python/materialize/cli/mzexplore.py:52:58 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | misc/python/materialize/cli/mzexplore.py:105:71 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | misc/python/materialize/cli/mzexplore.py:121:89 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | misc/python/materialize/cli/mzexplore.py:136:71 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | misc/python/materialize/cli/mzexplore.py:325:46 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | misc/python/materialize/cli/mzexplore.py:326:53 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | misc/python/materialize/cli/mzexplore.py:370:49 | Unused blanket `type: ignore` directive |
| materialize | unresolved-import | misc/python/materialize/cli/optbench.py:17:8 | Cannot resolve imported module `click` |
| materialize | invalid-assignment | misc/python/materialize/cli/orchestratord.py:312:9 | Cannot assign to a subscript on an object of type `str` |
| materialize | invalid-assignment | misc/python/materialize/cli/orchestratord.py:315:9 | Cannot assign to a subscript on an object of type `str` |
| materialize | unresolved-import | misc/python/materialize/cli/run.py:29:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/cli/scratch/__main__.py:12:8 | Cannot resolve imported module `shtab` |
| materialize | deprecated | misc/python/materialize/cli/scratch/create.py:148:40 | The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) |
| materialize | unresolved-import | misc/python/materialize/cli/scratch/destroy.py:13:8 | Cannot resolve imported module `boto3` |
| materialize | unresolved-import | misc/python/materialize/cli/scratch/destroy.py:14:6 | Cannot resolve imported module `mypy_boto3_ec2.type_defs` |
| materialize | unresolved-import | misc/python/materialize/cli/scratch/list.py:12:8 | Cannot resolve imported module `boto3` |
| materialize | unresolved-import | misc/python/materialize/cli/scratch/list.py:13:6 | Cannot resolve imported module `mypy_boto3_ec2.type_defs` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/app/materialize_application.py:16:6 | Cannot resolve imported module `pg8000.exceptions` |
| materialize | unresolved-attribute | misc/python/materialize/cloudtest/app/materialize_application.py:172:9 | Attribute `env` is not defined on `K8sResource` in union `Unknown | K8sResource` |
| materialize | unresolved-attribute | misc/python/materialize/cloudtest/app/materialize_application.py:173:9 | Attribute `replace` is not defined on `K8sResource` in union `Unknown | K8sResource` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_cluster_role.py:10:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_cluster_role.py:11:6 | Cannot resolve imported module `kubernetes.client.exceptions` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_config_map.py:11:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_config_map.py:12:6 | Cannot resolve imported module `kubernetes.client.exceptions` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_configmap.py:11:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_configmap.py:12:6 | Cannot resolve imported module `kubernetes.client.exceptions` |
| materialize | unused-type-ignore-comment | misc/python/materialize/cloudtest/k8s/api/k8s_configmap.py:36:62 | Unused blanket `type: ignore` directive |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_deployment.py:11:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_pod.py:11:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_resource.py:12:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_role_binding.py:11:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_role_binding.py:12:6 | Cannot resolve imported module `kubernetes.client.exceptions` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_secret.py:11:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_secret.py:12:6 | Cannot resolve imported module `kubernetes.client.exceptions` |
| materialize | unused-type-ignore-comment | misc/python/materialize/cloudtest/k8s/api/k8s_secret.py:40:59 | Unused blanket `type: ignore` directive |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_service.py:14:8 | Cannot resolve imported module `pg8000` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_service.py:16:8 | Cannot resolve imported module `sqlparse` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_service.py:17:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_service.py:18:6 | Cannot resolve imported module `pg8000` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/api/k8s_stateful_set.py:13:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/cockroach.py:11:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/debezium.py:10:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/environmentd.py:16:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/mysql.py:10:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/persist_pubsub.py:10:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/postgres.py:10:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/redpanda.py:10:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/role_binding.py:10:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/ssh.py:10:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/testdrive.py:16:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/cloudtest/k8s/vpc_endpoints_cluster_role.py:10:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | misc/python/materialize/data_ingest/data_type.py:17:6 | Cannot resolve imported module `pg8000.native` |
| materialize | unresolved-import | misc/python/materialize/data_ingest/executor.py:17:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/data_ingest/executor.py:27:6 | Cannot resolve imported module `pg8000.native` |
| materialize | unresolved-import | misc/python/materialize/data_ingest/executor.py:28:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | unused-type-ignore-comment | misc/python/materialize/data_ingest/executor.py:210:50 | Unused blanket `type: ignore` directive |
| materialize | unresolved-import | misc/python/materialize/data_ingest/field.py:13:6 | Cannot resolve imported module `pg8000.native` |
| materialize | unresolved-import | misc/python/materialize/data_ingest/workload.py:16:8 | Cannot resolve imported module `psycopg` |
| materialize | unused-type-ignore-comment | misc/python/materialize/data_ingest/workload.py:352:121 | Unused blanket `type: ignore` directive |
| materialize | unresolved-attribute | misc/python/materialize/feature_benchmark/benchmark.py:122:17 | Attribute `run` is not defined on `None` in union `None | Action | Unknown` |
| materialize | unresolved-attribute | misc/python/materialize/feature_benchmark/benchmark.py:134:17 | Attribute `run` is not defined on `None` in union `None | Action | Unknown` |
| materialize | unresolved-attribute | misc/python/materialize/feature_benchmark/benchmark.py:145:17 | Attribute `run` is not defined on `None` in union `None | Action | Unknown` |
| materialize | unresolved-import | misc/python/materialize/feature_benchmark/termination.py:13:6 | Cannot resolve imported module `scipy` |
| materialize | unresolved-import | misc/python/materialize/feature_flag_consistency/feature_flag_consistency_test.py:12:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/feature_flag_consistency/feature_flag_consistency_test.py:13:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | unresolved-import | misc/python/materialize/mz_version.py:18:6 | Cannot resolve imported module `semver.version` |
| materialize | invalid-method-override | misc/python/materialize/mzbuild.py:608:9 | Invalid override of method `prepare_batch`: Definition is incompatible with `PreImage.prepare_batch` |
| materialize | unsupported-operator | misc/python/materialize/mzbuild.py:1583:33 | Operator `+` is not supported between objects of type `Sized` and `Literal["/"]` |
| materialize | invalid-argument-type | misc/python/materialize/mzbuild.py:1584:21 | Method `__getitem__` of type `bound method dict[str, set[str]].__getitem__(key: str, /) -> set[str]` cannot be called with key of type `Sized` on object of type `dict[str, set[str]]` |
| materialize | unresolved-import | misc/python/materialize/mzcompose/__init__.py:26:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/mzcompose/composition.py:41:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/mzcompose/composition.py:42:8 | Cannot resolve imported module `sqlparse` |
| materialize | unresolved-import | misc/python/materialize/mzcompose/composition.py:44:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/mzcompose/composition.py:45:6 | Cannot resolve imported module `psycopg.sql` |
| materialize | invalid-argument-type | misc/python/materialize/mzcompose/composition.py:208:54 | Argument to bound method `_munge_services` is incorrect: Expected `list[tuple[str, dict[Unknown, Unknown]]]`, found `dict_items[Unknown, Unknown]` |
| materialize | unresolved-import | misc/python/materialize/mzexplore/clone.py:21:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | unresolved-import | misc/python/materialize/mzexplore/common.py:17:8 | Cannot resolve imported module `click` |
| materialize | unresolved-import | misc/python/materialize/mzexplore/common.py:18:6 | Cannot resolve imported module `pg8000.native` |
| materialize | unused-type-ignore-comment | misc/python/materialize/mzexplore/common.py:70:52 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | misc/python/materialize/mzexplore/common.py:93:44 | Unused blanket `type: ignore` directive |
| materialize | invalid-argument-type | misc/python/materialize/mzexplore/common.py:414:39 | Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None` |
| materialize | unresolved-import | misc/python/materialize/mzexplore/extract.py:22:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | invalid-argument-type | misc/python/materialize/mzexplore/extract.py:468:40 | Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `list[ExplainOption] & ~AlwaysFalsy` |
| materialize | unresolved-import | misc/python/materialize/mzexplore/sql.py:19:8 | Cannot resolve imported module `pg8000` |
| materialize | unresolved-import | misc/python/materialize/mzexplore/sql.py:20:8 | Cannot resolve imported module `sqlparse` |
| materialize | unresolved-import | misc/python/materialize/mzexplore/sql.py:21:6 | Cannot resolve imported module `pg8000.exceptions` |
| materialize | unresolved-import | misc/python/materialize/mzexplore/sql.py:22:6 | Cannot resolve imported module `pg8000.native` |
| materialize | invalid-argument-type | misc/python/materialize/optbench/__init__.py:18:39 | Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None` |
| materialize | unresolved-import | misc/python/materialize/optbench/sql.py:17:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/optbench/sql.py:18:8 | Cannot resolve imported module `sqlparse` |
| materialize | unresolved-import | misc/python/materialize/output_consistency/execution/sql_executor.py:13:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/output_consistency/execution/sql_executor.py:14:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | unused-type-ignore-comment | misc/python/materialize/output_consistency/execution/sql_executor.py:131:35 | Unused blanket `type: ignore` directive |
| materialize | unresolved-import | misc/python/materialize/output_consistency/ignore_filter/ignore_verdict.py:10:6 | Cannot resolve imported module `attr` |
| materialize | too-many-positional-arguments | misc/python/materialize/output_consistency/ignore_filter/ignore_verdict.py:22:26 | Too many positional arguments to bound method `__init__`: expected 1, got 2 |
| materialize | unresolved-import | misc/python/materialize/output_consistency/output_consistency_test.py:12:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/output_consistency/output_consistency_test.py:13:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/output_consistency/output_consistency_test.py:14:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | unresolved-import | misc/python/materialize/parallel_benchmark/framework.py:20:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/parallel_workload/action.py:20:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/parallel_workload/action.py:22:8 | Cannot resolve imported module `websocket` |
| materialize | unresolved-import | misc/python/materialize/parallel_workload/action.py:23:6 | Cannot resolve imported module `pg8000.native` |
| materialize | unresolved-import | misc/python/materialize/parallel_workload/action.py:24:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/parallel_workload/action.py:25:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | deprecated | misc/python/materialize/parallel_workload/action.py:96:46 | The function `getName` is deprecated: Deprecated since Python 3.10. Read the `name` attribute instead. |
| materialize | deprecated | misc/python/materialize/parallel_workload/action.py:1088:76 | The function `getName` is deprecated: Deprecated since Python 3.10. Read the `name` attribute instead. |
| materialize | unused-type-ignore-comment | misc/python/materialize/parallel_workload/action.py:2302:103 | Unused blanket `type: ignore` directive |
| materialize | unresolved-import | misc/python/materialize/parallel_workload/column.py:13:6 | Cannot resolve imported module `pg8000.native` |
| materialize | unresolved-import | misc/python/materialize/parallel_workload/database.py:15:6 | Cannot resolve imported module `pg8000.native` |
| materialize | unresolved-attribute | misc/python/materialize/parallel_workload/database.py:477:51 | Object of type `Definition` has no attribute `count` |
| materialize | unresolved-attribute | misc/python/materialize/parallel_workload/database.py:478:21 | Unresolved attribute `count` on type `Definition` |
| materialize | unresolved-attribute | misc/python/materialize/parallel_workload/database.py:1052:70 | Attribute `materialized` is not defined on `WebhookSource`, `MySqlSource`, `PostgresSource`, `SqlServerSource`, `KafkaSource`, `Table` in union `WebhookSource | MySqlSource | PostgresSource | ... omitted 4 union elements` |
| materialize | unresolved-import | misc/python/materialize/parallel_workload/executor.py:16:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/parallel_workload/executor.py:18:8 | Cannot resolve imported module `websocket` |
| materialize | deprecated | misc/python/materialize/parallel_workload/executor.py:109:50 | The function `getName` is deprecated: Deprecated since Python 3.10. Read the `name` attribute instead. |
| materialize | unresolved-import | misc/python/materialize/parallel_workload/parallel_workload.py:20:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/parallel_workload/parallel_workload.py:21:6 | Cannot resolve imported module `prettytable` |
| materialize | unresolved-import | misc/python/materialize/parallel_workload/worker.py:15:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/parallel_workload/worker.py:16:8 | Cannot resolve imported module `websocket` |
| materialize | deprecated | misc/python/materialize/parallel_workload/worker.py:136:62 | The function `getName` is deprecated: Deprecated since Python 3.10. Read the `name` attribute instead. |
| materialize | invalid-method-override | misc/python/materialize/postgres_consistency/ignore_filter/pg_inconsistency_ignore_filter.py:155:9 | Invalid override of method `_matches_problematic_operation_or_function_invocation`: Definition is incompatible with `PreExecutionInconsistencyIgnoreFilterBase._matches_problematic_operation_or_function_invocation` |
| materialize | unresolved-import | misc/python/materialize/postgres_consistency/postgres_consistency_test.py:11:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/postgres_consistency/postgres_consistency_test.py:12:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | unresolved-import | misc/python/materialize/query_fitness/all_parts_essential.py:25:6 | Cannot resolve imported module `pg8000.dbapi` |
| materialize | unresolved-import | misc/python/materialize/query_fitness/fitness_function.py:10:6 | Cannot resolve imported module `pg8000` |
| materialize | unresolved-import | misc/python/materialize/query_fitness/pick.py:13:8 | Cannot resolve imported module `pg8000` |
| materialize | unresolved-import | misc/python/materialize/query_fitness/pick.py:14:8 | Cannot resolve imported module `sqlparse` |
| materialize | unresolved-import | misc/python/materialize/release/cut_release.py:16:6 | Cannot resolve imported module `semver.version` |
| materialize | unresolved-import | misc/python/materialize/release/mark_release_complete.py:15:8 | Cannot resolve imported module `frontmatter` |
| materialize | unresolved-import | misc/python/materialize/scalability/endpoint/endpoint.py:13:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/scalability/endpoint/endpoints.py:10:8 | Cannot resolve imported module `psycopg` |
| materialize | invalid-method-override | misc/python/materialize/scalability/endpoint/endpoints.py:34:9 | Invalid override of method `url`: Definition is incompatible with `Endpoint.url` |
| materialize | invalid-method-override | misc/python/materialize/scalability/endpoint/endpoints.py:149:9 | Invalid override of method `resolved_target`: Definition is incompatible with `Endpoint.resolved_target` |
| materialize | unresolved-import | misc/python/materialize/scalability/executor/benchmark_executor.py:17:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-global | misc/python/materialize/scalability/executor/benchmark_executor.py:275:16 | Invalid global declaration of `next_worker_id`: `next_worker_id` has no declarations or bindings in the global scope |
| materialize | unresolved-global | misc/python/materialize/scalability/executor/benchmark_executor.py:401:16 | Invalid global declaration of `next_worker_id`: `next_worker_id` has no declarations or bindings in the global scope |
| materialize | unresolved-reference | misc/python/materialize/scalability/executor/benchmark_executor.py:402:27 | Name `next_worker_id` used when not defined |
| materialize | unresolved-reference | misc/python/materialize/scalability/executor/benchmark_executor.py:403:26 | Name `next_worker_id` used when not defined |
| materialize | unresolved-import | misc/python/materialize/scalability/operation/operation_data.py:12:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/scalability/operation/operations/operations.py:9:6 | Cannot resolve imported module `psycopg` |
| materialize | invalid-method-override | misc/python/materialize/scalability/operation/operations/operations.py:66:9 | Invalid override of method `sql_statement`: Definition is incompatible with `SqlOperationWithSeed.sql_statement` |
| materialize | invalid-method-override | misc/python/materialize/scalability/operation/operations/operations.py:74:9 | Invalid override of method `sql_statement`: Definition is incompatible with `SqlOperationWithSeed.sql_statement` |
| materialize | invalid-method-override | misc/python/materialize/scalability/operation/operations/operations.py:82:9 | Invalid override of method `sql_statement`: Definition is incompatible with `SqlOperationWithSeed.sql_statement` |
| materialize | invalid-method-override | misc/python/materialize/scalability/operation/operations/operations.py:92:9 | Invalid override of method `sql_statement`: Definition is incompatible with `SqlOperationWithSeed.sql_statement` |
| materialize | invalid-method-override | misc/python/materialize/scalability/operation/operations/operations.py:112:9 | Invalid override of method `sql_statement`: Definition is incompatible with `SqlOperationWithSeed.sql_statement` |
| materialize | invalid-method-override | misc/python/materialize/scalability/operation/operations/operations.py:140:9 | Invalid override of method `sql_statement`: Definition is incompatible with `SqlOperationWithSeed.sql_statement` |
| materialize | invalid-method-override | misc/python/materialize/scalability/operation/operations/operations.py:149:9 | Invalid override of method `sql_statement`: Definition is incompatible with `SqlOperationWithSeed.sql_statement` |
| materialize | invalid-method-override | misc/python/materialize/scalability/operation/operations/operations.py:157:9 | Invalid override of method `sql_statement`: Definition is incompatible with `SqlOperationWithTwoSeeds.sql_statement` |
| materialize | invalid-method-override | misc/python/materialize/scalability/operation/operations/operations.py:165:9 | Invalid override of method `sql_statement`: Definition is incompatible with `SqlOperationWithSeed.sql_statement` |
| materialize | invalid-method-override | misc/python/materialize/scalability/operation/operations/operations.py:173:9 | Invalid override of method `sql_statement`: Definition is incompatible with `SqlOperationWithSeed.sql_statement` |
| materialize | invalid-method-override | misc/python/materialize/scalability/operation/operations/operations.py:181:9 | Invalid override of method `sql_statement`: Definition is incompatible with `SqlOperationWithSeed.sql_statement` |
| materialize | invalid-method-override | misc/python/materialize/scalability/operation/operations/operations.py:189:9 | Invalid override of method `sql_statement`: Definition is incompatible with `SqlOperationWithSeed.sql_statement` |
| materialize | unresolved-import | misc/python/materialize/scalability/operation/scalability_operation.py:10:6 | Cannot resolve imported module `psycopg` |
| materialize | invalid-method-override | misc/python/materialize/scalability/operation/scalability_operation.py:97:9 | Invalid override of method `sql_statement_based_on_input`: Definition is incompatible with `SqlOperationWithInput.sql_statement_based_on_input` |
| materialize | unresolved-import | misc/python/materialize/scalability/plot/plot.py:14:6 | Cannot resolve imported module `matplotlib.axes` |
| materialize | unresolved-import | misc/python/materialize/scalability/plot/plot.py:15:6 | Cannot resolve imported module `matplotlib.figure` |
| materialize | unresolved-import | misc/python/materialize/scalability/plot/plot.py:16:6 | Cannot resolve imported module `matplotlib.markers` |
| materialize | unresolved-import | misc/python/materialize/scalability/workload/workload.py:10:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/scratch.py:22:8 | Cannot resolve imported module `boto3` |
| materialize | unresolved-import | misc/python/materialize/scratch.py:23:6 | Cannot resolve imported module `botocore.exceptions` |
| materialize | unresolved-import | misc/python/materialize/scratch.py:24:6 | Cannot resolve imported module `mypy_boto3_ec2.literals` |
| materialize | unresolved-import | misc/python/materialize/scratch.py:25:6 | Cannot resolve imported module `mypy_boto3_ec2.service_resource` |
| materialize | unresolved-import | misc/python/materialize/scratch.py:26:6 | Cannot resolve imported module `mypy_boto3_ec2.type_defs` |
| materialize | unresolved-import | misc/python/materialize/scratch.py:32:6 | Cannot resolve imported module `prettytable` |
| materialize | unresolved-import | misc/python/materialize/scratch.py:33:6 | Cannot resolve imported module `pydantic` |
| materialize | deprecated | misc/python/materialize/scratch.py:418:34 | The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc) |
| materialize | unresolved-import | misc/python/materialize/setup.py:16:6 | Cannot resolve imported module `setuptools` |
| materialize | unresolved-import | misc/python/materialize/test_analytics/connector/test_analytics_connector.py:15:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/test_analytics/connector/test_analytics_connector.py:16:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/test_analytics/setup/test_analytics_setup.py:12:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/test_analytics/util/mz_sql_util.py:10:6 | Cannot resolve imported module `pg8000.native` |
| materialize | unresolved-import | misc/python/materialize/ui.py:22:6 | Cannot resolve imported module `colored` |
| materialize | unresolved-import | misc/python/materialize/util.py:29:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/util.py:30:8 | Cannot resolve imported module `xxhash` |
| materialize | unresolved-import | misc/python/materialize/util.py:31:8 | Cannot resolve imported module `zstandard` |
| materialize | unresolved-import | misc/python/materialize/version_consistency/version_consistency_test.py:11:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/version_consistency/version_consistency_test.py:12:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | unresolved-import | misc/python/materialize/version_list.py:19:8 | Cannot resolve imported module `frontmatter` |
| materialize | invalid-method-override | misc/python/materialize/version_list.py:310:9 | Invalid override of method `resolve_image_tag`: Definition is incompatible with `AncestorImageResolutionBase.resolve_image_tag` |
| materialize | invalid-method-override | misc/python/materialize/version_list.py:328:9 | Invalid override of method `resolve_image_tag`: Definition is incompatible with `AncestorImageResolutionBase.resolve_image_tag` |
| materialize | unresolved-import | misc/python/materialize/workload_replay/column.py:22:6 | Cannot resolve imported module `pg8000.native` |
| materialize | unresolved-import | misc/python/materialize/workload_replay/data.py:24:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/workload_replay/data.py:25:6 | Cannot resolve imported module `psycopg.sql` |
| materialize | unresolved-import | misc/python/materialize/workload_replay/ingest.py:25:8 | Cannot resolve imported module `aiohttp` |
| materialize | unresolved-import | misc/python/materialize/workload_replay/ingest.py:27:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/workload_replay/ingest.py:35:6 | Cannot resolve imported module `psycopg.sql` |
| materialize | possibly-unresolved-reference | misc/python/materialize/workload_replay/ingest.py:443:39 | Name `source_struct` used when possibly not defined |
| materialize | unresolved-import | misc/python/materialize/workload_replay/objects.py:22:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/workload_replay/objects.py:24:6 | Cannot resolve imported module `psycopg.sql` |
| materialize | unused-type-ignore-comment | misc/python/materialize/workload_replay/objects.py:521:62 | Unused blanket `type: ignore` directive |
| materialize | unresolved-import | misc/python/materialize/workload_replay/replay.py:24:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | misc/python/materialize/workload_replay/replay.py:25:6 | Cannot resolve imported module `psycopg.sql` |
| materialize | possibly-unresolved-reference | misc/python/materialize/workload_replay/replay.py:86:47 | Name `end_deadline` used when possibly not defined |
| materialize | possibly-unresolved-reference | misc/python/materialize/workload_replay/replay.py:112:58 | Name `sql` used when possibly not defined |
| materialize | possibly-unresolved-reference | misc/python/materialize/workload_replay/replay.py:116:38 | Name `sql` used when possibly not defined |
| materialize | possibly-unresolved-reference | misc/python/materialize/workload_replay/replay.py:116:53 | Name `params` used when possibly not defined |
| materialize | possibly-unresolved-reference | misc/python/materialize/workload_replay/replay.py:119:45 | Name `sql` used when possibly not defined |
| materialize | possibly-unresolved-reference | misc/python/materialize/workload_replay/replay.py:119:60 | Name `params` used when possibly not defined |
| materialize | possibly-unresolved-reference | misc/python/materialize/workload_replay/replay.py:197:26 | Name `query` used when possibly not defined |
| materialize | unresolved-import | misc/python/materialize/workload_replay/stats.py:25:8 | Cannot resolve imported module `matplotlib.pyplot` |
| materialize | unused-type-ignore-comment | misc/python/materialize/workload_replay/stats.py:249:29 | Unused blanket `type: ignore` directive |
| materialize | invalid-assignment | misc/python/materialize/zippy/framework.py:84:28 | Object of type `list[Capability]` is not assignable to `list[T@get]` |
| materialize | unused-type-ignore-comment | misc/python/materialize/zippy/framework.py:88:41 | Unused blanket `type: ignore` directive |
| materialize | unresolved-import | test/0dt/mzcompose.py:20:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | unresolved-import | test/aws-localstack/mzcompose.py:15:8 | Cannot resolve imported module `boto3` |
| materialize | unresolved-import | test/aws/mzcompose.py:22:8 | Cannot resolve imported module `boto3` |
| materialize | unresolved-import | test/aws/mzcompose.py:23:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | unresolved-import | test/balancerd/mzcompose.py:28:8 | Cannot resolve imported module `pg8000` |
| materialize | unresolved-import | test/balancerd/mzcompose.py:30:6 | Cannot resolve imported module `pg8000.exceptions` |
| materialize | unresolved-import | test/balancerd/mzcompose.py:31:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/balancerd/mzcompose.py:32:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | invalid-argument-type | test/balancerd/mzcompose.py:89:23 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["client_id"]` on object of type `str` |
| materialize | invalid-argument-type | test/balancerd/mzcompose.py:89:47 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["secret"]` on object of type `str` |
| materialize | unresolved-import | test/canary-environment/mzcompose.py:14:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/canary-load/mzcompose.py:17:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/canary-load/mzcompose.py:19:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/canary-load/mzcompose.py:20:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | unused-type-ignore-comment | test/canary-load/mzcompose.py:347:75 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | test/canary-load/mzcompose.py:348:65 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | test/canary-load/mzcompose.py:349:74 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | test/canary-load/mzcompose.py:350:71 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | test/canary-load/mzcompose.py:351:60 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | test/canary-load/mzcompose.py:352:76 | Unused blanket `type: ignore` directive |
| materialize | unresolved-import | test/cloud-canary/mzcompose.py:25:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/cloudtest/conftest.py:13:10 | Cannot resolve imported module `_pytest.config` |
| materialize | unresolved-import | test/cloudtest/conftest.py:15:8 | Cannot resolve imported module `pytest` |
| materialize | unused-type-ignore-comment | test/cloudtest/conftest.py:36:65 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | test/cloudtest/conftest.py:37:65 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | test/cloudtest/conftest.py:39:76 | Unused blanket `type: ignore` directive |
| materialize | unresolved-import | test/cloudtest/node_recovery/test_k8s_node_recovery.py:13:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | test/cloudtest/test_antiaffinity.py:11:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | test/cloudtest/test_compute.py:15:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | test/cloudtest/test_compute.py:16:6 | Cannot resolve imported module `pg8000.exceptions` |
| materialize | unresolved-attribute | test/cloudtest/test_compute.py:197:5 | Attribute `env` is not defined on `K8sResource` in union `Unknown | K8sResource` |
| materialize | unresolved-attribute | test/cloudtest/test_compute.py:198:5 | Attribute `extra_args` is not defined on `K8sResource` in union `Unknown | K8sResource` |
| materialize | unresolved-attribute | test/cloudtest/test_compute.py:199:5 | Attribute `replace` is not defined on `K8sResource` in union `Unknown | K8sResource` |
| materialize | unsupported-operator | test/cloudtest/test_compute.py:213:20 | Operator `|` is not supported between objects of type `Unknown | int | None | str | dict[Unknown | str, Unknown | str]` and `dict[Unknown | str, Unknown | str]` |
| materialize | unresolved-attribute | test/cloudtest/test_compute.py:236:5 | Attribute `replace` is not defined on `K8sResource` in union `Unknown | K8sResource` |
| materialize | unresolved-import | test/cloudtest/test_crash.py:14:6 | Cannot resolve imported module `kubernetes.client` |
| materialize | unresolved-import | test/cloudtest/test_crash.py:15:6 | Cannot resolve imported module `pg8000.exceptions` |
| materialize | unresolved-import | test/cloudtest/test_full_testdrive.py:12:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | test/cloudtest/test_managed_cluster.py:15:6 | Cannot resolve imported module `pg8000` |
| materialize | unresolved-import | test/cloudtest/test_managed_cluster.py:16:6 | Cannot resolve imported module `pg8000.exceptions` |
| materialize | unresolved-import | test/cloudtest/test_privatelink_connection.py:13:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | test/cloudtest/test_privatelink_connection.py:14:6 | Cannot resolve imported module `pg8000.dbapi` |
| materialize | unresolved-import | test/cloudtest/test_replica_restart.py:15:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | test/cloudtest/test_replica_restart.py:16:6 | Cannot resolve imported module `pg8000` |
| materialize | unresolved-import | test/cloudtest/test_secrets.py:13:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | test/cloudtest/test_secrets.py:14:6 | Cannot resolve imported module `pg8000.exceptions` |
| materialize | unresolved-import | test/cloudtest/test_storage_shared_fate.py:15:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | test/cloudtest/test_upgrade.py:13:8 | Cannot resolve imported module `pytest` |
| materialize | unresolved-import | test/cluster-spec-sheet/mzcompose.py:27:8 | Cannot resolve imported module `matplotlib.pyplot` |
| materialize | unresolved-import | test/cluster-spec-sheet/mzcompose.py:29:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/cluster-spec-sheet/mzcompose.py:30:6 | Cannot resolve imported module `psycopg` |
| materialize | invalid-argument-type | test/cluster-spec-sheet/mzcompose.py:2405:40 | Argument to function `min` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT` |
| materialize | unresolved-import | test/cluster/mzcompose.py:26:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/cluster/mzcompose.py:28:8 | Cannot resolve imported module `websocket` |
| materialize | unresolved-import | test/cluster/mzcompose.py:29:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/cluster/mzcompose.py:30:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | unresolved-import | test/copy-to-s3/mzcompose.py:24:6 | Cannot resolve imported module `minio` |
| materialize | unresolved-import | test/kafka-rtr/mzcompose.py:20:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/lang/python/smoketest.py:12:8 | Cannot resolve imported module `psycopg` |
| materialize | invalid-argument-type | test/limits/mzcompose.py:1833:23 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["client_id"]` on object of type `str` |
| materialize | invalid-argument-type | test/limits/mzcompose.py:1833:47 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["secret"]` on object of type `str` |
| materialize | unresolved-import | test/mysql-cdc-resumption-old-syntax/mzcompose.py:20:6 | Cannot resolve imported module `pg8000` |
| materialize | unresolved-import | test/mysql-cdc-resumption/mzcompose.py:20:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/mz-e2e/mzcompose.py:20:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/orchestratord/mzcompose.py:30:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/orchestratord/mzcompose.py:33:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/orchestratord/mzcompose.py:34:6 | Cannot resolve imported module `semver.version` |
| materialize | invalid-method-override | test/orchestratord/mzcompose.py:272:9 | Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__` |
| materialize | unresolved-import | test/parallel-benchmark/mzcompose.py:20:8 | Cannot resolve imported module `matplotlib.pyplot` |
| materialize | unresolved-import | test/parallel-benchmark/mzcompose.py:22:6 | Cannot resolve imported module `matplotlib.markers` |
| materialize | unused-type-ignore-comment | test/parallel-benchmark/mzcompose.py:345:33 | Unused blanket `type: ignore` directive |
| materialize | unused-type-ignore-comment | test/parallel-benchmark/mzcompose.py:369:33 | Unused blanket `type: ignore` directive |
| materialize | unresolved-import | test/pg-cdc-old-syntax/mzcompose.py:18:8 | Cannot resolve imported module `pg8000` |
| materialize | unresolved-import | test/pg-cdc-old-syntax/mzcompose.py:19:6 | Cannot resolve imported module `pg8000` |
| materialize | unresolved-import | test/pg-cdc-resumption/mzcompose.py:16:8 | Cannot resolve imported module `pg8000` |
| materialize | unresolved-import | test/pg-cdc-resumption/mzcompose.py:17:6 | Cannot resolve imported module `pg8000` |
| materialize | unresolved-import | test/pg-cdc-resumption/mzcompose.py:18:6 | Cannot resolve imported module `pg8000.dbapi` |
| materialize | unresolved-import | test/pg-cdc/mzcompose.py:18:8 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/pg-cdc/mzcompose.py:19:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/replica-isolation/mzcompose.py:22:6 | Cannot resolve imported module `psycopg` |
| materialize | unresolved-import | test/restart/mzcompose.py:21:6 | Cannot resolve imported module `psycopg.errors` |
| materialize | deprecated | test/rtr-combined/mzcompose.py:67:54 | The function `getName` is deprecated: Deprecated since Python 3.10. Read the `name` attribute instead. |
| materialize | unresolved-import | test/scalability/lib.py:13:6 | Cannot resolve imported module `matplotlib` |
| materialize | unresolved-import | test/scalability/mzcompose.py:19:6 | Cannot resolve imported module `jupyter_core.command` |
| materialize | unresolved-import | test/scalability/mzcompose.py:20:6 | Cannot resolve imported module `matplotlib` |
| materialize | unresolved-import | test/scalability/scalability.ipynb:cell 1:11:6 | Cannot resolve imported module `ipywidgets` |
| materialize | unresolved-import | test/scalability/scalability.ipynb:cell 1:12:6 | Cannot resolve imported module `lib` |
| materialize | invalid-argument-type | test/sql-server-cdc-old-syntax/mzcompose.py:84:18 | Argument to bound method `test_parts` is incorrect: Expected `list[str | Path]`, found `list[str]` |
| materialize | invalid-argument-type | test/sql-server-cdc/mzcompose.py:126:18 | Argument to bound method `test_parts` is incorrect: Expected `list[str | Path]`, found `list[str]` |
| materialize | unresolved-import | test/ssh-connection/mzcompose.py:14:6 | Cannot resolve imported module `prettytable` |
| materialize | unresolved-import | test/terraform/mzcompose.py:25:8 | Cannot resolve imported module `psycopg` |
| pybind11 | unused-type-ignore-comment | pybind11/setup_helpers.py:69:48 | Unused blanket `type: ignore` directive |
| pybind11 | unused-type-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 'setuptools.extension.Extension'> | <class 'distutils.extension.Extension'>` |
| pybind11 | unsupported-base | pybind11/setup_helpers.py:271:17 | Unsupported class base with type `<class 'setuptools.command.build_ext.build_ext'> | <class 'distutils.command.build_ext.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/env.py:7:8 | Cannot resolve imported module `pytest` |
| pybind11 | unresolved-import | tests/extra_python_package/test_files.py:24:6 | Cannot resolve imported module `make_global` |
| pybind11 | unresolved-attribute | tests/extra_python_package/test_files.py:194:15 | Attribute `group` is not defined on `None` in union `Match[str] | None` |
| pybind11 | unresolved-attribute | tests/extra_python_package/test_files.py:231:15 | Attribute `group` is not defined on `None` in union `Match[str] | None` |
| pybind11 | unresolved-attribute | tests/extra_python_package/test_files.py:260:31 | Attribute `groups` is not defined on `None` in union `Match[str] | None` |
| pybind11 | unresolved-attribute | tests/extra_python_package/test_files.py:315:31 | Attribute `groups` is not defined on `None` in union `Match[str] | None` |
| pybind11 | unresolved-attribute | tests/extra_python_package/test_files.py:362:13 | Attribute `group` is not defined on `None` in union `Match[str] | None` |
| pybind11 | unresolved-attribute | tests/extra_python_package/test_files.py:363:21 | Attribute `group` is not defined on `None` in union `Match[str] | None` |
| pybind11 | unresolved-attribute | tests/extra_python_package/test_files.py:364:22 | Attribute `group` is not defined on `None` in union `Match[str] | None` |
| pybind11 | unresolved-attribute | tests/extra_python_package/test_files.py:368:13 | Attribute `group` is not defined on `None` in union `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:7:8 | Cannot resolve imported module `pytest` |
| pybind11 | unresolved-import | tests/test_custom_type_setup.py:10:8 | Cannot resolve imported module `pybind11_tests` |
| pybind11 | unresolved-import | tests/test_custom_type_setup.py:11: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:9:8 | Cannot resolve imported module `pytest` |
| pybind11 | unresolved-import | tests/test_multiple_interpreters.py:12:8 | Cannot resolve imported module `pybind11_tests` |
| pybind11 | unresolved-import | tests/test_multiple_interpreters.py:96:12 | Cannot resolve imported module `mod_per_interpreter_gil` |
| pybind11 | unresolved-import | tests/test_multiple_interpreters.py:145:12 | Cannot resolve imported module `mod_per_interpreter_gil` |
| pybind11 | unresolved-import | tests/test_multiple_interpreters.py:150:28 | Module `concurrent` has no member `interpreters` |
| pybind11 | unresolved-import | tests/test_multiple_interpreters.py:193:12 | Cannot resolve imported module `mod_shared_interpreter_gil` |
| pybind11 | unresolved-import | tests/test_multiple_interpreters.py:265: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 bound method `__init__` matches arguments |
| pybind11 | invalid-argument-type | tests/test_pytypes.py:457:31 | Argument to bound method `__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `Unknown | bytes | bytearray | ... omitted 5 union elements` |
| pybind11 | invalid-argument-type | tests/test_pytypes.py:457:31 | Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements` |
| pybind11 | invalid-argument-type | tests/test_pytypes.py:457:31 | Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements` |
| pybind11 | invalid-argument-type | tests/test_pytypes.py:457:31 | Argument to function `__new__` is incorrect: Expected `Buffer`, found `Unknown | bytes | bytearray | ... omitted 5 union elements` |
| pybind11 | invalid-argument-type | tests/test_pytypes.py:457:31 | Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `Unknown | bytes | bytearray | ... omitted 5 union elements` |
| pybind11 | invalid-argument-type | tests/test_pytypes.py:457:31 | Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements` |
| pybind11 | invalid-argument-type | tests/test_pytypes.py:457:31 | Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | bytes | bytearray | ... omitted 5 union elements` |
| pybind11 | invalid-argument-type | tests/test_pytypes.py:457:31 | Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, 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` |
| 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:401:56 | Name `hashes` used when possibly not defined |
| pyjwt | possibly-unresolved-reference | jwt/algorithms.py:405:28 | Name `RSAPrivateKey` used when possibly not defined |
| pyjwt | possibly-unresolved-reference | jwt/algorithms.py:405:43 | Name `RSAPublicKey` used when possibly not defined |
| pyjwt | call-non-callable | jwt/algorithms.py:465:27 | Object of type `object` is not callable |
| pyjwt | possibly-unresolved-reference | jwt/algorithms.py:587:56 | Name `hashes` used when possibly not defined |
| pyjwt | possibly-unresolved-reference | jwt/algorithms.py:588:56 | Name `hashes` used when possibly not defined |
| pyjwt | possibly-unresolved-reference | jwt/algorithms.py:589:56 | Name `hashes` used when possibly not defined |
| pyjwt | possibly-unresolved-reference | jwt/algorithms.py:593:28 | Name `EllipticCurvePrivateKey` used when possibly not defined |
| pyjwt | possibly-unresolved-reference | jwt/algorithms.py:593:53 | Name `EllipticCurvePublicKey` used when possibly not defined |
| pyjwt | invalid-argument-type | jwt/algorithms.py:739:34 | Argument to function `base64url_decode` is incorrect: Expected `bytes | str`, found `Any | None` |
| pyjwt | invalid-argument-type | jwt/algorithms.py:740:34 | Argument to function `base64url_decode` is incorrect: Expected `bytes | str`, found `Any | None` |
| pyjwt | invalid-argument-type | jwt/algorithms.py:785:34 | Argument to function `base64url_decode` is incorrect: Expected `bytes | str`, found `Any | None` |
| pyjwt | possibly-unresolved-reference | jwt/algorithms.py:837:21 | Name `Ed25519PrivateKey` used when possibly not defined |
| pyjwt | possibly-unresolved-reference | jwt/algorithms.py:838:21 | Name `Ed25519PublicKey` used when possibly not defined |
| pyjwt | possibly-unresolved-reference | jwt/algorithms.py:839:21 | Name `Ed448PrivateKey` used when possibly not defined |
| pyjwt | possibly-unresolved-reference | jwt/algorithms.py:840:21 | Name `Ed448PublicKey` used when possibly not defined |
| pyjwt | invalid-method-override | jwt/algorithms.py:919:13 | Invalid override of method `to_jwk`: Definition is incompatible with `Algorithm.to_jwk` |
| pyjwt | invalid-argument-type | jwt/algorithms.py:986:34 | Argument to function `base64url_decode` is incorrect: Expected `bytes | str`, found `Any | None` |
| pyjwt | invalid-argument-type | jwt/algorithms.py:993:38 | Argument to function `base64url_decode` is incorrect: Expected `bytes | str`, found `Any | None` |
| pyjwt | missing-typed-dict-key | jwt/api_jwt.py:88:16 | Missing required key 'enforce_minimum_key_length' in TypedDict `FullOptions` constructor |
| pyjwt | missing-typed-dict-key | jwt/api_jwt.py:88:16 | Missing required key 'require' in TypedDict `FullOptions` constructor |
| pyjwt | missing-typed-dict-key | jwt/api_jwt.py:88:16 | Missing required key 'strict_aud' in TypedDict `FullOptions` constructor |
| pyjwt | missing-typed-dict-key | jwt/api_jwt.py:88:16 | Missing required key 'verify_aud' in TypedDict `FullOptions` constructor |
| pyjwt | missing-typed-dict-key | jwt/api_jwt.py:88:16 | Missing required key 'verify_exp' in TypedDict `FullOptions` constructor |
| pyjwt | missing-typed-dict-key | jwt/api_jwt.py:88:16 | Missing required key 'verify_iat' in TypedDict `FullOptions` constructor |
| pyjwt | missing-typed-dict-key | jwt/api_jwt.py:88:16 | Missing required key 'verify_iss' in TypedDict `FullOptions` constructor |
| pyjwt | missing-typed-dict-key | jwt/api_jwt.py:88:16 | Missing required key 'verify_jti' in TypedDict `FullOptions` constructor |
| pyjwt | missing-typed-dict-key | jwt/api_jwt.py:88:16 | Missing required key 'verify_nbf' in TypedDict `FullOptions` constructor |
| pyjwt | missing-typed-dict-key | jwt/api_jwt.py:88:16 | Missing required key 'verify_signature' in TypedDict `FullOptions` constructor |
| pyjwt | missing-typed-dict-key | jwt/api_jwt.py:88:16 | Missing required key 'verify_sub' in TypedDict `FullOptions` constructor |
| pyjwt | invalid-return-type | jwt/api_jwt.py:88:16 | Return type does not match returned value: expected `FullOptions`, found `dict[Unknown | str, Unknown]` |
| pyjwt | invalid-argument-type | jwt/jwks_client.py:145: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:213:16 | No argument provided for required parameter `kid` of function `get_signing_key` |
| pyinstrument | unused-type-ignore-comment | pyinstrument/__main__.py:284:42 | Unused blanket `type: ignore` directive |
| pyinstrument | unused-type-ignore-comment | pyinstrument/__main__.py:612:77 | Unused blanket `type: ignore` directive |
| 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-argument-type | pyinstrument/context_manager.py:40:34 | Argument to bound method `__init__` is incorrect: Expected `int | float`, 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-type-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-type-ignore-comment | pyinstrument/magic/magic.py:54:45 | Unused blanket `type: ignore` directive |
| pyinstrument | unused-type-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-type-ignore-comment | pyinstrument/middleware.py:37:45 | Unused blanket `type: ignore` directive |
| pyinstrument | unused-type-ignore-comment | pyinstrument/middleware.py:108:50 | Unused blanket `type: ignore` directive |
| pyinstrument | unused-type-ignore-comment | pyinstrument/middleware.py:112:50 | Unused blanket `type: ignore` directive |
| pyinstrument | unused-type-ignore-comment | pyinstrument/processors.py:90:63 | Unused blanket `type: ignore` directive |
| pyinstrument | deprecated | pyinstrument/renderers/html.py:146:25 | The function `open` is deprecated: Deprecated since Python 3.14. Use `open()` instead. |
| pyinstrument | unused-type-ignore-comment | pyinstrument/renderers/jsonrenderer.py:17:81 | Unused blanket `type: ignore` directive |
| pyinstrument | unused-type-ignore-comment | pyinstrument/stack_sampler.py:102:83 | Unused blanket `type: ignore` directive |
| 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 | unresolved-attribute | pyinstrument/vendor/decorator.py:165:31 | Attribute `split` is not defined on `None` in union `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 | Object of type `def __init__(self, g, *a, **k) -> Unknown` is not assignable to attribute `__init__` of type `Overload[(self, o: object, /) -> None, (self, name: str, bases: tuple[type, ...], dict: dict[str, Any], /, **kwds: Any) -> None]` |
| pyinstrument | invalid-assignment | pyinstrument/vendor/decorator.py:301:5 | Object of type `def __init__(self, g, *a, **k) -> Unknown` is not assignable to attribute `__init__` of type `Overload[(self, o: object, /) -> None, (self, name: str, bases: tuple[type, ...], dict: dict[str, Any], /, **kwds: Any) -> None]` |
| 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 | unresolved-attribute | pylox/containers/array.py:25:9 | Object of type `dict[Unknown, Unknown]` has no attribute `append` |
| pylox | unresolved-attribute | pylox/containers/array.py:38:9 | Object of type `dict[Unknown, Unknown]` has no attribute `appendleft` |
| pylox | no-matching-overload | pylox/containers/array.py:83:20 | No overload of bound method `pop` matches arguments |
| pylox | unresolved-attribute | pylox/containers/array.py:99:20 | Object of type `dict[Unknown, Unknown]` has no attribute `popleft` |
| pylox | unresolved-attribute | pylox/containers/array.py:114:9 | Object of type `dict[Unknown, Unknown]` has no attribute `reverse` |
| 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[None | Unknown]` is not assignable to attribute `fields` of type `dict[Unknown, Unknown]` |
| 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 | 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 | unresolved-attribute | pylox/interpreter.py:127:20 | Attribute `get_at` is not defined on `None` in union `Unknown | Environment | None` |
| pylox | unresolved-attribute | pylox/interpreter.py:142:9 | Attribute `define` is not defined on `None` in union `Unknown | Environment | None` |
| pylox | invalid-argument-type | pylox/interpreter.py:152:25 | Argument is incorrect: Expected `Environment`, found `Unknown | Environment | None` |
| pylox | unresolved-attribute | pylox/interpreter.py:160:33 | Attribute `enclosing` is not defined on `None` in union `Unknown | Environment | None` |
| pylox | unresolved-attribute | pylox/interpreter.py:162:9 | Attribute `assign` is not defined on `None` in union `Unknown | Environment | None` |
| pylox | invalid-argument-type | pylox/interpreter.py:168:38 | Argument is incorrect: Expected `Environment`, found `Unknown | Environment | None` |
| pylox | unresolved-attribute | pylox/interpreter.py:169:9 | Attribute `define` is not defined on `None` in union `Unknown | Environment | None` |
| pylox | unresolved-attribute | pylox/interpreter.py:184:9 | Attribute `define` is not defined on `None` in union `Unknown | Environment | None` |
| pylox | unresolved-attribute | pylox/interpreter.py:252:13 | Attribute `assign_at` is not defined on `None` in union `Unknown | Environment | None` |
| pylox | unresolved-attribute | pylox/interpreter.py:359:32 | Attribute `get_at` is not defined on `None` in union `Unknown | Environment | None` |
| pylox | unresolved-attribute | pylox/interpreter.py:363:32 | Attribute `get_at` is not defined on `None` in union `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 | 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` |
| 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-attribute | pylint/checkers/async_checker.py:92:63 | Attribute `name` is not defined on `None` in union `Unknown | None` |
| 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-type-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-type-ignore-comment | pylint/checkers/base/docstring_checker.py:141:88 | Unused blanket `type: ignore` directive |
| pylint | unused-type-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 `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-type-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-type-ignore-comment | pylint/checkers/classes/class_checker.py:859:56 | Unused blanket `type: ignore` directive |
| pylint | unused-type-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-type-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-type-ignore-comment | pylint/checkers/modified_iterating_checker.py:118:65 | Unused blanket `type: ignore` directive |
| pylint | unused-type-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-type-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-attribute | pylint/checkers/refactoring/implicit_booleaness_checker.py:219:24 | Attribute `as_string` is not defined on `str` in union `str | Unknown` |
| pylint | unresolved-attribute | pylint/checkers/refactoring/implicit_booleaness_checker.py:219:62 | Attribute `as_string` is not defined on `str` in union `str | Unknown` |
| pylint | unresolved-attribute | pylint/checkers/refactoring/implicit_booleaness_checker.py:222:27 | Attribute `as_string` is not defined on `str` in union `str | (Unknown & ~None)` |
| pylint | unresolved-attribute | pylint/checkers/refactoring/implicit_booleaness_checker.py:236:29 | Attribute `as_string` is not defined on `str` in union `str | Unknown` |
| pylint | unresolved-attribute | pylint/checkers/refactoring/implicit_booleaness_checker.py:239:29 | Attribute `as_string` is not defined on `str` in union `str | Unknown` |
| 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-type-ignore-comment | pylint/checkers/refactoring/refactoring_checker.py:172:61 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/refactoring/refactoring_checker.py:206:48 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/refactoring/refactoring_checker.py:573:56 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/refactoring/refactoring_checker.py:852:32 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/refactoring/refactoring_checker.py:932:35 | Unused blanket `type: ignore` directive |
| pylint | unused-type-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-type-ignore-comment | pylint/checkers/spelling.py:38:25 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/spelling.py:41:23 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/spelling.py:44:28 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/spelling.py:47:20 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/spelling.py:51:21 | Unused blanket `type: ignore` directive |
| pylint | unresolved-attribute | pylint/checkers/spelling.py:62:45 | Attribute `ProviderDesc` is not defined on `None` in union `Unknown | None` |
| pylint | unresolved-attribute | pylint/checkers/spelling.py:63:12 | Attribute `Broker` is not defined on `None` in union `Unknown | None` |
| pylint | unresolved-attribute | pylint/checkers/spelling.py:67:42 | Attribute `ProviderDesc` is not defined on `None` in union `Unknown | None` |
| pylint | unresolved-attribute | pylint/checkers/spelling.py:73:42 | Attribute `ProviderDesc` is not defined on `None` in union `Unknown | None` |
| pylint | unused-type-ignore-comment | pylint/checkers/spelling.py:90:39 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/spelling.py:97:38 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/spelling.py:107:29 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/spelling.py:145:38 | Unused blanket `type: ignore` directive |
| pylint | unresolved-attribute | pylint/checkers/spelling.py:314:34 | Attribute `DictWithPWL` is not defined on `None` in union `Unknown | None` |
| pylint | unresolved-attribute | pylint/checkers/spelling.py:318:34 | Attribute `Dict` is not defined on `None` in union `Unknown | None` |
| pylint | call-non-callable | pylint/checkers/spelling.py:361:36 | Object of type `Filter` is not callable |
| pylint | unresolved-attribute | pylint/checkers/spelling.py:385:20 | Attribute `errors` is not defined on `None` in union `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-type-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-type-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-type-ignore-comment | pylint/checkers/typecheck.py:1031:40 | Unused blanket `type: ignore` directive |
| pylint | unused-type-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 | 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: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: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: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: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: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: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: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: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: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: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:188:29 | Argument to bound method `find` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result` |
| 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-type-ignore-comment | pylint/checkers/utils.py:288:53 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/utils.py:598:67 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/utils.py:802:44 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/utils.py:1443:62 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/utils.py:1445:60 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/utils.py:1471:40 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/utils.py:1605:25 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/utils.py:1698:39 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/utils.py:1739:64 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/utils.py:1788:66 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/utils.py:1795:39 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/utils.py:1831:57 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/utils.py:1963:30 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/utils.py:2109:51 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/utils.py:2287: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-type-ignore-comment | pylint/checkers/variables.py:172:51 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/variables.py:200:44 | Unused blanket `type: ignore` directive |
| pylint | unused-type-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-type-ignore-comment | pylint/checkers/variables.py:2199:52 | Unused blanket `type: ignore` directive |
| pylint | invalid-return-type | pylint/checkers/variables.py:2571:13 | Return type does not match returned value: expected `bool`, found `Unknown | None` |
| pylint | unused-type-ignore-comment | pylint/checkers/variables.py:2573:57 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/variables.py:3131:56 | Unused blanket `type: ignore` directive |
| pylint | unused-type-ignore-comment | pylint/checkers/variables.py:3138:35 | Unused blanket `type: ignore` directive |
| pyp | unused-type-ignore-comment | pyp.py:20:33 | Unused blanket `type: ignore` directive |
| pyp | invalid-argument-type | pyp.py:429:34 | Argument to function `inner` is incorrect: Expected `list[stmt]`, found `object` |
| pyp | unused-type-ignore-comment | pyp.py:637:63 | Unused blanket `type: ignore` directive |
| pyp | unused-type-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-type-ignore-comment | pyproject_metadata/__init__.py:214:49 | Unused blanket `type: ignore` directive |
| pyproject-metadata | unused-type-ignore-comment | pyproject_metadata/_dispatch.py:90:33 | Unused blanket `type: ignore` directive |
| pyproject-metadata | no-matching-overload | pyproject_metadata/project_table.py:276:16 | No overload of bound method `fullmatch` matches arguments |
| pyproject-metadata | invalid-argument-type | pyproject_metadata/project_table.py:311:21 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]` |
| pyproject-metadata | invalid-argument-type | pyproject_metadata/project_table.py:358:51 | Argument to function `join` is incorrect: Expected `str`, found `object` |
| pyproject-metadata | unused-type-ignore-comment | pyproject_metadata/project_table.py:407:27 | Unused blanket `type: ignore` directive |
| pyproject-metadata | invalid-return-type | pyproject_metadata/pyproject.py:80:12 | Return type does not match returned value: expected `list[str] | None`, found `Top[list[Unknown]]` |
| pyproject-metadata | invalid-return-type | pyproject_metadata/pyproject.py:90:12 | Return type does not match returned value: expected `dict[str, str] | None`, found `Top[dict[Unknown, Unknown]]` |
| pyproject-metadata | unresolved-attribute | pyproject_metadata/pyproject.py:103:14 | Object of type `object` has no attribute `get` |
| pyproject-metadata | unresolved-attribute | pyproject_metadata/pyproject.py:103:44 | Object of type `object` has no attribute `get` |
| 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 | 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 | ignore-comment-unknown-rule | pytest_robotframework/_internal/pytest/plugin.py:235:101 | Unknown rule `non-subscriptable`. Did you mean `not-subscriptable`? |
| 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.running.bodyrunner` |
| pytest-robotframework | unresolved-import | pytest_robotframework/_internal/pytest/robot_file_support.py:13: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.libraries.BuiltIn` |
| pytest-robotframework | unresolved-import | pytest_robotframework/_internal/robot/utils.py:12:6 | Cannot resolve imported module `robot.running.context` |
| pytest-robotframework | unresolved-import | pytest_robotframework/_internal/robot/utils.py:13:6 | Cannot resolve imported module `robot.version` |
| pytest-robotframework | unresolved-import | pytest_robotframework/_internal/robot/utils.py:162:10 | Cannot resolve imported module `robot.running` |
| pytest-robotframework | redundant-cast | pytest_robotframework/_internal/robot/utils.py:232:25 | Value is already of type `list[object] | None` |
| pytest-robotframework | unresolved-import | pytest_robotframework/_internal/robot/utils.py:279:12 | Cannot resolve imported module `_pytest` |
| pytest-robotframework | unresolved-import | pytest_robotframework/_internal/robot/utils.py:280:12 | Cannot resolve imported module `pluggy` |
| pytest-robotframework | unresolved-import | pytest_robotframework/_internal/robot/utils.py:281:12 | Cannot resolve imported module `pytest` |
| pytest-robotframework | unresolved-import | pytest_robotframework/_internal/robot/utils.py:282:12 | Cannot resolve imported module `robot` |
| pytest-robotframework | unresolved-import | pytest_robotframework/_internal/robot/utils.py:304:14 | Cannot resolve imported module `robot.api.types` |
| pytest-robotframework | invalid-return-type | pytest_robotframework/_internal/utils.py:51:16 | Return type does not match returned value: expected `[**P'return](**P'return) -> T`, found `_Wrapped[(...), T@decorator, P@new_fn, T@decorator]` |
| 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_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` |
| pyppeteer | invalid-assignment | pyppeteer/__init__.py:27:11 | Object of type `str | None` is not assignable to `def version(distribution_name: str) -> str` |
| 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-type-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-type-ignore-comment | pyppeteer/connection.py:99:53 | Unused blanket `type: ignore` directive |
| pyppeteer | unused-type-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-assignment | pyppeteer/connection.py:204:50 | Object of type `Connection | CDPSession` is not assignable to `Connection | None`: Incompatible value of type `Connection | CDPSession` |
| 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-type-ignore-comment | pyppeteer/connection.py:228:53 | Unused blanket `type: ignore` directive |
| pyppeteer | unused-type-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-type-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-type-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-type-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 | unused-type-ignore-comment | pyppeteer/input.py:144:43 | Unused blanket `type: ignore` directive |
| 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-type-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-type-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 | 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-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-type-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]` |
| 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]` |
| 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-type-ignore-comment | src/_pytest/_code/code.py:76:22 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | src/_pytest/_code/code.py:401:73 | Unused blanket `type: ignore` directive |
| 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-type-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-type-ignore-comment | src/_pytest/_code/code.py:1499:70 | Unused blanket `type: ignore` directive |
| 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-type-ignore-comment | src/_pytest/_code/source.py:50:22 | Unused blanket `type: ignore` directive |
| pytest | unused-type-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 | unused-type-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-type-ignore-comment | src/_pytest/_py/error.py:119:41 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | src/_pytest/_py/path.py:225:61 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | src/_pytest/_py/path.py:235:61 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | src/_pytest/_py/path.py:253:39 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | src/_pytest/_py/path.py:261:41 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | src/_pytest/_py/path.py:318:67 | 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 | unused-type-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 | possibly-unresolved-reference | src/_pytest/assertion/rewrite.py:1011:47 | Name `cond` used when possibly 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-type-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-type-ignore-comment | src/_pytest/assertion/rewrite.py:1137:83 | Unused blanket `type: ignore` directive |
| pytest | possibly-unresolved-reference | src/_pytest/assertion/truncate.py:122:37 | Name `iterated_index` used when possibly not defined |
| pytest | possibly-unresolved-reference | src/_pytest/assertion/truncate.py:123:30 | Name `iterated_index` used when possibly not defined |
| pytest | unused-type-ignore-comment | src/_pytest/capture.py:128:40 | Unused blanket `type: ignore` directive |
| pytest | unused-type-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: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 | unresolved-attribute | src/_pytest/compat.py:156:16 | Object of type `(...) -> object` has no attribute `__name__` |
| pytest | unused-type-ignore-comment | src/_pytest/config/__init__.py:349:18 | Unused blanket `type: ignore` directive |
| pytest | possibly-unresolved-reference | src/_pytest/config/__init__.py:1411:24 | Name `source` used when possibly not defined |
| pytest | unresolved-import | src/_pytest/config/__init__.py:1428:18 | Cannot resolve imported module `packaging.version` |
| pytest | unresolved-import | src/_pytest/config/__init__.py:1445:14 | Cannot resolve imported module `packaging.requirements` |
| pytest | unresolved-import | src/_pytest/config/__init__.py:1446:14 | Cannot resolve imported module `packaging.requirements` |
| pytest | unresolved-import | src/_pytest/config/__init__.py:1447:14 | Cannot resolve imported module `packaging.version` |
| pytest | unsupported-operator | src/_pytest/config/__init__.py:1813:21 | Operator `/` is not supported between objects of type `Path | Unknown` and `object` |
| pytest | unused-type-ignore-comment | src/_pytest/config/__init__.py:2036: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 | Object of type `bound method <class 'pytestPDB'>.set_trace(...) -> None` is not assignable to attribute `set_trace` of type `def set_trace(*, header: str | None = None) -> None` |
| pytest | invalid-assignment | src/_pytest/debugging.py:84:13 | Object of type `(...) -> None` is not assignable to attribute `set_trace` of type `def set_trace(*, header: str | None = None) -> None` |
| pytest | unused-type-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-assignment | src/_pytest/doctest.py:493:5 | Object of type `def _mock_aware_unwrap(func: (...) -> Any, *, stop: ((Any, /) -> Any) | None = None) -> Any` is not assignable to attribute `unwrap` of type `def unwrap(func: (...) -> Any, *, stop: (((...) -> Any, /) -> Any) | None = None) -> Any` |
| pytest | unresolved-import | src/_pytest/fixtures.py:73:10 | Cannot resolve imported module `exceptiongroup` |
| pytest | unused-type-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 | unresolved-attribute | src/_pytest/fixtures.py:787:45 | Object of type `(...) -> object` 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 | unresolved-attribute | src/_pytest/fixtures.py:1003:42 | Object of type `((...) -> FixtureValue@FixtureDef) | ((...) -> Generator[FixtureValue@FixtureDef, None, None])` has no attribute `__name__` |
| 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] & Top[(...) -> object]) | ((Any, /) -> object) | tuple[object, ...]` |
| 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 | unused-type-ignore-comment | src/_pytest/hookspec.py:1035:38 | Unused blanket `type: ignore` directive |
| pytest | empty-body | src/_pytest/hookspec.py:1039:6 | Function always implicitly returns `None`, which is not assignable to return type `str | list[str]` |
| pytest | unused-type-ignore-comment | src/_pytest/hookspec.py:1073:32 | Unused blanket `type: ignore` directive |
| pytest | empty-body | 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-type-ignore-comment | src/_pytest/hookspec.py:1171:33 | Unused blanket `type: ignore` directive |
| pytest | empty-body | src/_pytest/hookspec.py:1173:6 | Function always implicitly returns `None`, which is not assignable to return type `dict[str, Any]` |
| pytest | not-subscriptable | src/_pytest/junitxml.py:125:21 | Cannot subscript object of type `None` with no `__getitem__` method |
| pytest | not-subscriptable | src/_pytest/junitxml.py:127:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| pytest | not-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-type-ignore-comment | src/_pytest/junitxml.py:333:72 | Unused blanket `type: ignore` directive |
| pytest | invalid-assignment | src/_pytest/junitxml.py:372:23 | Object of type `Unknown | (bound method LogXML.add_global_property(name: str, value: object) -> None)` is not assignable to `def record_func(name: str, value: object) -> None` |
| 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-type-ignore-comment | src/_pytest/logging.py:516:50 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | src/_pytest/logging.py:754:91 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | src/_pytest/main.py:348:25 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | src/_pytest/mark/structures.py:397:53 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | src/_pytest/mark/structures.py:495:20 | Unused blanket `type: ignore` directive |
| pytest | invalid-method-override | src/_pytest/mark/structures.py:499:13 | Invalid override of method `__call__`: Definition is incompatible with `MarkDecorator.__call__` |
| pytest | unused-type-ignore-comment | src/_pytest/mark/structures.py:510:20 | Unused blanket `type: ignore` directive |
| pytest | invalid-method-override | src/_pytest/mark/structures.py:514:13 | Invalid override of method `__call__`: Definition is incompatible with `MarkDecorator.__call__` |
| pytest | unused-type-ignore-comment | src/_pytest/mark/structures.py:528:20 | Unused blanket `type: ignore` directive |
| pytest | invalid-method-override | src/_pytest/mark/structures.py:546:13 | Invalid override of method `__call__`: Definition is incompatible with `MarkDecorator.__call__` |
| pytest | unused-type-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-type-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-type-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 | unresolved-attribute | src/_pytest/pytester.py:1155:25 | Attribute `getcalls` is not defined on `<class 'reprec'>` in union `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-type-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-type-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 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1582:26 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1590:33 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1590:48 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1590:75 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1597:53 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1602:54 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1608:32 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1608:60 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1608:65 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1622:39 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1622:56 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1636:28 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1640:32 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1655:32 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1677:26 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1678:31 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1678:36 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1679:25 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1742:36 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1750:37 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1761:20 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1761:47 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1761:52 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1761:81 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1783:26 | Function `str` is not valid in a type expression |
| pytest | invalid-type-form | src/_pytest/pytester.py:1789:22 | Function `str` is not valid in a type expression |
| pytest | call-non-callable | src/_pytest/python.py:475:28 | Object of type `<Protocol with members 'pytest_generate_tests'>` is not callable |
| pytest | call-non-callable | src/_pytest/python.py:475:28 | Object of type `Class` is not callable |
| 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:1439:13 | Argument is incorrect: Expected `((Any, /) -> object) | None`, found `None | (Iterable[object] & Top[(...) -> object]) | ((Any, /) -> object)` |
| 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-type-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-type-ignore-comment | src/_pytest/raises.py:468:36 | Unused blanket `type: ignore` directive |
| pytest | unused-type-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 | unbound-type-variable | src/_pytest/raises.py:1002:18 | Type variable `BaseExcT_co` is not bound to any outer generic context |
| pytest | unbound-type-variable | src/_pytest/raises.py:1002:43 | Type variable `BaseExcT_co` is not bound to any outer generic context |
| 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-type-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 | unused-type-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 | unused-type-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-type-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-type-ignore-comment | src/_pytest/runner.py:175:31 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | src/_pytest/runner.py:185:31 | Unused blanket `type: ignore` directive |
| pytest | not-subscriptable | src/_pytest/runner.py:551:43 | Cannot subscript object of type `Item` with no `__getitem__` method |
| pytest | unused-type-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:85:24 | Object of type `None` is not iterable |
| pytest | possibly-unresolved-reference | src/_pytest/subtests.py:130:58 | Name `log` used when possibly not defined |
| 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 `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 | not-iterable | src/_pytest/terminal.py:665:52 | Object of type `tuple[str, int | None, str] | None` may not be iterable |
| pytest | possibly-unresolved-reference | src/_pytest/terminal.py:1242:17 | Name `fullwidth` used when possibly not defined |
| pytest | possibly-unresolved-reference | src/_pytest/terminal.py:1250:13 | Name `fullwidth` used when possibly not defined |
| pytest | possibly-unresolved-reference | src/_pytest/terminal.py:1257:13 | Name `fullwidth` used when possibly not defined |
| pytest | possibly-unresolved-reference | src/_pytest/terminal.py:1261:48 | Name `fullwidth` used when possibly not defined |
| pytest | invalid-argument-type | src/_pytest/terminal.py:1565:46 | Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `object` |
| pytest | invalid-assignment | src/_pytest/terminal.py:1575: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:1578:9 | No overload of bound method `setdefault` matches arguments |
| 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:514:14 | Cannot resolve imported module `twisted.trial.itrial` |
| pytest | unresolved-import | src/_pytest/unittest.py:515:14 | Cannot resolve imported module `zope.interface` |
| pytest | unresolved-import | src/_pytest/unittest.py:544:12 | Cannot resolve imported module `packaging.version` |
| pytest | unresolved-import | src/_pytest/unittest.py:563:16 | Cannot resolve imported module `twisted.python.failure` |
| pytest | unused-type-ignore-comment | src/_pytest/unittest.py:616:36 | Unused blanket `type: ignore` directive |
| pytest | unresolved-import | src/_pytest/unittest.py:620:20 | Cannot resolve imported module `twisted.python.failure` |
| pytest | invalid-return-type | src/_pytest/unittest.py:626: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 | unused-type-ignore-comment | src/_pytest/unittest.py:628:28 | Unused blanket `type: ignore` directive |
| 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-type-ignore-comment | testing/_py/test_local.py:818:37 | Unused blanket `type: ignore` directive |
| pytest | unresolved-attribute | testing/_py/test_local.py:851:16 | Attribute `check` is not defined on `None` in union `local | None` |
| pytest | unresolved-attribute | testing/_py/test_local.py:854:41 | Attribute `dirpath` is not defined on `None` in union `local | None` |
| pytest | unresolved-attribute | testing/_py/test_local.py:905:16 | Attribute `check` is not defined on `None` in union `local | None` |
| pytest | unresolved-attribute | testing/_py/test_local.py:907:16 | Attribute `check` is not defined on `None` in union `local | None` |
| pytest | unresolved-attribute | testing/_py/test_local.py:916:16 | Attribute `basename` is not defined on `None` in union `local | None` |
| pytest | unresolved-attribute | testing/_py/test_local.py:917:16 | Attribute `dirpath` is not defined on `None` in union `local | None` |
| pytest | unresolved-attribute | testing/_py/test_local.py:922:15 | Attribute `sysexec` is not defined on `None` in union `local | None` |
| pytest | invalid-assignment | testing/_py/test_local.py:930:31 | Object of type `<class 'RuntimeError'>` is not assignable to `<class 'ExecutionFailed'>` |
| pytest | unresolved-attribute | testing/_py/test_local.py:933:13 | Attribute `sysexec` is not defined on `None` in union `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 | unresolved-attribute | testing/_py/test_local.py:1274:16 | Attribute `new` is not defined on `None` in union `local | None` |
| pytest | unresolved-attribute | testing/_py/test_local.py:1276:31 | Attribute `relto` is not defined on `None` in union `local | None` |
| pytest | unresolved-attribute | testing/_py/test_local.py:1277:20 | Attribute `check` is not defined on `None` in union `local | None` |
| pytest | unused-type-ignore-comment | testing/_py/test_local.py:1364:35 | Unused blanket `type: ignore` directive |
| pytest | unused-type-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 | 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-type-ignore-comment | testing/code/test_excinfo.py:720:24 | Unused blanket `type: ignore` directive |
| pytest | unused-type-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-type-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-type-ignore-comment | testing/io/test_saferepr.py:49:25 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/io/test_saferepr.py:50:26 | Unused blanket `type: ignore` directive |
| pytest | possibly-unresolved-reference | testing/io/test_saferepr.py:65: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-type-ignore-comment | testing/python/collect.py:846:29 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/python/collect.py:848:37 | Unused blanket `type: ignore` directive |
| pytest | unused-type-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-type-ignore-comment | testing/python/raises.py:345:24 | Unused blanket `type: ignore` directive |
| pytest | unused-type-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-type-ignore-comment | testing/python/raises_group.py:53:36 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/python/raises_group.py:176:71 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/python/raises_group.py:290:69 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/python/raises_group.py:301:69 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/python/raises_group.py:1357:48 | Unused blanket `type: ignore` directive |
| 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-type-ignore-comment | testing/test_assertrewrite.py:412:31 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/test_assertrewrite.py:656:37 | Unused blanket `type: ignore` directive |
| pytest | unused-type-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-type-ignore-comment | testing/test_capture.py:922:27 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/test_capture.py:1664:55 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/test_collection.py:65:29 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/test_collection.py:67:37 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/test_collection.py:68:37 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/test_compat.py:116:20 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/test_compat.py:150:30 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/test_compat.py:168:30 | Unused blanket `type: ignore` directive |
| pytest | unused-type-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:2515:18 | Submodule `config` may not be available as an attribute on module `_pytest` |
| pytest | possibly-missing-attribute | testing/test_config.py:2516:21 | Submodule `config` may not be available as an attribute on module `_pytest` |
| pytest | unused-type-ignore-comment | testing/test_config.py:3048:37 | Unused blanket `type: ignore` directive |
| pytest | unresolved-import | testing/test_junitxml.py:13:8 | Cannot resolve imported module `xmlschema` |
| pytest | unused-type-ignore-comment | testing/test_mark.py:40:71 | Unused blanket `type: ignore` directive |
| pytest | unused-type-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-type-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-type-ignore-comment | testing/test_pytester.py:38:57 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/test_pytester.py:40:31 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/test_pytester.py:42:31 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/test_pytester.py:53:58 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/test_pytester.py:60:54 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/test_pytester.py:71:28 | Unused blanket `type: ignore` directive |
| pytest | unused-type-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-type-ignore-comment | testing/test_pytester.py:492:36 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/test_pytester.py:493:42 | Unused blanket `type: ignore` directive |
| pytest | unused-type-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-type-ignore-comment | testing/test_runner.py:1033:54 | Unused blanket `type: ignore` directive |
| pytest | unused-type-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-type-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 `str | None` does not match asserted type `Literal["setup", "call", "teardown"]` |
| pytest | type-assertion-failure | testing/typing_checks.py:60:5 | Type `tuple[str, int | None, str] | None` does not match asserted type `tuple[str, int | None, str]` |
| pytest | unused-type-ignore-comment | testing/typing_checks.py:65:49 | Unused blanket `type: ignore` directive |
| pytest | unused-type-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-type-ignore-comment | testing/typing_raises_group.py:109:51 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/typing_raises_group.py:112:49 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/typing_raises_group.py:116:57 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/typing_raises_group.py:119:48 | Unused blanket `type: ignore` directive |
| pytest | unused-type-ignore-comment | testing/typing_raises_group.py:123:67 | Unused blanket `type: ignore` directive |
| pytest | unused-type-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 | ((Unknown, /) -> bool) | None` does not match asserted type `((Unknown, /) -> bool) | None` |
| 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:206:9 | Invalid assignment to data descriptor attribute `value` on type `Self@date` 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 | invalid-assignment | htmlgen/form.py:356:9 | Invalid assignment to data descriptor attribute `value` on type `Self@__init__` with custom `__set__` method |
| python-htmlgen | invalid-assignment | htmlgen/form.py:364:9 | Invalid assignment to data descriptor attribute `value` on type `Self@label` 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-type-ignore-comment | test_htmlgen/element.py:218:60 | Unused blanket `type: ignore` directive |
| python-htmlgen | unused-type-ignore-comment | test_htmlgen/element.py:224:60 | Unused blanket `type: ignore` directive |
| python-htmlgen | unused-type-ignore-comment | test_htmlgen/element.py:225:54 | Unused blanket `type: ignore` directive |
| python-htmlgen | unused-type-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` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/cli/build.py:10:8 | Cannot resolve imported module `click` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/cli/build.py:11:8 | Cannot resolve imported module `requests` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/cli/build.py:12:6 | Cannot resolve imported module `build` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/cli/build_recipes.py:5:8 | Cannot resolve imported module `click` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/cli/clean.py:3:8 | Cannot resolve imported module `click` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/cli/config.py:1:8 | Cannot resolve imported module `click` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/cli/py_compile.py:4:8 | Cannot resolve imported module `click` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/cli/skeleton.py:8:8 | Cannot resolve imported module `click` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/cli/venv.py:3:8 | Cannot resolve imported module `click` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/cli/xbuildenv.py:3:8 | Cannot resolve imported module `click` |
| 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:149:65 | Default value of type `None` is not assignable to annotated parameter type `str` |
| pyodide | invalid-argument-type | pyodide-build/pyodide_build/common.py:446: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:456: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:458: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:496: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:507: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/app_data.py:33:6 | Cannot resolve imported module `virtualenv` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/out_of_tree/app_data.py:34:6 | Cannot resolve imported module `virtualenv.app_data` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/out_of_tree/app_data.py:35:6 | Cannot resolve imported module `virtualenv.discovery.cached_py_info` |
| 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:27:10 | Cannot resolve imported module `resolvelib` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/out_of_tree/pypi.py:28:10 | Cannot resolve imported module `unearth.evaluator` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/out_of_tree/pypi.py:29:10 | Cannot resolve imported module `unearth.finder` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/out_of_tree/pypi.py:32:10 | Cannot resolve imported module `resolvelib.providers` |
| pyodide | unused-type-ignore-comment | pyodide-build/pyodide_build/out_of_tree/pypi.py:35:31 | Unused blanket `type: ignore` directive |
| pyodide | unresolved-import | pyodide-build/pyodide_build/out_of_tree/pypi.py:62:14 | Cannot resolve imported module `unearth.evaluator` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/out_of_tree/pypi.py:63:14 | Cannot resolve imported module `unearth.finder` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/out_of_tree/pypi.py:71:14 | Cannot resolve imported module `resolvelib` |
| pyodide | possibly-unresolved-reference | pyodide-build/pyodide_build/out_of_tree/pypi.py:254:24 | Name `wheel_path` used when possibly not defined |
| pyodide | possibly-unresolved-reference | pyodide-build/pyodide_build/out_of_tree/pypi.py:323:23 | Name `candidates` used when possibly not defined |
| pyodide | unresolved-import | pyodide-build/pyodide_build/out_of_tree/venv.py:9:8 | Cannot resolve imported module `virtualenv` |
| pyodide | unsupported-operator | pyodide-build/pyodide_build/out_of_tree/venv.py:144:16 | Operator `/` is not supported between objects of type `Path | None` and `Literal["lib"]` |
| pyodide | unsupported-operator | pyodide-build/pyodide_build/out_of_tree/venv.py:154:16 | Operator `/` is not supported between objects of type `Path | None` and `str` |
| pyodide | unsupported-operator | pyodide-build/pyodide_build/out_of_tree/venv.py:159:16 | Operator `/` is not supported between objects of type `Path | None` and `str` |
| pyodide | unsupported-operator | pyodide-build/pyodide_build/out_of_tree/venv.py:164:16 | Operator `/` is not supported between objects of type `Path | None` and `str` |
| pyodide | unsupported-operator | pyodide-build/pyodide_build/out_of_tree/venv.py:169:16 | Operator `/` is not supported between objects of type `Path | None` and `str` |
| pyodide | unsupported-operator | pyodide-build/pyodide_build/out_of_tree/venv.py:174:16 | Operator `/` is not supported between objects of type `Path | None` and `str` |
| pyodide | unsupported-operator | pyodide-build/pyodide_build/out_of_tree/venv.py:179:16 | Operator `/` is not supported between objects of type `Path | None` and `Literal["pip.conf"]` |
| pyodide | unsupported-operator | pyodide-build/pyodide_build/out_of_tree/venv.py:184:16 | Operator `/` is not supported between objects of type `Path | None` and `Literal["pip_patched"]` |
| pyodide | unsupported-operator | pyodide-build/pyodide_build/out_of_tree/venv.py:189:16 | Operator `/` is not supported between objects of type `Path | None` and `Literal["_pip-wrapper.py"]` |
| pyodide | invalid-argument-type | pyodide-build/pyodide_build/out_of_tree/venv.py:266:13 | Argument to function `run_command` is incorrect: Expected `list[str]`, found `list[str | Path]` |
| pyodide | invalid-argument-type | pyodide-build/pyodide_build/out_of_tree/venv.py:290:13 | 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:463:20 | Attribute `glob` is not defined on `None` in union `Path | None` |
| pyodide | unresolved-attribute | pyodide-build/pyodide_build/out_of_tree/venv.py:583:27 | Module `sys` has no member `_base_executable` |
| pyodide | unsupported-operator | pyodide-build/pyodide_build/out_of_tree/venv.py:677:16 | Operator `/` is not supported between objects of type `Path | None` and `Literal["pip.conf"]` |
| pyodide | unsupported-operator | pyodide-build/pyodide_build/out_of_tree/venv.py:692:16 | Operator `/` is not supported between objects of type `Path | None` and `Literal["Lib"]` |
| pyodide | unresolved-attribute | pyodide-build/pyodide_build/out_of_tree/venv.py:713:25 | Attribute `glob` is not defined on `None` in union `Path | None` |
| 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 | invalid-argument-type | pyodide-build/pyodide_build/pypabuild.py:331:35 | Argument is incorrect: Expected `Path`, found `Path | None` |
| pyodide | possibly-unresolved-reference | pyodide-build/pyodide_build/pywasmcross.py:344:9 | Name `symbol_lines` used when possibly not defined |
| pyodide | possibly-unresolved-reference | pyodide-build/pyodide_build/pywasmcross.py:351:16 | Name `export` used when possibly not defined |
| pyodide | possibly-unresolved-reference | pyodide-build/pyodide_build/pywasmcross.py:352:24 | Name `name` used when possibly not defined |
| pyodide | possibly-unresolved-reference | pyodide-build/pyodide_build/pywasmcross.py:354:68 | Name `symbol_lines` used when possibly not defined |
| pyodide | possibly-unresolved-reference | pyodide-build/pyodide_build/pywasmcross.py:356:31 | Name `name` used when possibly not defined |
| 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 | 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:372:49 | Name `response` used when possibly not defined |
| pyodide | possibly-unresolved-reference | pyodide-build/pyodide_build/recipe/builder.py:374:33 | Name `response` used when possibly not defined |
| pyodide | invalid-argument-type | pyodide-build/pyodide_build/recipe/builder.py:507: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:509: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:789:10 | Cannot resolve imported module `auditwheel_emscripten` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/recipe/builder.py:790:10 | Cannot resolve imported module `auditwheel_emscripten.wheel_utils` |
| pyodide | invalid-argument-type | pyodide-build/pyodide_build/recipe/builder.py:841:53 | Argument to function `find_matching_wheel` is incorrect: Expected `str`, found `str | None` |
| 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 | no-matching-overload | pyodide-build/pyodide_build/recipe/graph_builder.py:169:13 | No overload of function `run` matches arguments |
| 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 | Literal["wheel", "sdist"]] | 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 | invalid-argument-type | pyodide-build/pyodide_build/tests/recipe/test_spec.py:80: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:81: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:82:9 | Argument is incorrect: Expected `_BuildSpec`, found `dict[Unknown | str, Unknown | bool | list[Unknown | str]]` |
| pyodide | unresolved-attribute | pyodide-build/pyodide_build/tests/recipe/test_unvendor.py:17:12 | Attribute `exists` is not defined on `None` in union `Path | None` |
| pyodide | unresolved-attribute | pyodide-build/pyodide_build/tests/recipe/test_unvendor.py:18:12 | Attribute `name` is not defined on `None` in union `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 | unresolved-attribute | pyodide-build/pyodide_build/tests/recipe/test_unvendor.py:54:12 | Attribute `exists` is not defined on `None` in union `Path | None` |
| pyodide | unresolved-attribute | pyodide-build/pyodide_build/tests/recipe/test_unvendor.py:55:12 | Attribute `name` is not defined on `None` in union `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-type-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:6 | Cannot resolve imported module `click.testing` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/tests/test_cli_clean.py:3:6 | Cannot resolve imported module `click.testing` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/tests/test_cli_install_emscripten.py:6:6 | Cannot resolve imported module `click.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 `click.testing` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/tests/test_cli_xbuildenv.py:8:6 | Cannot resolve imported module `pyodide_lock` |
| 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-type-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-type-ignore-comment | pyodide-build/pyodide_build/tests/test_pypabuild.py:27:44 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-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:6 | Cannot resolve imported module `click.testing` |
| pyodide | unused-type-ignore-comment | pyodide-build/pyodide_build/tests/test_pypi.py:205:88 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | pyodide-build/pyodide_build/tests/test_pypi.py:207: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_venv.py:9:8 | Cannot resolve imported module `pytest` |
| pyodide | unsupported-operator | pyodide-build/pyodide_build/tests/test_venv.py:117:16 | Operator `in` is not supported between objects of type `Unknown` and `None` |
| pyodide | unsupported-operator | pyodide-build/pyodide_build/tests/test_venv.py:279:19 | Operator `/` is not supported between objects of type `Path | None` and `Literal["pytest"]` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/tests/test_venv.py:304:10 | Cannot resolve imported module `virtualenv.app_data.via_disk_folder` |
| pyodide | unresolved-import | pyodide-build/pyodide_build/tests/test_venv.py:305:10 | Cannot resolve imported module `virtualenv.discovery.cached_py_info` |
| 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-type-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.py:307:18 | No overload of function `run` 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:1191:9 | Invalid override of method `update`: Definition is incompatible with `MutableMapping.update` |
| pyodide | invalid-argument-type | src/py/_pyodide/_importhook.py:193:26 | Argument to bound method `append` is incorrect: Expected `MetaPathFinderProtocol`, found `<class 'WindowsToLinuxPathFinder'>` |
| pyodide | unused-type-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-type-ignore-comment | src/py/_pyodide/jsbind.py:43:35 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-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-type-ignore-comment | src/py/pyodide/code.py:45:19 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-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 | unused-type-ignore-comment | src/py/pyodide/console.py:50:26 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/py/pyodide/console.py:54:24 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/py/pyodide/console.py:127:56 | Unused blanket `type: ignore` directive |
| 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:22:24 | Module `js` has no member `AbortController` |
| pyodide | unresolved-import | src/py/pyodide/http/_pyfetch.py:22:41 | Module `js` has no member `AbortSignal` |
| pyodide | unresolved-import | src/py/pyodide/http/_pyfetch.py:22:54 | Module `js` has no member `Object` |
| pyodide | unresolved-import | src/py/pyodide/http/_pyfetch.py:22:62 | Module `js` has no member `Request` |
| pyodide | unresolved-import | src/py/pyodide/http/_pyfetch.py:23:24 | Module `js` has no member `fetch` |
| pyodide | unresolved-import | src/py/pyodide/http/_pyfetch.py:24:14 | Cannot resolve imported module `pyodide_js._api` |
| pyodide | unused-type-ignore-comment | src/py/pyodide/http/_pyfetch.py:31:29 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/py/pyodide/http/_pyfetch.py:34:25 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/py/pyodide/http/_pyfetch.py:37: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 | invalid-argument-type | src/py/pyodide/webloop.py:120:31 | Argument to bound method `set_result` is incorrect: Expected `S@then`, found `~Awaitable[object]` |
| 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-type-ignore-comment | src/py/pyodide/webloop.py:391:21 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-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-type-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-type-ignore-comment | src/py/pyodide/webloop.py:732:49 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/py/pyodide/webloop.py:738:49 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-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 | Object of type `_Wrapped[(main: Coroutine[Any, Any, _T@run], *, debug: bool | None = None), _T@run, (main, *, debug=None, loop_factory=None), Unknown]` is not assignable to attribute `run` of type `def run[_T](main: Coroutine[Any, Any, _T], *, debug: bool | None = None) -> _T` |
| pyodide | invalid-assignment | src/py/pyodide/webloop.py:981:5 | Object of type `_Wrapped[(seconds: SupportsIndex | float, /), None, (t), Unknown]` is not assignable to attribute `sleep` of type `def sleep(seconds: SupportsIndex | float, /) -> None` |
| 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:14:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:73:10 | Cannot resolve imported module `pyodide.code` |
| 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:178:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:189:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:211:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:213:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:232:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:256:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unused-type-ignore-comment | src/tests/test_jsproxy.py:268:52 | Unused blanket `type: ignore` directive |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:273:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:288:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:296:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:314:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | missing-argument | src/tests/test_jsproxy.py:324:12 | No argument provided for required parameter `self` of function `f` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:329:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:346:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:544:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-attribute | src/tests/test_jsproxy.py:546:5 | Module `js` has no member `setTimeout` |
| pyodide | unresolved-attribute | src/tests/test_jsproxy.py:547:5 | Module `js` has no member `fetch` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:552:20 | Module `js` has no member `fetch` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:560:20 | Module `js` has no member `self` |
| pyodide | unresolved-attribute | src/tests/test_jsproxy.py:562:12 | Module `js` has no member `Float64Array` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:607:20 | Module `js` has no member `Array` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:607:27 | Module `js` has no member `self` |
| pyodide | unresolved-attribute | src/tests/test_jsproxy.py:612:12 | Module `js` has no member `self` |
| pyodide | unresolved-attribute | src/tests/test_jsproxy.py:613:12 | Module `js` has no member `self` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:621:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:641:10 | Cannot resolve imported module `a` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:642:10 | Cannot resolve imported module `b` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:645:12 | Cannot resolve imported module `a` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:646:12 | Cannot resolve imported module `b` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:669:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:671:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:684:16 | Cannot resolve imported module `a` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:689:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:712:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:737:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:761:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:769:10 | Cannot resolve imported module `js.a.b` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:783:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:806:12 | Cannot resolve imported module `my_js_module` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:807:10 | Cannot resolve imported module `my_js_module.submodule` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:821:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unused-type-ignore-comment | src/tests/test_jsproxy.py:829:13 | Unused blanket `type: ignore` directive |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:836:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:846:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1024:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1060:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1149:20 | Module `js` has no member `Uint8Array` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1168:20 | Module `js` has no member `Uint8Array` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1183:12 | Cannot resolve imported module `pyodide_js` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1184:20 | Module `js` has no member `Uint8Array` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1212:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1230:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1246:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1263:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1292:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1294:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1295:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1304:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1314:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1325:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1349:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1368:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1382:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1394:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1410:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1412:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1425:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1445:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1465:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1501:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1513:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1515:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unused-type-ignore-comment | src/tests/test_jsproxy.py:1537:21 | Unused blanket `type: ignore` directive |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1550:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1566:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1574:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1595:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1601:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1612:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1614:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1615:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1643:10 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1645:20 | Module `js` has no member `ArrayBuffer` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1646:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1647:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1709:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1730:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | possibly-unresolved-reference | src/tests/test_jsproxy.py:1740:12 | Name `x` used when possibly not defined |
| pyodide | possibly-unresolved-reference | src/tests/test_jsproxy.py:1741:12 | Name `y` used when possibly not defined |
| pyodide | possibly-unresolved-reference | src/tests/test_jsproxy.py:1747:12 | Name `x` used when possibly not defined |
| pyodide | possibly-unresolved-reference | src/tests/test_jsproxy.py:1748:12 | Name `y` used when possibly not defined |
| pyodide | possibly-unresolved-reference | src/tests/test_jsproxy.py:1749:12 | Name `l` used when possibly not defined |
| pyodide | possibly-unresolved-reference | src/tests/test_jsproxy.py:1755:12 | Name `x` used when possibly not defined |
| pyodide | possibly-unresolved-reference | src/tests/test_jsproxy.py:1756:12 | Name `y` used when possibly not defined |
| pyodide | possibly-unresolved-reference | src/tests/test_jsproxy.py:1762:12 | Name `x` used when possibly not defined |
| pyodide | possibly-unresolved-reference | src/tests/test_jsproxy.py:1763:12 | Name `y` used when possibly not defined |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1775:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1777:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1792:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1823:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1825:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1826:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unused-type-ignore-comment | src/tests/test_jsproxy.py:1835:19 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/tests/test_jsproxy.py:1836:44 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/tests/test_jsproxy.py:1839:19 | Unused blanket `type: ignore` directive |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1850:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1864:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1881:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1883:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1925:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1927:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1928:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1969:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1971:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:1972:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2017:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2018:10 | Cannot resolve imported module `_pyodide_core` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2020:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2021:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2073:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2100:10 | Cannot resolve imported module `_pyodide_core` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2102:20 | Module `js` has no member `JSON` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2103:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2104:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2150:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2152:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2153:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2181:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2183:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2184:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2214:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2216:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2217:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unused-type-ignore-comment | src/tests/test_jsproxy.py:2230:23 | Unused blanket `type: ignore` directive |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2254:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2256:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2257:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2301:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2303:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2304:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2321:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unused-type-ignore-comment | src/tests/test_jsproxy.py:2329:31 | Unused blanket `type: ignore` directive |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2353:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2355:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2356:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2395:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2397:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2398:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unused-type-ignore-comment | src/tests/test_jsproxy.py:2413:25 | Unused blanket `type: ignore` directive |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2428:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2430:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2431:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2457:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2459:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2460:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2507:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2508:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2525:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unused-type-ignore-comment | src/tests/test_jsproxy.py:2533:38 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/tests/test_jsproxy.py:2534:38 | Unused blanket `type: ignore` directive |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2543:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2545:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2546:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2583:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2584:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unused-type-ignore-comment | src/tests/test_jsproxy.py:2611:34 | Unused blanket `type: ignore` directive |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2619:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2621:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2688:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2697:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2699:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2727:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2729:20 | Module `js` has no member `Array` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2730:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2731:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2792:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2810:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2812:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unused-type-ignore-comment | src/tests/test_jsproxy.py:2833:17 | Unused blanket `type: ignore` directive |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2941:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2942:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-global | src/tests/test_jsproxy.py:2947:12 | Invalid global declaration of `A`: `A` has no declarations or bindings in the global scope |
| pyodide | unresolved-reference | src/tests/test_jsproxy.py:2950:13 | Name `A` used when not defined |
| pyodide | unresolved-reference | src/tests/test_jsproxy.py:2953:21 | Name `A` used when not defined |
| pyodide | unresolved-reference | src/tests/test_jsproxy.py:2954:20 | Name `A` used when not defined |
| pyodide | unused-type-ignore-comment | src/tests/test_jsproxy.py:2959:14 | Unused blanket `type: ignore` directive |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2971:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:2989:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:3022:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_jsproxy.py:3056: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-type-ignore-comment | src/tests/test_pyodide.py:107:36 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-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-type-ignore-comment | src/tests/test_pyodide.py:901:13 | 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-type-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-type-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:1555:10 | Cannot resolve imported module `_pyodide._importhook` |
| pyodide | unresolved-import | src/tests/test_pyodide.py:1610:10 | Cannot resolve imported module `_pyodide._importhook` |
| pyodide | unresolved-import | src/tests/test_pyodide.py:1639:16 | Cannot resolve imported module `test_module` |
| pyodide | unresolved-import | src/tests/test_pyodide.py:1647:12 | Cannot resolve imported module `test_module` |
| pyodide | unresolved-import | src/tests/test_pyodide.py:1973:14 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_pyodide.py:1977:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_pyodide.py:2037:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_pyodide.py:2039:12 | Cannot resolve imported module `pyodide_js` |
| pyodide | unresolved-import | src/tests/test_pyodide.py:2040:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_pyodide.py:2041:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_pyodide.py:2114:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unused-type-ignore-comment | src/tests/test_pyodide.py:2116:50 | Unused blanket `type: ignore` directive |
| pyodide | unresolved-import | src/tests/test_pyodide.py:2127: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-type-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-type-ignore-comment | src/tests/test_pyproxy.py:641:25 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-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-type-ignore-comment | src/tests/test_pyproxy.py:2569:43 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-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-type-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_ssl_stub.py:1:6 | Cannot resolve imported module `pytest_pyodide` |
| pyodide | unused-type-ignore-comment | src/tests/test_ssl_stub.py:23:24 | Unused blanket `type: ignore` directive |
| 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-type-ignore-comment | src/tests/test_stack_switching.py:38:22 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/tests/test_stack_switching.py:40:25 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/tests/test_stack_switching.py:42:30 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-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 `Unknown` does not match asserted type `int` |
| 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 `Unknown` does not match asserted type `str` |
| pyodide | unresolved-import | src/tests/test_static_typing.py:51:14 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | type-assertion-failure | src/tests/test_static_typing.py:58:9 | Type `Unknown` does not match asserted type `int` |
| pyodide | type-assertion-failure | src/tests/test_static_typing.py:59:9 | Type `Unknown` does not match asserted type `str` |
| 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 `Unknown` does not match asserted type `list[tuple[int, str]]` |
| 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 | 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-type-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-type-ignore-comment | src/tests/test_typeconversions.py:999:32 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-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:1219:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1244:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1272:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1274:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1286:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1288:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1289:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1349:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1369:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1389:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1418:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1420:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1421:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1434:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1478:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1553:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1555:20 | Module `js` has no member `JSON` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1555:26 | Module `js` has no member `Array` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1556:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1557:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1591:12 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1593:20 | Module `js` has no member `Array` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1594:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1728:20 | Module `js` has no member `Object` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1729:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1747:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1748:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1749:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1772:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1773:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1801:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1802:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1826:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1827:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1853:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1854:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1881:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1901:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1941:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1942:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1965:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1966:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1967:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1995:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1996:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:1997:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2029:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2031:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2032:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2055:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2056:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2057:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2092:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2093:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2110:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2111:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2112:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2138:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2139:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2140:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2168:10 | Cannot resolve imported module `_pyodide.jsbind` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2169:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2170:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2206:20 | Module `js` has no member `Object` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2207:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2215:10 | Cannot resolve imported module `pyodide.code` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2233:10 | Cannot resolve imported module `pytest` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2235:10 | Cannot resolve imported module `pyodide.ffi` |
| pyodide | unused-type-ignore-comment | src/tests/test_typeconversions.py:2316:20 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/tests/test_typeconversions.py:2319:20 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/tests/test_typeconversions.py:2330:20 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/tests/test_typeconversions.py:2333:20 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/tests/test_typeconversions.py:2344:20 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/tests/test_typeconversions.py:2347:20 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/tests/test_typeconversions.py:2358:21 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/tests/test_typeconversions.py:2361:21 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/tests/test_typeconversions.py:2372:21 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/tests/test_typeconversions.py:2375:21 | Unused blanket `type: ignore` directive |
| pyodide | unused-type-ignore-comment | src/tests/test_typeconversions.py:2461:29 | Unused blanket `type: ignore` directive |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2466:20 | Module `js` has no member `BigInt64Array` |
| pyodide | unresolved-import | src/tests/test_typeconversions.py:2467: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-type-ignore-comment | src/tests/test_webloop.py:369:29 | Unused blanket `type: ignore` directive |
| pyodide | unresolved-attribute | src/tests/test_webloop.py:392:9 | Object of type `Task[Unknown]` has no attribute `then` |
| pyodide | unresolved-import | src/tests/test_webloop.py:426:10 | Cannot resolve imported module `pyodide.webloop` |
| pyodide | unused-type-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 | unused-type-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-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) |
| rich | unresolved-import | docs/source/conf.py:20:8 | Cannot resolve imported module `sphinx_rtd_theme` |
| 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 | no-matching-overload | examples/table_movie.py:62:1 | No overload of function `contextmanager` matches arguments |
| rich | invalid-return-type | examples/table_movie.py:63:30 | Return type does not match returned value: expected `None`, found `types.GeneratorType` |
| rich | call-top-callable | rich/_log_render.py:60:36 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| 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-type-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:255:26 | Cannot resolve imported module `IPython.display` |
| rich | unresolved-import | rich/live.py:256:26 | Cannot resolve imported module `ipywidgets` |
| rich | unresolved-import | rich/live.py:308: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:7:6 | Cannot resolve imported module `markdown_it` |
| rich | unresolved-import | rich/markdown.py:8: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 | unresolved-import | rich/pretty.py:228:14 | Cannot resolve imported module `IPython.core.formatters` |
| rich | unused-type-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 | unused-type-ignore-comment | rich/pretty.py:1006:31 | Unused blanket `type: ignore` directive |
| rich | invalid-argument-type | rich/progress.py:294:16 | Argument to bound method `__enter__` is incorrect: Expected `BinaryIO`, found `_I@_ReadContext` |
| rich | invalid-argument-type | rich/progress.py:294:16 | Argument to bound method `__enter__` is incorrect: Expected `TextIO`, 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 | not-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:358: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 | call-top-callable | rich/text.py:622:31 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| 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_cells.py:5:8 | Cannot resolve imported module `pytest` |
| 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 | unresolved-attribute | tests/test_console.py:167:13 | Attribute `fileno` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None` |
| rich | unresolved-attribute | tests/test_console.py:168:13 | Attribute `fileno` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None` |
| rich | unresolved-attribute | tests/test_console.py:169:13 | Attribute `fileno` is not defined on `None` in union `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 | Object of type `def mock_pager(content: str) -> None` is not assignable to attribute `_pager` of type `def _pager(self, content: str) -> Any` |
| 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 | Object of type `def _mock_isatty() -> Unknown` is not assignable to attribute `isatty` of type `def isatty(self) -> bool` |
| rich | unresolved-attribute | tests/test_console.py:987:14 | Object of type `IO[str]` has no attribute `getvalue` |
| rich | unresolved-attribute | tests/test_console.py:1012:5 | Attribute `close` is not defined on `None` in union `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 | unresolved-attribute | tests/test_logging.py:55:14 | Attribute `getvalue` is not defined on `IO[str]` in union `Unknown | IO[str]` |
| rich | division-by-zero | tests/test_logging.py:82:9 | Cannot divide object of type `Literal[1]` by zero |
| rich | unresolved-attribute | tests/test_logging.py:86:14 | Attribute `getvalue` is not defined on `IO[str]` in union `Unknown | IO[str]` |
| rich | invalid-assignment | tests/test_logging.py:110:5 | Object of type `def mock_handle_error(record) -> Unknown` is not assignable to attribute `handleError` of type `def handleError(self, record: LogRecord) -> None` |
| rich | division-by-zero | tests/test_logging.py:114:9 | Cannot divide object of type `Literal[1]` by zero |
| rich | unresolved-attribute | tests/test_logging.py:146:20 | Attribute `getvalue` is not defined on `IO[str]` in union `Unknown | IO[str]` |
| rich | unresolved-attribute | tests/test_logging.py:153:21 | Attribute `getvalue` is not defined on `IO[str]` in union `Unknown | IO[str]` |
| rich | unresolved-attribute | tests/test_logging.py:160:20 | Attribute `getvalue` is not defined on `IO[str]` in union `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 | unresolved-attribute | tests/test_pretty.py:319:5 | Attribute `append` is not defined on `int` in union `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 | unresolved-attribute | tests/test_progress.py:586:14 | Object of type `IO[str]` has no attribute `getvalue` |
| rich | no-matching-overload | tests/test_progress.py:609:14 | No overload of function `open` matches arguments |
| rich | unresolved-attribute | tests/test_progress.py:640: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_prompt.py:124: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:63:30 | Argument is incorrect: Expected `Style | None`, found `Literal["foo"]` |
| rich | invalid-argument-type | tests/test_segment.py:64:49 | Argument to bound method `adjust_line_length` is incorrect: Expected `Style | None`, found `Literal["bar"]` |
| rich | invalid-argument-type | tests/test_segment.py:65:26 | Argument is incorrect: Expected `Style | None`, found `Literal["foo"]` |
| rich | invalid-argument-type | tests/test_segment.py:66:26 | Argument is incorrect: Expected `Style | None`, found `Literal["bar"]` |
| rich | invalid-argument-type | tests/test_segment.py:101:31 | Argument is incorrect: Expected `Style | None`, found `Literal["red"]` |
| rich | invalid-argument-type | tests/test_segment.py:101:52 | Argument is incorrect: Expected `Style | None`, found `Literal["red"]` |
| rich | invalid-argument-type | tests/test_segment.py:101:78 | Argument is incorrect: Expected `Style | None`, found `Literal["blue"]` |
| rich | invalid-argument-type | tests/test_segment.py:103:29 | Argument is incorrect: Expected `Style | None`, found `Literal["red"]` |
| rich | invalid-argument-type | tests/test_segment.py:103:55 | Argument is incorrect: Expected `Style | None`, found `Literal["blue"]` |
| rich | invalid-argument-type | tests/test_segment.py:145:43 | Argument to bound method `__rich_console__` is incorrect: Expected `Console`, found `None` |
| rich | invalid-argument-type | tests/test_segment.py:145:49 | Argument to bound method `__rich_console__` is incorrect: Expected `ConsoleOptions`, found `None` |
| rich | invalid-argument-type | tests/test_segment.py:148:43 | Argument to bound method `__rich_console__` is incorrect: Expected `Console`, found `None` |
| rich | invalid-argument-type | tests/test_segment.py:148:49 | Argument to bound method `__rich_console__` is incorrect: Expected `ConsoleOptions`, found `None` |
| rich | unresolved-attribute | tests/test_segment.py:205:14 | Object of type `IO[str]` has no attribute `getvalue` |
| rich | invalid-argument-type | tests/test_segment.py:350:48 | Argument to bound method `__rich_console__` is incorrect: Expected `Console`, found `None` |
| rich | invalid-argument-type | tests/test_segment.py:350:54 | Argument to bound method `__rich_console__` is incorrect: Expected `ConsoleOptions`, found `None` |
| rich | invalid-argument-type | tests/test_segment.py:358:48 | Argument to bound method `__rich_console__` is incorrect: Expected `Console`, found `None` |
| rich | invalid-argument-type | tests/test_segment.py:358: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 | unresolved-attribute | tests/test_syntax.py:348:16 | Attribute `name` is not defined on `None` in union `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 | unresolved-attribute | tests/test_text.py:247:9 | Attribute `link` is not defined on `str` in union `str | Style` |
| rich | unresolved-attribute | tests/test_text.py:261:9 | Attribute `link` is not defined on `str` in union `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:659:16 | Object of type `IO[str]` has no attribute `getvalue` |
| rich | unresolved-attribute | tests/test_text.py:661:9 | Object of type `IO[str]` has no attribute `getvalue` |
| rich | unresolved-attribute | tests/test_text.py:725:12 | Object of type `IO[str]` has no attribute `getvalue` |
| rich | unresolved-attribute | tests/test_text.py:842:12 | Object of type `IO[str]` has no attribute `getvalue` |
| rich | unresolved-attribute | tests/test_text.py:849:12 | Object of type `IO[str]` has no attribute `getvalue` |
| rich | unresolved-attribute | tests/test_text.py:856: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, str | Unknown]]` |
| rich | invalid-argument-type | tests/test_tools.py:9:17 | Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]` |
| rich | invalid-argument-type | tests/test_tools.py:10:17 | Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]` |
| rich | invalid-argument-type | tests/test_tools.py:11:17 | Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]` |
| rich | invalid-argument-type | tests/test_tools.py:17:17 | Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]` |
| rich | invalid-argument-type | tests/test_tools.py:18:17 | Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]` |
| rich | invalid-argument-type | tests/test_tools.py:19:17 | Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]` |
| rich | invalid-argument-type | tests/test_tools.py:20:17 | Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, str | Unknown]]` |
| rich | invalid-argument-type | tests/test_tools.py:26:17 | Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, str | Unknown]]` |
| rich | invalid-argument-type | tests/test_tools.py:27:17 | Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, str | Unknown]]` |
| rich | invalid-argument-type | tests/test_tools.py:28:17 | Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, str | Unknown]]` |
| rich | invalid-argument-type | tests/test_tools.py:29:17 | Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, str | Unknown]]` |
| 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_unicode_data.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_width_tables.py:4:6 | Cannot resolve imported module `wcwidth` |
| rich | unresolved-import | tools/make_width_tables.py:5:6 | Cannot resolve imported module `wcwidth.table_vs16` |
| rich | unresolved-import | tools/make_width_tables.py:6:6 | Cannot resolve imported module `wcwidth.table_wide` |
| rich | unresolved-import | tools/make_width_tables.py:7:6 | Cannot resolve imported module `wcwidth.table_zero` |
| rich | unresolved-attribute | tools/profile_pretty.py:22:7 | Object of type `IO[str]` has no attribute `getvalue` |
| 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-type-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 | unused-type-ignore-comment | schema_salad/avro/schema.py:293:63 | Unused blanket `type: ignore` directive |
| schema_salad | possibly-unresolved-reference | schema_salad/avro/schema.py:669:39 | Name `old_default` used when possibly not defined |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:801:52 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:802:34 | Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:802:34 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["names"]` on object of type `Top[dict[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:803:42 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:804:44 | Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:804:44 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["names"]` on object of type `Top[dict[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:806:33 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["extends"]` on object of type `Top[dict[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:806:64 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["name"]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:808:25 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:808:56 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:809:38 | Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:809:38 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[dict[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:809:57 | Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:809:57 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[dict[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:810:25 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:810:54 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:811:38 | Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:811:38 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["values"]` on object of type `Top[dict[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:811:58 | Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:811:58 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["values"]` on object of type `Top[dict[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:812:25 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:812:55 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:813:38 | Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:813:38 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["symbols"]` on object of type `Top[dict[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:813:59 | Argument to function `is_subtype` is incorrect: Expected `None | str | int | ... omitted 6 union elements`, found `object` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:813:59 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["symbols"]` on object of type `Top[dict[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:814:25 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:814:57 | Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:815:57 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[dict[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/avro/schema.py:817:66 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[dict[Unknown, Unknown]]` |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:107:5 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:115:17 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:117:17 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:118:13 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:123:17 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:143:13 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:152:13 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:168:34 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:168:49 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:169:21 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:184:35 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:190:39 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:192:39 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:194:39 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:202:39 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:208:39 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:218:35 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:223:17 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:225:13 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:230:5 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/codegen.py:230:18 | Name `gen` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/dlang_codegen.py:237:30 | Name `type_str` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/dotnet_codegen.py:764:30 | Name `baseurl` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/dotnet_codegen.py:781:30 | Name `baseurl` used when possibly not defined |
| schema_salad | invalid-argument-type | schema_salad/jsonld_context.py:54:24 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["symbol"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/jsonld_context.py:54:24 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["symbol"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/jsonld_context.py:55:29 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["predicate"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/jsonld_context.py:55:29 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["predicate"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | not-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 `float` |
| 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 `str` |
| schema_salad | invalid-argument-type | schema_salad/jsonld_context.py:211:30 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/jsonld_context.py:211:30 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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 | invalid-argument-type | schema_salad/jsonld_context.py:229:19 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["@id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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 `float` |
| 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 `str` |
| schema_salad | unused-type-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:300:57 | Name `t` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/makedoc.py:309:60 | Name `t` used when possibly not defined |
| schema_salad | invalid-argument-type | schema_salad/makedoc.py:786: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:788: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:796: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:796:49 | Argument to bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `object` |
| schema_salad | invalid-assignment | schema_salad/metaschema.py:364: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 | invalid-argument-type | schema_salad/metaschema.py:1029:41 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/metaschema.py:1029:41 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/metaschema.py:1033:23 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$base"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/metaschema.py:1033:23 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["$base"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | no-matching-overload | schema_salad/metaschema.py:1037:24 | No overload of bound method `get` matches arguments |
| schema_salad | no-matching-overload | schema_salad/metaschema.py:1038:21 | No overload of bound method `get` matches arguments |
| schema_salad | no-matching-overload | schema_salad/metaschema.py:1039:21 | No overload of bound method `get` matches arguments |
| schema_salad | invalid-argument-type | schema_salad/metaschema.py:1053:29 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$graph"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/metaschema.py:1053:29 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["$graph"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | invalid-method-override | schema_salad/metaschema.py:1234:9 | Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc` |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:1425:19 | Name `type_` used when possibly not defined |
| schema_salad | invalid-method-override | schema_salad/metaschema.py:1494:9 | Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc` |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:1628:19 | Name `type_` used when possibly not defined |
| schema_salad | invalid-method-override | schema_salad/metaschema.py:1706:9 | Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc` |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:1897:21 | Name `symbols` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:1898:19 | Name `type_` used when possibly not defined |
| schema_salad | invalid-method-override | schema_salad/metaschema.py:1966:9 | Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc` |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:2100:19 | Name `items` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:2101:19 | Name `type_` used when possibly not defined |
| schema_salad | invalid-method-override | schema_salad/metaschema.py:2165:9 | Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc` |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:2299:19 | Name `type_` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:2300:20 | Name `values` used when possibly not defined |
| schema_salad | invalid-method-override | schema_salad/metaschema.py:2364:9 | Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc` |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:2498:19 | Name `names` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:2499:19 | Name `type_` used when possibly not defined |
| schema_salad | invalid-method-override | schema_salad/metaschema.py:2613:9 | Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc` |
| schema_salad | invalid-method-override | schema_salad/metaschema.py:3310:9 | Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc` |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:3444:28 | Name `specializeFrom` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:3445:26 | Name `specializeTo` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:3835:19 | Name `type_` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:4635:19 | Name `type_` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:5396:21 | Name `symbols` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:5397:19 | Name `type_` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:6088:19 | Name `type_` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:6089:20 | Name `values` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:6724:19 | Name `names` used when possibly not defined |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:6725:19 | Name `type_` used when possibly not defined |
| schema_salad | invalid-method-override | schema_salad/metaschema.py:6870:9 | Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc` |
| schema_salad | possibly-unresolved-reference | schema_salad/metaschema.py:7253:19 | Name `type_` used when possibly not defined |
| schema_salad | invalid-assignment | schema_salad/python_codegen_support.py:361: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 | invalid-argument-type | schema_salad/python_codegen_support.py:1026:41 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/python_codegen_support.py:1026:41 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/python_codegen_support.py:1030:23 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$base"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/python_codegen_support.py:1030:23 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["$base"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | no-matching-overload | schema_salad/python_codegen_support.py:1034:24 | No overload of bound method `get` matches arguments |
| schema_salad | no-matching-overload | schema_salad/python_codegen_support.py:1035:21 | No overload of bound method `get` matches arguments |
| schema_salad | no-matching-overload | schema_salad/python_codegen_support.py:1036:21 | No overload of bound method `get` matches arguments |
| schema_salad | invalid-argument-type | schema_salad/python_codegen_support.py:1050:29 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$graph"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/python_codegen_support.py:1050:29 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["$graph"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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 | invalid-assignment | schema_salad/ref_resolver.py:375:25 | Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, int]` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:375:55 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["refScope"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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-assignment | schema_salad/ref_resolver.py:383:25 | Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, int]` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:383:55 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["refScope"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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-assignment | schema_salad/ref_resolver.py:394:21 | Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, str]` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:394:39 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["mapSubject"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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-assignment | schema_salad/ref_resolver.py:397:21 | Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, str]` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:397:46 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["mapPredicate"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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-assignment | schema_salad/ref_resolver.py:400:21 | Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, str]` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:400:39 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["@id"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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 | invalid-assignment | schema_salad/ref_resolver.py:403:21 | Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, str]` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:403:43 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["subscope"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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-argument-type | schema_salad/ref_resolver.py:496:32 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["$graph"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:496:32 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["$graph"]` on object of type `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-type-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 `float` |
| 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 `str` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1135:61 | Argument to bound method `validate_link` is incorrect: Expected `str | CommentedSeq | CommentedMap`, found `object` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1135:61 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1135:61 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1154:29 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1154:29 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1155:50 | Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `object` on object of type `dict[str, str]` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1155:62 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1155:62 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1159:33 | Method `__getitem__` of type `bound method dict[str, str].__getitem__(key: str, /) -> str` cannot be called with key of type `object` on object of type `dict[str, str]` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1159:45 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1159:45 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1161:41 | Argument to function `relname` is incorrect: Expected `str`, found `object` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1161:41 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1161:41 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | invalid-assignment | schema_salad/ref_resolver.py:1164:29 | Invalid subscript assignment with key of type `object` and value of type `str` on object of type `dict[str, str]` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1164:41 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/ref_resolver.py:1164:41 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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:434:30 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:434:30 | Method `__getitem__` of type `bound method Top[Mapping[Unknown, object]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[Mapping[Unknown, object]]` |
| 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 | Cannot assign to a subscript on an object of type `str` |
| 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-argument-type | schema_salad/schema.py:541:48 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:541:48 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:541:48 | 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]]` |
| schema_salad | invalid-assignment | schema_salad/schema.py:543: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-argument-type | schema_salad/schema.py:543:56 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:543:56 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:543:56 | 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]]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:545:31 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:545:31 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:545:31 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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-argument-type | schema_salad/schema.py:558:20 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:558:20 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:558:20 | 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]]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:559:38 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:559:38 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:559:38 | 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]]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:560:27 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:560:27 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:560:27 | 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]]` |
| 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: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-argument-type | schema_salad/schema.py:564:21 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["fields"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:564:21 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:564:21 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["names"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:564:21 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:564:21 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["values"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:564:21 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["fields"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:564:21 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["items"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:564:21 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["names"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:564:21 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:564:21 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["values"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:564:21 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["fields"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:564:21 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["items"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:564:21 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["names"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:564:21 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["type"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:564:21 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["values"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| schema_salad | invalid-assignment | schema_salad/schema.py:572:13 | 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[Unknown | str]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:572:64 | Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> MutableSequence[Any]]` cannot be called with key of type `Literal["symbols"]` on object of type `MutableSequence[Any]` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:572:64 | Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["symbols"]` on object of type `str` |
| schema_salad | invalid-argument-type | schema_salad/schema.py:572:64 | Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["symbols"]` on object of type `Top[MutableMapping[Unknown, Unknown]]` |
| 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:211:26 | Argument to function `cmap` is incorrect: Expected `int | float | str | ... omitted 3 union elements`, found `object` |
| 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-type-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:296: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:317: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:344: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:366: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:388: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-type-ignore-comment | schema_salad/typescript_codegen.py:408:64 | Unused blanket `type: ignore` directive |
| schema_salad | unused-type-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` |
| 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 | 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-type-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 | unused-type-ignore-comment | rclip/model.py:142:69 | Unused blanket `type: ignore` directive |
| rclip | unresolved-import | rclip/utils/helpers.py:9:8 | Cannot resolve imported module `rawpy` |
| rclip | unused-type-ignore-comment | rclip/utils/preview.py:29:61 | Unused blanket `type: ignore` directive |
| 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:64:20 | Object of type `(CheckContext, Response, Case, /) -> bool | None` has no attribute `__name__` |
| schemathesis | unresolved-attribute | src/schemathesis/checks.py:196: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-type-ignore-comment | src/schemathesis/cli/commands/__init__.py:44:72 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/cli/commands/__init__.py:45:17 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/cli/commands/__init__.py:52:17 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/cli/commands/__init__.py:60:22 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/cli/commands/__init__.py:61:26 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-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:125:27 | Name `config` used when possibly not defined |
| schemathesis | unresolved-attribute | src/schemathesis/cli/commands/__init__.py:135:9 | Attribute `params` is not defined on `<module 'schemathesis.cli.commands.run'>` in union `<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-type-ignore-comment | src/schemathesis/cli/commands/run/__init__.py:40:19 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/cli/commands/run/__init__.py:421: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:32: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:12:8 | Cannot resolve imported module `click` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:43:10 | Cannot resolve imported module `rich.console` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:44:10 | Cannot resolve imported module `rich.live` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:45:10 | Cannot resolve imported module `rich.progress` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:46:10 | Cannot resolve imported module `rich.text` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:154:14 | Cannot resolve imported module `rich.progress` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:155:14 | Cannot resolve imported module `rich.text` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:187:14 | Cannot resolve imported module `rich.style` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:188:14 | Cannot resolve imported module `rich.text` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:311:14 | Cannot resolve imported module `rich.progress` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:318:14 | Cannot resolve imported module `rich.style` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:393:14 | Cannot resolve imported module `rich.console` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:394:14 | Cannot resolve imported module `rich.live` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:395:14 | Cannot resolve imported module `rich.text` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:539:14 | Cannot resolve imported module `rich.progress` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:540:14 | Cannot resolve imported module `rich.style` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:588:14 | Cannot resolve imported module `rich.console` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:589:14 | Cannot resolve imported module `rich.live` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:590:14 | Cannot resolve imported module `rich.text` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:747:14 | Cannot resolve imported module `rich.padding` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:748:14 | Cannot resolve imported module `rich.style` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:749:14 | Cannot resolve imported module `rich.table` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:827:14 | Cannot resolve imported module `rich.padding` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:828:14 | Cannot resolve imported module `rich.style` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:829:14 | Cannot resolve imported module `rich.table` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:830:14 | Cannot resolve imported module `rich.text` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:1107:14 | Cannot resolve imported module `rich.padding` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:1132:14 | Cannot resolve imported module `rich.padding` |
| schemathesis | unresolved-import | src/schemathesis/cli/commands/run/handlers/output.py:1133: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 | unresolved-import | src/schemathesis/cli/output.py:10:8 | Cannot resolve imported module `click` |
| schemathesis | unresolved-import | src/schemathesis/cli/output.py:13:10 | Cannot resolve imported module `rich.console` |
| schemathesis | unresolved-import | src/schemathesis/cli/output.py:14:10 | Cannot resolve imported module `rich.progress` |
| schemathesis | unresolved-import | src/schemathesis/cli/output.py:15:10 | Cannot resolve imported module `rich.text` |
| schemathesis | unresolved-import | src/schemathesis/cli/output.py:53:10 | Cannot resolve imported module `rich.console` |
| schemathesis | unresolved-import | src/schemathesis/cli/output.py:74:14 | Cannot resolve imported module `rich.progress` |
| schemathesis | unresolved-import | src/schemathesis/cli/output.py:75:14 | Cannot resolve imported module `rich.style` |
| schemathesis | unresolved-import | src/schemathesis/cli/output.py:76:14 | Cannot resolve imported module `rich.text` |
| schemathesis | unresolved-import | src/schemathesis/cli/output.py:113:14 | Cannot resolve imported module `rich.style` |
| schemathesis | unresolved-import | src/schemathesis/cli/output.py:114:14 | Cannot resolve imported module `rich.text` |
| schemathesis | unresolved-import | src/schemathesis/cli/output.py:131:14 | Cannot resolve imported module `rich.console` |
| schemathesis | unresolved-import | src/schemathesis/cli/output.py:132:14 | Cannot resolve imported module `rich.style` |
| schemathesis | unresolved-import | src/schemathesis/cli/output.py:133:14 | Cannot resolve imported module `rich.text` |
| 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_rs` |
| schemathesis | invalid-argument-type | src/schemathesis/config/_diff_base.py:44:39 | 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:44: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:64:33 | Argument to bound method `get` is incorrect: Expected `Never`, found `object` |
| schemathesis | unresolved-import | src/schemathesis/config/_error.py:6:6 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unresolved-import | src/schemathesis/config/_error.py:13:10 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | no-matching-overload | src/schemathesis/config/_error.py:119:31 | No overload of bound method `join` matches arguments |
| schemathesis | no-matching-overload | src/schemathesis/config/_error.py:130:18 | No overload of bound method `get` matches arguments |
| schemathesis | unresolved-import | src/schemathesis/config/_operations.py:23:10 | Cannot resolve imported module `pyrate_limiter` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/config/_operations.py:68:84 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-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_rs` |
| 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-type-ignore-comment | src/schemathesis/core/deserialization.py:137:38 | Unused blanket `type: ignore` directive |
| schemathesis | unsupported-dynamic-base | src/schemathesis/core/deserialization.py:139:54 | Unsupported class base: Has type `<class 'CSafeLoader'> | <class 'SafeLoader'>` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/core/deserialization.py:147:33 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/core/deserialization.py:172:62 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/core/deserialization.py:173:69 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/core/deserialization.py:176:48 | Unused blanket `type: ignore` directive |
| schemathesis | unresolved-import | src/schemathesis/core/errors.py:14:6 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unresolved-import | src/schemathesis/core/errors.py:19:10 | Cannot resolve imported module `jsonschema` |
| schemathesis | unresolved-import | src/schemathesis/core/jsonschema/__init__.py:1:8 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unresolved-import | src/schemathesis/core/loaders.py:93:14 | Cannot resolve imported module `tenacity` |
| schemathesis | call-top-callable | src/schemathesis/core/marks.py:34:20 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| 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/transforms.py:8:8 | Cannot resolve imported module `jsonschema_rs` |
| 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-type-ignore-comment | src/schemathesis/engine/core.py:134:50 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/engine/core.py:155:28 | Unused blanket `type: ignore` directive |
| schemathesis | unresolved-import | src/schemathesis/engine/phases/unit/__init__.py:15:6 | Cannot resolve imported module `jsonschema_rs` |
| 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_rs` |
| schemathesis | possibly-unresolved-reference | src/schemathesis/engine/phases/unit/_executor.py:230:58 | Name `warnings` used when possibly not defined |
| schemathesis | unresolved-attribute | src/schemathesis/engine/phases/unit/_executor.py:436: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:7:6 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unresolved-import | src/schemathesis/generation/case.py:23:12 | Cannot resolve imported module `httpx` |
| schemathesis | unresolved-import | src/schemathesis/generation/case.py:27:10 | Cannot resolve imported module `werkzeug.test` |
| schemathesis | unresolved-attribute | src/schemathesis/generation/case.py:443:24 | Object of type `(CheckContext, Response, Case, /) -> bool | None` has no attribute `__name__` |
| schemathesis | unresolved-import | src/schemathesis/generation/coverage.py:27:8 | Cannot resolve imported module `jsonschema.exceptions` |
| schemathesis | unresolved-import | src/schemathesis/generation/coverage.py:28:8 | Cannot resolve imported module `jsonschema_rs` |
| 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-type-ignore-comment | src/schemathesis/generation/coverage.py:101:107 | Unused blanket `type: ignore` directive |
| schemathesis | no-matching-overload | src/schemathesis/generation/coverage.py:142:12 | No overload of function `one_of` matches arguments |
| schemathesis | possibly-unresolved-reference | src/schemathesis/generation/coverage.py:474:51 | Name `fmt` used when possibly not defined |
| schemathesis | unused-type-ignore-comment | src/schemathesis/generation/coverage.py:704:26 | Unused blanket `type: ignore` directive |
| schemathesis | invalid-argument-type | src/schemathesis/generation/coverage.py:1777:64 | Argument to bound method `filter` is incorrect: Expected `(None, /) -> Any`, found `def _is_not_numeric_string(x: str) -> bool` |
| schemathesis | invalid-argument-type | src/schemathesis/generation/coverage.py:1777:64 | Argument to bound method `filter` is incorrect: Expected `(dict[str, Any | None | int | float | str], /) -> Any`, found `def _is_not_numeric_string(x: str) -> bool` |
| schemathesis | invalid-argument-type | src/schemathesis/generation/coverage.py:1777:64 | Argument to bound method `filter` is incorrect: Expected `(int | float, /) -> Any`, found `def _is_not_numeric_string(x: str) -> bool` |
| schemathesis | invalid-argument-type | src/schemathesis/generation/coverage.py:1777:64 | Argument to bound method `filter` is incorrect: Expected `(list[Any | None | int | float | str], /) -> Any`, found `def _is_not_numeric_string(x: str) -> bool` |
| schemathesis | unresolved-import | src/schemathesis/generation/hypothesis/__init__.py:9:12 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unresolved-import | src/schemathesis/generation/hypothesis/__init__.py:16:10 | Cannot resolve imported module `hypothesis_jsonschema` |
| schemathesis | unresolved-import | src/schemathesis/generation/hypothesis/__init__.py:17:10 | Cannot resolve imported module `hypothesis_jsonschema._canonicalise` |
| schemathesis | unresolved-import | src/schemathesis/generation/hypothesis/__init__.py:18:10 | Cannot resolve imported module `hypothesis_jsonschema._canonicalise` |
| schemathesis | unresolved-import | src/schemathesis/generation/hypothesis/__init__.py:19:10 | Cannot resolve imported module `hypothesis_jsonschema._resolve` |
| schemathesis | invalid-assignment | src/schemathesis/generation/hypothesis/__init__.py:45:5 | Object of type `def _is_first_param_referenced_in_function(f: Any) -> bool` is not assignable to attribute `is_first_param_referenced_in_function` of type `def is_first_param_referenced_in_function(f: Any) -> bool` |
| schemathesis | invalid-method-override | src/schemathesis/generation/hypothesis/__init__.py:48:13 | Invalid override of method `pretty`: Definition is incompatible with `hypothesis.vendor.pretty.RepresentationPrinter.pretty` |
| schemathesis | invalid-assignment | src/schemathesis/generation/hypothesis/__init__.py:302:5 | Object of type `<class 'RepresentationPrinter'>` is not assignable to attribute `RepresentationPrinter` of type `<class 'RepresentationPrinter'>` |
| schemathesis | unresolved-import | src/schemathesis/generation/hypothesis/builder.py:22:6 | Cannot resolve imported module `jsonschema.exceptions` |
| schemathesis | unresolved-import | src/schemathesis/generation/hypothesis/builder.py:23:6 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | no-matching-overload | src/schemathesis/generation/hypothesis/builder.py:124:16 | No overload of function `one_of` matches arguments |
| schemathesis | unresolved-attribute | src/schemathesis/generation/hypothesis/builder.py:154:35 | Attribute `verbosity` is not defined on `None` in union `settings | None` |
| schemathesis | unresolved-attribute | src/schemathesis/generation/hypothesis/builder.py:275:9 | Object of type `(...) -> None` has no attribute `hypothesis` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/generation/hypothesis/examples.py:31:100 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/generation/hypothesis/examples.py:46:23 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-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-type-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:100:10 | Cannot resolve imported module `hypothesis_jsonschema` |
| schemathesis | unresolved-import | src/schemathesis/generation/hypothesis/reporting.py:225:10 | Cannot resolve imported module `hypothesis_jsonschema` |
| schemathesis | unresolved-attribute | src/schemathesis/generation/metrics.py:69:54 | Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `((MetricContext, /) -> int | float) | Unknown` |
| schemathesis | unresolved-attribute | src/schemathesis/generation/metrics.py:75:31 | Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `Unknown | ((MetricContext, /) -> int | float)` |
| schemathesis | unresolved-attribute | src/schemathesis/generation/metrics.py:82:31 | Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `Unknown | ((MetricContext, /) -> int | float)` |
| schemathesis | unresolved-attribute | src/schemathesis/generation/metrics.py:95:43 | Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `Unknown | ((MetricContext, /) -> int | float)` |
| schemathesis | unresolved-attribute | src/schemathesis/generation/metrics.py:96:44 | Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `Unknown | ((MetricContext, /) -> int | float)` |
| schemathesis | unresolved-attribute | src/schemathesis/generation/metrics.py:110: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'>, Self@_add_result_to_targets>` 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:78:29 | Value is already of type `str` |
| schemathesis | unresolved-attribute | src/schemathesis/hooks.py:90:57 | Object of type `((...) -> Unknown) & ~str` has no attribute `__name__` |
| schemathesis | unresolved-attribute | src/schemathesis/hooks.py:156:25 | Object of type `(...) -> Unknown` has no attribute `__name__` |
| schemathesis | unresolved-attribute | src/schemathesis/hooks.py:190:24 | Object of type `(...) -> Unknown` has no attribute `__name__` |
| schemathesis | unresolved-attribute | src/schemathesis/hooks.py:340:16 | Object of type `(str & Top[(...) -> object]) | ((...) -> Unknown)` has no attribute `__name__` |
| schemathesis | empty-body | src/schemathesis/hooks.py:363:91 | Function always implicitly returns `None`, which is not assignable to return type `SearchStrategy[Any]` |
| schemathesis | empty-body | src/schemathesis/hooks.py:368:83 | Function always implicitly returns `None`, which is not assignable to return type `SearchStrategy[Any]` |
| schemathesis | empty-body | src/schemathesis/hooks.py:373:83 | Function always implicitly returns `None`, which is not assignable to return type `SearchStrategy[Any]` |
| schemathesis | empty-body | src/schemathesis/hooks.py:378:81 | Function always implicitly returns `None`, which is not assignable to return type `SearchStrategy[Any]` |
| schemathesis | empty-body | src/schemathesis/hooks.py:383:80 | Function always implicitly returns `None`, which is not assignable to return type `SearchStrategy[Any]` |
| schemathesis | empty-body | src/schemathesis/hooks.py:388:86 | Function always implicitly returns `None`, which is not assignable to return type `SearchStrategy[Case]` |
| schemathesis | unresolved-import | src/schemathesis/openapi/checks.py:13:12 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | invalid-argument-type | src/schemathesis/openapi/checks.py:119:34 | Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `Unknown | list[str | int]` |
| schemathesis | invalid-argument-type | src/schemathesis/openapi/checks.py:151:31 | Argument to function `unbundle` is incorrect: Expected `dict[str, Any] | bool | list[dict[str, Any] | bool]`, found `dict[Unknown, Unknown] | (Unresolvable & Top[dict[Unknown, Unknown]]) | bool | dict[str, Any] | dict[object, object]` |
| schemathesis | invalid-argument-type | src/schemathesis/openapi/checks.py:173:13 | Argument to bound method `__init__` is incorrect: Expected `dict[str, Any] | bool`, found `dict[Unknown, Unknown] | (Unresolvable & Top[dict[Unknown, Unknown]]) | dict[str, Any] | dict[object, object]` |
| schemathesis | not-iterable | src/schemathesis/openapi/generation/filters.py:79: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:34:10 | Cannot resolve imported module `_pytest.fixtures` |
| schemathesis | invalid-assignment | src/schemathesis/pytest/lazy.py:274:32 | Object of type `staticmethod[(*args: Any, *, request: Unknown, **kwargs: Any), None]` is not assignable to `def wrapped_test(*args: Any, *, request: Unknown, **kwargs: Any) -> None` |
| schemathesis | unresolved-attribute | src/schemathesis/pytest/lazy.py:275: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:13:6 | Cannot resolve imported module `_pytest.subtests` |
| schemathesis | unresolved-import | src/schemathesis/pytest/plugin.py:15:6 | Cannot resolve imported module `jsonschema.exceptions` |
| schemathesis | unresolved-import | src/schemathesis/pytest/plugin.py:16:6 | Cannot resolve imported module `pluggy` |
| 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-type-ignore-comment | src/schemathesis/pytest/plugin.py:260:30 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/pytest/plugin.py:272:27 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/pytest/plugin.py:278:45 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/pytest/plugin.py:288:44 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/pytest/plugin.py:308:34 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/pytest/plugin.py:352: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 | unresolved-import | src/schemathesis/resources/repository.py:9:8 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | invalid-argument-type | src/schemathesis/resources/repository.py:119:32 | Argument to bound method `append` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]` |
| schemathesis | unresolved-import | src/schemathesis/schemas.py:41:12 | Cannot resolve imported module `httpx` |
| schemathesis | unresolved-import | src/schemathesis/schemas.py:45:10 | Cannot resolve imported module `werkzeug.test` |
| schemathesis | unresolved-attribute | src/schemathesis/schemas.py:119:28 | Object of type `property` has no attribute `BaseTransport` |
| schemathesis | unresolved-attribute | src/schemathesis/schemas.py:342:67 | Object of type `(...) -> Unknown` has no attribute `__name__` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/schemas.py:630:64 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/schemas.py:682:61 | Unused blanket `type: ignore` directive |
| schemathesis | invalid-type-form | src/schemathesis/schemas.py:690:25 | Function `Case` is not valid in a type expression |
| schemathesis | invalid-type-form | src/schemathesis/schemas.py:746:82 | Function `Case` is not valid in a type expression |
| schemathesis | invalid-type-form | src/schemathesis/schemas.py:777:15 | Function `Case` is not valid in a type expression |
| schemathesis | invalid-type-form | src/schemathesis/schemas.py:821:10 | Function `Case` is not valid 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 | invalid-argument-type | src/schemathesis/specs/graphql/scalars.py:77:27 | Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None` |
| schemathesis | invalid-argument-type | src/schemathesis/specs/graphql/scalars.py:78:27 | Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None` |
| schemathesis | invalid-argument-type | src/schemathesis/specs/graphql/scalars.py:79:63 | Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None` |
| schemathesis | invalid-argument-type | src/schemathesis/specs/graphql/scalars.py:80:46 | Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None` |
| schemathesis | invalid-argument-type | src/schemathesis/specs/graphql/scalars.py:81:51 | Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None` |
| schemathesis | invalid-argument-type | src/schemathesis/specs/graphql/scalars.py:82:51 | Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None` |
| schemathesis | invalid-argument-type | src/schemathesis/specs/graphql/scalars.py:83:37 | Argument to bound method `map` is incorrect: Expected `(int, /) -> Unknown`, found `Unknown | None` |
| schemathesis | invalid-argument-type | src/schemathesis/specs/graphql/scalars.py:84:74 | Argument to bound method `map` is incorrect: Expected `(int, /) -> Unknown`, found `Unknown | None` |
| schemathesis | invalid-argument-type | src/schemathesis/specs/graphql/scalars.py:85:41 | Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None` |
| schemathesis | unresolved-import | src/schemathesis/specs/graphql/schemas.py:50:12 | Cannot resolve imported module `graphql` |
| schemathesis | unresolved-import | src/schemathesis/specs/graphql/schemas.py:150:16 | Cannot resolve imported module `graphql` |
| schemathesis | missing-argument | src/schemathesis/specs/graphql/schemas.py:247:16 | No argument provided for required parameter `*args` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/specs/graphql/schemas.py:331:16 | Unused blanket `type: ignore` directive |
| schemathesis | unresolved-import | src/schemathesis/specs/graphql/schemas.py:349:12 | Cannot resolve imported module `graphql` |
| schemathesis | unresolved-import | src/schemathesis/specs/graphql/schemas.py:351:10 | Cannot resolve imported module `hypothesis_graphql` |
| schemathesis | unresolved-import | src/schemathesis/specs/graphql/schemas.py:352:10 | Cannot resolve imported module `hypothesis_graphql` |
| schemathesis | unresolved-import | src/schemathesis/specs/graphql/validation.py:30:10 | Cannot resolve imported module `graphql.error` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/_hypothesis.py:9:8 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/_hypothesis.py:12:6 | Cannot resolve imported module `hypothesis_jsonschema` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/specs/openapi/_hypothesis.py:65:16 | Unused blanket `type: ignore` directive |
| schemathesis | unused-type-ignore-comment | src/schemathesis/specs/openapi/_hypothesis.py:513:20 | Unused blanket `type: ignore` directive |
| schemathesis | missing-argument | src/schemathesis/specs/openapi/_hypothesis.py:549:12 | No arguments provided for required parameters `*args`, `**kwargs` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/specs/openapi/_hypothesis.py:791:28 | Unused blanket `type: ignore` directive |
| schemathesis | missing-argument | src/schemathesis/specs/openapi/_hypothesis.py:798:45 | No arguments provided for required parameters `*args`, `**kwargs` |
| schemathesis | invalid-argument-type | src/schemathesis/specs/openapi/_operation_lookup.py:46:37 | Argument to bound method `_make_operation` is incorrect: Expected `OperationLookupEntry`, found `OperationLookupEntry | None` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/adapter/parameters.py:10:8 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/specs/openapi/adapter/parameters.py:91:20 | Unused blanket `type: ignore` directive |
| schemathesis | missing-argument | src/schemathesis/specs/openapi/adapter/parameters.py:119:12 | No arguments provided for required parameters `*args`, `**kwargs` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/specs/openapi/adapter/parameters.py:155:20 | Unused blanket `type: ignore` directive |
| schemathesis | missing-argument | src/schemathesis/specs/openapi/adapter/parameters.py:163:12 | No arguments provided for required parameters `*args`, `**kwargs` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/specs/openapi/adapter/parameters.py:180:20 | Unused blanket `type: ignore` directive |
| schemathesis | missing-argument | src/schemathesis/specs/openapi/adapter/parameters.py:191:12 | No arguments provided for required parameters `*args`, `**kwargs` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/specs/openapi/adapter/parameters.py:208:20 | Unused blanket `type: ignore` directive |
| schemathesis | missing-argument | src/schemathesis/specs/openapi/adapter/parameters.py:227:12 | No arguments provided for required parameters `*args`, `**kwargs` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/specs/openapi/adapter/parameters.py:593:24 | Unused blanket `type: ignore` directive |
| schemathesis | missing-argument | src/schemathesis/specs/openapi/adapter/parameters.py:600:16 | No arguments provided for required parameters `*args`, `**kwargs` |
| schemathesis | invalid-argument-type | src/schemathesis/specs/openapi/adapter/parameters.py:847: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:862: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:877:9 | Argument to bound method `from_definition` is incorrect: Expected `SpecificationAdapter`, found `<module 'schemathesis.specs.openapi.adapter.v3_1'>` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/specs/openapi/adapter/parameters.py:1120:24 | Unused blanket `type: ignore` directive |
| schemathesis | missing-argument | src/schemathesis/specs/openapi/adapter/parameters.py:1127:16 | No arguments provided for required parameters `*args`, `**kwargs` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/adapter/protocol.py:12:12 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/adapter/responses.py:7:8 | Cannot resolve imported module `jsonschema_rs` |
| 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_rs` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/adapter/v3_0.py:1:6 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/adapter/v3_1.py:3:6 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/adapter/validators.py:7:6 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/adapter/validators.py:8:6 | Cannot resolve imported module `packaging` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/checks.py:12:8 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unused-type-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:568: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:987: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/content_keywords.py:7:8 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/definitions.py:6:8 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/examples.py:11:6 | Cannot resolve imported module `hypothesis_jsonschema` |
| schemathesis | missing-argument | src/schemathesis/specs/openapi/examples.py:96:9 | No argument provided for required parameter `*args` |
| schemathesis | unresolved-attribute | src/schemathesis/specs/openapi/examples.py:594:70 | Object of type `object` has no attribute `lower` |
| schemathesis | invalid-argument-type | src/schemathesis/specs/openapi/examples.py:600:33 | Argument to function `_find_matching_in_responses` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]` |
| schemathesis | invalid-argument-type | src/schemathesis/specs/openapi/examples.py:607: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/extra_data_source.py:8:8 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/negative/__init__.py:9:8 | Cannot resolve imported module `jsonschema_rs` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/negative/__init__.py:11:6 | Cannot resolve imported module `hypothesis_jsonschema` |
| schemathesis | missing-argument | src/schemathesis/specs/openapi/negative/__init__.py:182:24 | No argument provided for required parameter `*args` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/specs/openapi/negative/__init__.py:197:24 | Unused blanket `type: ignore` directive |
| schemathesis | missing-argument | src/schemathesis/specs/openapi/negative/__init__.py:204:16 | No arguments provided for required parameters `*args`, `**kwargs` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/specs/openapi/negative/__init__.py:226: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 | unresolved-attribute | src/schemathesis/specs/openapi/negative/mutations.py:169:89 | Attribute `__name__` is not defined on `(MutationContext, (SearchStrategy[Unknown], /) -> Unknown, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]` in union `Unknown | ((MutationContext, (SearchStrategy[Unknown], /) -> Unknown, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None])` |
| schemathesis | unresolved-attribute | src/schemathesis/specs/openapi/negative/mutations.py:445: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:181:12 | Cannot resolve imported module `re._constants` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/patterns.py:182:12 | Cannot resolve imported module `re._parser` |
| schemathesis | invalid-argument-type | src/schemathesis/specs/openapi/patterns.py:207: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:518: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:12:8 | Cannot resolve imported module `jsonschema` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/schemas.py:13:8 | Cannot resolve imported module `jsonschema_rs` |
| 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:86: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:94: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:96: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:98: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:154: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:190: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:192:17 | Argument is incorrect: Argument type `None` does not satisfy upper bound `ResponsesContainer[Unknown]` of type variable `R` |
| schemathesis | unresolved-import | src/schemathesis/specs/openapi/schemas.py:512:14 | Cannot resolve imported module `werkzeug.exceptions` |
| schemathesis | missing-argument | src/schemathesis/specs/openapi/schemas.py:535:16 | No argument provided for required parameter `*args` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/specs/openapi/stateful/__init__.py:192:36 | Unused blanket `type: ignore` directive |
| schemathesis | missing-argument | src/schemathesis/specs/openapi/stateful/__init__.py:200:37 | No arguments provided for required parameters `*args`, `**kwargs` |
| schemathesis | unused-type-ignore-comment | src/schemathesis/specs/openapi/stateful/__init__.py:256:24 | Unused blanket `type: ignore` directive |
| schemathesis | missing-argument | src/schemathesis/specs/openapi/stateful/__init__.py:342:16 | No argument provided for required parameter `*args` |
| 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/resources.py:7:8 | Cannot resolve imported module `jsonschema_rs` |
| 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:104: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 | no-matching-overload | src/schemathesis/transport/requests.py:97:22 | No overload of bound method `__init__` matches arguments |
| schemathesis | unused-type-ignore-comment | src/schemathesis/transport/serialization.py:85:38 | Unused blanket `type: ignore` directive |
| schemathesis | unresolved-import | src/schemathesis/transport/wsgi.py:28:12 | Cannot resolve imported module `werkzeug` |
| scikit-build-core | invalid-legacy-type-variable | src/scikit_build_core/_compat/typing.py:38:20 | A `TypeVar` definition must be a simple variable assignment |
| scikit-build-core | invalid-argument-type | src/scikit_build_core/_compat/typing.py:38:35 | Argument to bound method `__init__` is incorrect: Expected `str`, found `object` |
| scikit-build-core | invalid-argument-type | src/scikit_build_core/_compat/typing.py:38:42 | Argument to bound method `__init__` is incorrect: Expected `bool`, found `object` |
| scikit-build-core | unused-type-ignore-comment | src/scikit_build_core/_logging.py:270:37 | Unused blanket `type: ignore` directive |
| scikit-build-core | unused-type-ignore-comment | src/scikit_build_core/_vendor/pyproject_metadata/__init__.py:214:49 | Unused blanket `type: ignore` directive |
| scikit-build-core | unused-type-ignore-comment | src/scikit_build_core/_vendor/pyproject_metadata/_dispatch.py:90:33 | Unused blanket `type: ignore` directive |
| scikit-build-core | no-matching-overload | src/scikit_build_core/_vendor/pyproject_metadata/project_table.py:276:16 | No overload of bound method `fullmatch` matches arguments |
| scikit-build-core | invalid-argument-type | src/scikit_build_core/_vendor/pyproject_metadata/project_table.py:311:21 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]` |
| scikit-build-core | invalid-argument-type | src/scikit_build_core/_vendor/pyproject_metadata/project_table.py:358:51 | Argument to function `join` is incorrect: Expected `str`, found `object` |
| scikit-build-core | invalid-return-type | src/scikit_build_core/_vendor/pyproject_metadata/pyproject.py:80:12 | Return type does not match returned value: expected `list[str] | None`, found `Top[list[Unknown]]` |
| scikit-build-core | invalid-return-type | src/scikit_build_core/_vendor/pyproject_metadata/pyproject.py:90:12 | Return type does not match returned value: expected `dict[str, str] | None`, found `Top[dict[Unknown, Unknown]]` |
| scikit-build-core | unresolved-attribute | src/scikit_build_core/_vendor/pyproject_metadata/pyproject.py:103:14 | Object of type `object` has no attribute `get` |
| scikit-build-core | unresolved-attribute | src/scikit_build_core/_vendor/pyproject_metadata/pyproject.py:103:44 | Object of type `object` has no attribute `get` |
| 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 | 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:180: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:188: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-type-ignore-comment | src/scikit_build_core/file_api/reply.py:64:51 | Unused blanket `type: ignore` directive |
| scikit-build-core | unused-type-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-type-ignore-comment | src/scikit_build_core/hatch/plugin.py:36:45 | Unused blanket `type: ignore` directive |
| scikit-build-core | unused-type-ignore-comment | src/scikit_build_core/metadata/__init__.py:102:87 | Unused blanket `type: ignore` directive |
| scikit-build-core | unused-type-ignore-comment | src/scikit_build_core/metadata/__init__.py:108:64 | Unused blanket `type: ignore` directive |
| scikit-build-core | unused-type-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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["metadata"]` on object of type `str` |
| scikit-build-core | unresolved-attribute | src/scikit_build_core/settings/skbuild_schema.py:87:21 | Attribute `items` is not defined on `str` in union `Unknown | str` |
| scikit-build-core | unresolved-attribute | src/scikit_build_core/settings/skbuild_schema.py:92:21 | Attribute `items` is not defined on `str` in union `Unknown | str` |
| scikit-build-core | unused-type-ignore-comment | src/scikit_build_core/settings/skbuild_schema.py:230:30 | Unused blanket `type: ignore` directive |
| scikit-build-core | invalid-argument-type | src/scikit_build_core/settings/sources.py:101:37 | Argument to function `fields` is incorrect: Expected `DataclassInstance | type[@Todo]`, found `Any | str` |
| scikit-build-core | unused-type-ignore-comment | src/scikit_build_core/settings/sources.py:168:37 | Unused blanket `type: ignore` directive |
| scikit-build-core | unused-type-ignore-comment | src/scikit_build_core/settings/sources.py:170:37 | Unused blanket `type: ignore` directive |
| scikit-build-core | unused-type-ignore-comment | src/scikit_build_core/settings/sources.py:604:51 | Unused blanket `type: ignore` directive |
| scikit-build-core | unused-type-ignore-comment | src/scikit_build_core/setuptools/build_cmake.py:233:32 | Unused blanket `type: ignore` directive |
| scikit-build-core | possibly-missing-attribute | src/scikit_build_core/setuptools/wrapper.py:22:12 | Submodule `dist` may not be available as an attribute on module `setuptools._distutils` |
| scikit-build-core | unresolved-import | tests/conftest.py:32:8 | Cannot resolve imported module `download_wheels` |
| scikit-build-core | unresolved-import | tests/packages/dynamic_metadata/src/dynamic/__init__.py:1:7 | Cannot resolve imported module `._module` |
| scikit-build-core | unused-type-ignore-comment | tests/test_cmake_config.py:60:27 | Unused blanket `type: ignore` directive |
| scikit-build-core | unresolved-import | tests/test_dynamic_metadata.py:25:6 | Cannot resolve imported module `pathutils` |
| scikit-build-core | unused-type-ignore-comment | tests/test_file_processor.py:20:27 | Unused blanket `type: ignore` directive |
| scikit-build-core | unresolved-import | tests/test_hatchling.py:6:8 | Cannot resolve imported module `download_wheels` |
| 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[str, list[str | dict[Unknown | str, Unknown | str]]]` |
| scikit-build-core | unused-type-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` |
| scikit-build-core | unresolved-attribute | tests/test_sources_pep604_union.py:29:31 | Module `types` has no member `UnionType` |
| scikit-build-core | unsupported-operator | tests/test_sources_pep604_union.py:55:24 | Operator `|` is not supported between objects of type `<class 'list[str]'>` and `<class 'str'>` |
| scikit-build-core | unsupported-operator | tests/test_sources_pep604_union.py:63:27 | Operator `|` is not supported between objects of type `<class 'str'>` and `None` |
| scikit-build-core | no-matching-overload flaky | src/scikit_build_core/build/wheel.py:99:20 |
(11/20)
No overload of bound method `__init__` matches arguments
|
| sockeye | unresolved-import | setup.py:7:6 | Cannot resolve imported module `setuptools` |
| sockeye | unresolved-attribute | setup.py:22:12 | Attribute `group` is not defined on `None` in union `Match[str] | None` |
| sockeye | unresolved-import | setup.py:59:10 | Cannot resolve imported module `sphinx.setup_command` |
| sockeye | unused-type-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-type-ignore-comment | sockeye/beam_search.py:159:99 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/beam_search.py:554:101 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-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-type-ignore-comment | sockeye/checkpoint_decoder.py:120:68 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/checkpoint_decoder.py:178:50 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/config.py:49:40 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-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, /) -> Unknown | int, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | int]]` cannot be called with key of type `None` on object of type `list[Unknown | int]` |
| sockeye | invalid-argument-type | sockeye/data_io.py:508:17 | Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]` |
| sockeye | invalid-argument-type | sockeye/data_io.py:522:13 | Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | int, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | int]]` cannot be called with key of type `None` on object of type `list[Unknown | int]` |
| 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 | not-subscriptable | sockeye/data_io.py:771:58 | Cannot subscript object of type `Iterable[Unknown]` with no `__getitem__` method |
| sockeye | not-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:1354:38 | Argument to function `are_none` is incorrect: Expected `Sequence[Sized]`, found `list[Unknown | None]` |
| sockeye | invalid-argument-type | sockeye/data_io.py:1354:69 | Argument to function `are_token_parallel` is incorrect: Expected `Sequence[Sized]`, found `list[Unknown | None]` |
| sockeye | invalid-argument-type | sockeye/data_io.py:1356:38 | Argument to function `are_none` is incorrect: Expected `Sequence[Sized]`, found `list[Unknown | None]` |
| sockeye | invalid-argument-type | sockeye/data_io.py:1356:69 | Argument to function `are_token_parallel` is incorrect: Expected `Sequence[Sized]`, found `list[Unknown | None]` |
| 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-type-ignore-comment | sockeye/decoder.py:30:43 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/decoder.py:89:88 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/decoder.py:90:60 | Unused blanket `type: ignore` directive |
| sockeye | not-subscriptable | sockeye/decoder.py:224:35 | Cannot subscript object of type `None` with no `__getitem__` method |
| sockeye | unused-type-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-type-ignore-comment | sockeye/evaluate.py:50:100 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/evaluate.py:61:67 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-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-type-ignore-comment | sockeye/generate_decoder_states.py:192:87 | Unused blanket `type: ignore` directive |
| sockeye | unresolved-attribute | sockeye/generate_decoder_states.py:201:17 | Attribute `add` is not defined on `None` in union `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-type-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[str] | None` |
| sockeye | invalid-argument-type | sockeye/inference.py:348:34 | Argument to function `len` is incorrect: Expected `Sized`, found `list[str] | 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[Unknown | list[str]]` |
| sockeye | invalid-argument-type | sockeye/inference.py:352:34 | Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~Top[list[Unknown]]) | None | list[Unknown | list[str]]` |
| sockeye | invalid-argument-type | sockeye/inference.py:410:32 | Argument is incorrect: Expected `RestrictLexicon | None`, found `object` |
| sockeye | unused-type-ignore-comment | sockeye/inference.py:414:45 | Unused blanket `type: ignore` directive |
| sockeye | unresolved-attribute | sockeye/inference.py:651:34 | Attribute `target_ids_list` is not defined on `None` in union `NBestTranslations | None` |
| sockeye | unresolved-attribute | sockeye/inference.py:651:82 | Attribute `scores` is not defined on `None` in union `NBestTranslations | None` |
| sockeye | unused-type-ignore-comment | sockeye/inference.py:965:76 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/inference.py:967:55 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/inference.py:968:74 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/inference.py:1238:99 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/inference.py:1247:58 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/inference.py:1250:123 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/inference.py:1296:31 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/inference.py:1297:39 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/inference.py:1300:47 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-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-type-ignore-comment | sockeye/layers.py:863:43 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/layers.py:864:49 | 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-type-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-type-ignore-comment | sockeye/log.py:118:55 | Unused blanket `type: ignore` directive |
| sockeye | invalid-assignment | sockeye/log.py:131:9 | Cannot assign to a subscript on an object of type `str` |
| 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 | unused-type-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 | unresolved-attribute | sockeye/lr_scheduler.py:138:29 | Attribute `param_groups` is not defined on `None` in union `Unknown | None` |
| sockeye | unresolved-attribute | sockeye/lr_scheduler.py:168:29 | Attribute `param_groups` is not defined on `None` in union `Unknown | None` |
| sockeye | unresolved-attribute | sockeye/lr_scheduler.py:236:29 | Attribute `param_groups` is not defined on `None` in union `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-type-ignore-comment | sockeye/model.py:410:43 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/model.py:469:47 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/model.py:561:54 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-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[list[str] | Unknown]`, 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-type-ignore-comment | sockeye/rerank.py:56:62 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/rerank.py:86:91 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/rerank.py:103:63 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-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-type-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[Unknown | list[Unknown | str]]` may not be iterable |
| sockeye | no-matching-overload | sockeye/test_utils.py:147:1 | No overload of function `contextmanager` matches arguments |
| 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-type-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-type-ignore-comment | sockeye/training.py:86:54 | Unused blanket `type: ignore` directive |
| sockeye | unresolved-attribute | sockeye/training.py:241:39 | Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:244:25 | Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:254:55 | Attribute `epoch` is not defined on `None` in union `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 | unresolved-attribute | sockeye/training.py:261:56 | Attribute `updates` is not defined on `None` in union `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 | unresolved-attribute | sockeye/training.py:268:56 | Attribute `samples` is not defined on `None` in union `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 | unresolved-attribute | sockeye/training.py:279:17 | Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:282:16 | Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:282:43 | Attribute `batches` is not defined on `None` in union `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 | unresolved-attribute | sockeye/training.py:288:60 | Attribute `time_elapsed` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:290:58 | Attribute `time_elapsed` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:293:20 | Attribute `converged` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:293:44 | Attribute `diverged` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:299:55 | Attribute `converged` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:300:21 | Attribute `best_checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:300:49 | Attribute `early_stopping_metric` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:300:83 | Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:316:9 | Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:319:21 | Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:319:44 | Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:319:64 | Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:320:21 | Attribute `samples` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:321:44 | Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:324:38 | Attribute `checkpoint` is not defined on `None` in union `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 | unresolved-attribute | sockeye/training.py:347:38 | Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unused-type-ignore-comment | sockeye/training.py:359:103 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/training.py:366:53 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/training.py:386:40 | Unused blanket `type: ignore` directive |
| sockeye | unresolved-attribute | sockeye/training.py:390:9 | Attribute `batches` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:391:9 | Attribute `samples` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:395:27 | Attribute `batches` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:396:9 | Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unused-type-ignore-comment | sockeye/training.py:402:100 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/training.py:410:39 | Unused blanket `type: ignore` directive |
| sockeye | unresolved-attribute | sockeye/training.py:432:27 | Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:432:45 | Attribute `batches` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:433:27 | Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:481:21 | Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:500:64 | Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:504:52 | Attribute `best_metric` is not defined on `None` in union `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 | unresolved-attribute | sockeye/training.py:506:50 | Attribute `checkpoint` is not defined on `None` in union `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 | unresolved-attribute | sockeye/training.py:510:13 | Attribute `num_not_improved` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:512:60 | Attribute `num_not_improved` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:512:89 | Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:514:9 | Attribute `best_metric_history` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:514:47 | Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:516:25 | Attribute `best_metric_history` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:517:13 | Attribute `best_metric_history` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:527:52 | Attribute `samples` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:529:50 | Attribute `samples` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:532:52 | Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:534:50 | Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:537:51 | Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:539:49 | Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:544:21 | Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:549:42 | Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:549:67 | Attribute `best_metric_history` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:593:29 | Attribute `best_checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:600:60 | Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:609:26 | Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:612:33 | Attribute `time_elapsed` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:614:30 | Attribute `converged` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:615:29 | Attribute `diverged` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:622:9 | Attribute `metrics` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:623:34 | Attribute `metrics` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:625:61 | Attribute `checkpoint` is not defined on `None` in union `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 | unresolved-attribute | sockeye/training.py:628:48 | Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:634:52 | Attribute `best_checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unused-type-ignore-comment | sockeye/training.py:660:79 | Unused blanket `type: ignore` directive |
| sockeye | unresolved-attribute | sockeye/training.py:665:96 | Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:666:34 | Attribute `best_checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unused-type-ignore-comment | sockeye/training.py:703:85 | Unused blanket `type: ignore` directive |
| sockeye | unresolved-attribute | sockeye/training.py:708:49 | Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:738:9 | Attribute `save` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unused-type-ignore-comment | sockeye/training.py:771:97 | Unused blanket `type: ignore` directive |
| sockeye | unresolved-attribute | sockeye/training.py:817:30 | Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:817:53 | Attribute `best_checkpoint` is not defined on `None` in union `Unknown | None | TrainState` |
| sockeye | unresolved-attribute | sockeye/training.py:835:69 | Attribute `checkpoint` is not defined on `None` in union `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-type-ignore-comment | sockeye/transformer.py:147:86 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-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-type-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-type-ignore-comment | sockeye/utils.py:256:104 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-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-type-ignore-comment | sockeye/vocab.py:56:77 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-ignore-comment | sockeye/vocab.py:309:109 | Unused blanket `type: ignore` directive |
| sockeye | unused-type-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: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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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 | invalid-method-override | test/unit/test_beam_search.py:263:9 | Invalid override of method `decode_step`: Definition is incompatible with `_Inference.decode_step` |
| 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 | not-subscriptable | test/unit/test_data_io.py:367:20 | Cannot subscript object of type `None` with no `__getitem__` method |
| sockeye | not-subscriptable | test/unit/test_data_io.py:414:25 | Cannot subscript object of type `None` with no `__getitem__` method |
| sockeye | not-subscriptable | test/unit/test_data_io.py:415:25 | Cannot subscript object of type `None` with no `__getitem__` method |
| sockeye | not-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 | invalid-argument-type | test/unit/test_inference.py:137:24 | Argument to function `len` is incorrect: Expected `Sized`, found `list[list[str]] | None` |
| sockeye | invalid-argument-type | test/unit/test_inference.py:138:48 | Argument to function `__new__` is incorrect: Expected `Iterable[list[str]]`, found `list[list[str]] | None` |
| 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:176:24 | Argument to function `len` is incorrect: Expected `Sized`, found `list[list[str]] | None` |
| sockeye | invalid-argument-type | test/unit/test_inference.py:177:79 | Argument to function `__new__` is incorrect: Expected `Iterable[list[str]]`, found `list[list[str]] | None` |
| 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 | not-subscriptable | test/unit/test_knn.py:48:17 | Cannot subscript object of type `None` with no `__getitem__` method |
| sockeye | not-subscriptable | test/unit/test_knn.py:49:17 | Cannot subscript object of type `None` with no `__getitem__` method |
| sockeye | not-subscriptable | test/unit/test_knn.py:50:17 | Cannot subscript object of type `None` with no `__getitem__` method |
| sockeye | not-subscriptable | test/unit/test_knn.py:53:17 | Cannot subscript object of type `None` with no `__getitem__` method |
| sockeye | not-subscriptable | test/unit/test_knn.py:54:17 | Cannot subscript object of type `None` with no `__getitem__` method |
| sockeye | not-subscriptable | test/unit/test_knn.py:57:17 | Cannot subscript object of type `None` with no `__getitem__` method |
| sockeye | not-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 | unresolved-attribute | test/unit/test_lexicon.py:74:16 | Attribute `shape` is not defined on `None` in union `Unknown | None` |
| sockeye | unresolved-attribute | test/unit/test_lexicon.py:82:16 | Attribute `shape` is not defined on `None` in union `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] | int | 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 | redundant-cast | backend/api/global_scoreboard_api.py:104:32 | Value is already of type `str` |
| speedrun.com_global_scoreboard_webapp | unresolved-import | backend/flask_app.py:24:8 | Cannot resolve imported module `configs` |
| 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 | 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 | unsupported-base | backend/models/tournament_scheduler_models.py:198:20 | Unsupported class base with type `type[Model]` |
| 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 | 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 | 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` |
| starlette | invalid-argument-type | starlette/_exception_handler.py:59:42 | Argument is incorrect: Expected `Request[State]`, found `Request[State] | WebSocket[State]` |
| starlette | invalid-argument-type | starlette/_exception_handler.py:59:42 | Argument is incorrect: Expected `WebSocket[State]`, found `Request[State] | WebSocket[State]` |
| starlette | call-non-callable | starlette/_exception_handler.py:63:23 | Object of type `~None` is not callable |
| starlette | invalid-argument-type | starlette/applications.py:69:25 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'ServerErrorMiddleware'>` |
| starlette | invalid-argument-type | starlette/applications.py:71:27 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'ExceptionMiddleware'>` |
| starlette | unused-type-ignore-comment | starlette/concurrency.py:14:76 | Unused blanket `type: ignore` directive |
| starlette | unused-type-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 | invalid-argument-type | starlette/middleware/errors.py:176:51 | Argument is incorrect: Expected `WebSocket[State]`, found `Request[State]` |
| starlette | call-non-callable | starlette/middleware/errors.py:181:23 | Object of type `object` is not callable |
| starlette | unresolved-import | starlette/middleware/sessions.py:8:8 | Cannot resolve imported module `itsdangerous` |
| starlette | unresolved-import | starlette/middleware/sessions.py:9:6 | Cannot resolve imported module `itsdangerous.exc` |
| starlette | unsupported-operator | starlette/middleware/wsgi.py:70: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:110:23 | Object of type `type[BrokenWorkerInterpreter]` has no attribute `run_sync` |
| starlette | unresolved-attribute | starlette/middleware/wsgi.py:134:13 | Object of type `type[BrokenWorkerInterpreter]` has no attribute `run` |
| starlette | unresolved-attribute | starlette/middleware/wsgi.py:149:13 | Object of type `type[BrokenWorkerInterpreter]` has no attribute `run` |
| starlette | unresolved-attribute | starlette/middleware/wsgi.py:154:9 | Object of type `type[BrokenWorkerInterpreter]` has no attribute `run` |
| starlette | unresolved-import | starlette/requests.py:18:10 | Cannot resolve imported module `python_multipart.multipart` |
| starlette | unused-type-ignore-comment | starlette/responses.py:53:46 | Unused blanket `type: ignore` directive |
| starlette | invalid-assignment | starlette/responses.py:230:13 | Object of type `AsyncIterable[str | bytes | memoryview[int]] | (Iterable[str | bytes | memoryview[int]] & AsyncIterable[object])` is not assignable to attribute `body_iterator` of type `AsyncIterable[str | bytes | memoryview[int]]` |
| starlette | invalid-assignment | starlette/routing.py:53:51 | Object of type `(((Request[State], /) -> Awaitable[Response] | Response) & Top[(...) -> Awaitable[object]]) | partial[Unknown]` is not assignable to `(Request[State], /) -> Awaitable[Response]` |
| starlette | possibly-unresolved-reference | starlette/routing.py:690:26 | Name `partial_scope` used when possibly not defined |
| starlette | unresolved-import | starlette/templating.py:14:12 | Cannot resolve imported module `jinja2` |
| starlette | unused-type-ignore-comment | starlette/templating.py:26:52 | Unused blanket `type: ignore` directive |
| starlette | unresolved-import | starlette/testclient.py:38:12 | Cannot resolve imported module `httpx` |
| starlette | unused-type-ignore-comment | starlette/testclient.py:84:33 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | starlette/testclient.py:363:43 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | starlette/testclient.py:364:41 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | starlette/testclient.py:421:19 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | starlette/testclient.py:461:15 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | starlette/testclient.py:484:19 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | starlette/testclient.py:507:16 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | starlette/testclient.py:530:16 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | starlette/testclient.py:561:15 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | starlette/testclient.py:592:17 | Unused blanket `type: ignore` directive |
| starlette | unused-type-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:413:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>` |
| starlette | invalid-argument-type | tests/middleware/test_cors.py:431:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>` |
| starlette | invalid-argument-type | tests/middleware/test_cors.py:446:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>` |
| starlette | invalid-argument-type | tests/middleware/test_cors.py:465:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>` |
| starlette | invalid-argument-type | tests/middleware/test_cors.py:480:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>` |
| starlette | invalid-argument-type | tests/middleware/test_cors.py:503: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 | unresolved-import | tests/middleware/test_errors.py:3:8 | Cannot resolve imported module `pytest` |
| starlette | invalid-assignment | tests/middleware/test_errors.py:24:11 | Object of type `ServerErrorMiddleware` is not assignable to `def app(scope: MutableMapping[str, Any], receive: () -> Awaitable[MutableMapping[str, Any]], send: (MutableMapping[str, Any], /) -> Awaitable[None]) -> CoroutineType[Any, Any, None]` |
| starlette | invalid-assignment | tests/middleware/test_errors.py:35:11 | Object of type `ServerErrorMiddleware` is not assignable to `def app(scope: MutableMapping[str, Any], receive: () -> Awaitable[MutableMapping[str, Any]], send: (MutableMapping[str, Any], /) -> Awaitable[None]) -> CoroutineType[Any, Any, None]` |
| starlette | invalid-assignment | tests/middleware/test_errors.py:47:11 | Object of type `ServerErrorMiddleware` is not assignable to `def app(scope: MutableMapping[str, Any], receive: () -> Awaitable[MutableMapping[str, Any]], send: (MutableMapping[str, Any], /) -> Awaitable[None]) -> CoroutineType[Any, Any, None]` |
| starlette | invalid-assignment | tests/middleware/test_errors.py:61:11 | Object of type `ServerErrorMiddleware` is not assignable to `def app(scope: MutableMapping[str, Any], receive: () -> Awaitable[MutableMapping[str, Any]], send: (MutableMapping[str, Any], /) -> Awaitable[None]) -> CoroutineType[Any, Any, None]` |
| starlette | invalid-assignment | tests/middleware/test_errors.py:75:11 | Object of type `ServerErrorMiddleware` is not assignable to `def app(scope: MutableMapping[str, Any], receive: () -> Awaitable[MutableMapping[str, Any]], send: (MutableMapping[str, Any], /) -> Awaitable[None]) -> CoroutineType[Any, Any, None]` |
| 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:39:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SessionMiddleware'>` |
| starlette | invalid-argument-type | tests/middleware/test_session.py:71:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SessionMiddleware'>` |
| starlette | invalid-argument-type | tests/middleware/test_session.py:96:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SessionMiddleware'>` |
| starlette | invalid-argument-type | tests/middleware/test_session.py:131:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SessionMiddleware'>` |
| starlette | invalid-argument-type | tests/middleware/test_session.py:150:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SessionMiddleware'>` |
| starlette | invalid-argument-type | tests/middleware/test_session.py:169:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SessionMiddleware'>` |
| starlette | invalid-argument-type | tests/middleware/test_session.py:191:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SessionMiddleware'>` |
| starlette | invalid-argument-type | tests/middleware/test_session.py:213:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SessionMiddleware'>` |
| starlette | invalid-argument-type | tests/middleware/test_session.py:234: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-type-ignore-comment | tests/test__utils.py:28:43 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test__utils.py:72:45 | Unused blanket `type: ignore` directive |
| starlette | unresolved-import | tests/test_applications.py:10:8 | Cannot resolve imported module `pytest` |
| starlette | invalid-argument-type | tests/test_applications.py:137:26 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'TrustedHostMiddleware'>` |
| starlette | invalid-argument-type | tests/test_applications.py:485:28 | Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SimpleInitializableMiddleware'>` |
| starlette | invalid-argument-type | tests/test_applications.py:486:28 | Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'NoOpMiddleware'>` |
| starlette | invalid-argument-type | tests/test_applications.py:520:24 | Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'MiddlewareWithArgs'>` |
| starlette | invalid-argument-type | tests/test_applications.py:521:24 | Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'MiddlewareWithArgs'>` |
| starlette | invalid-argument-type | tests/test_applications.py:543: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:544: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 `Unknown` does not match asserted type `str | None` |
| 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 | no-matching-overload | tests/test_datastructures.py:171:12 | No overload of bound method `get` matches arguments |
| starlette | no-matching-overload | tests/test_datastructures.py:287:12 | No overload of bound method `get` matches arguments |
| starlette | no-matching-overload | tests/test_datastructures.py:371:12 | No overload of bound method `get` matches arguments |
| starlette | no-matching-overload | tests/test_datastructures.py:406:12 | No overload of bound method `get` matches arguments |
| 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-type-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-type-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-type-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-type-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-type-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-type-ignore-comment | tests/test_formparsers.py:524:60 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_formparsers.py:554:25 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_formparsers.py:581:25 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_formparsers.py:610:25 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_formparsers.py:638:25 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_formparsers.py:668:25 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_formparsers.py:698:25 | Unused blanket `type: ignore` directive |
| starlette | unused-type-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-type-ignore-comment | tests/test_requests.py:260:19 | Unused blanket `type: ignore` directive |
| starlette | invalid-argument-type | tests/test_requests.py:667:79 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CustomMiddleware'>` |
| starlette | unresolved-import | tests/test_responses.py:13:8 | Cannot resolve imported module `pytest` |
| starlette | unresolved-import | tests/test_responses.py:14:6 | Cannot resolve imported module `python_multipart` |
| starlette | unresolved-import | tests/test_routing.py:10:8 | Cannot resolve imported module `pytest` |
| starlette | invalid-argument-type | tests/test_routing.py:328:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CustomMiddleware'>` |
| starlette | invalid-argument-type | tests/test_routing.py:825:36 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'AddHeadersMiddleware'>` |
| starlette | invalid-argument-type | tests/test_routing.py:843:36 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'AddHeadersMiddleware'>` |
| starlette | invalid-argument-type | tests/test_routing.py:860:36 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'AddHeadersMiddleware'>` |
| starlette | invalid-argument-type | tests/test_routing.py:964:40 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'NamedMiddleware'>` |
| starlette | invalid-argument-type | tests/test_routing.py:969:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'NamedMiddleware'>` |
| starlette | invalid-argument-type | tests/test_routing.py:1016: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:6:8 | Cannot resolve imported module `jinja2` |
| starlette | unresolved-import | tests/test_templates.py:7:8 | Cannot resolve imported module `pytest` |
| starlette | unused-type-ignore-comment | tests/test_templates.py:33:52 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_templates.py:34:57 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_templates.py:73:52 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_templates.py:74:69 | Unused blanket `type: ignore` directive |
| starlette | invalid-argument-type | tests/test_templates.py:92:32 | Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CustomMiddleware'>` |
| starlette | unused-type-ignore-comment | tests/test_templates.py:99:52 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_templates.py:100:57 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_templates.py:129:57 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_templates.py:130:57 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_templates.py:134:57 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_templates.py:135:57 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_templates.py:175:52 | Unused blanket `type: ignore` directive |
| starlette | unused-type-ignore-comment | tests/test_templates.py:176: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 | unresolved-attribute | stone/backends/js_client.py:77:43 | Attribute `filename` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/js_client.py:97:12 | Attribute `attribute_comment` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/js_client.py:98:30 | Attribute `attribute_comment` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/js_client.py:106:12 | Attribute `class_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/js_client.py:107:51 | Attribute `class_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/js_client.py:113:12 | Attribute `wrap_response_in` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/js_client.py:114:43 | Attribute `wrap_response_in` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/js_client.py:124:56 | Attribute `wrap_error_in` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/js_client.py:167:27 | Attribute `name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/js_client.py:170:29 | Attribute `name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/js_types.py:77:43 | Attribute `filename` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/js_types.py:81:54 | Attribute `extra_arg` is not defined on `None` in union `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 | unresolved-attribute | stone/backends/obj_c_client.py:111:54 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:113:41 | Attribute `transport_client_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:120:42 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:132:42 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:149:29 | Attribute `transport_client_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:154:38 | Attribute `module_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:158:38 | Attribute `module_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:166:27 | Attribute `module_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:168:39 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:173:33 | Attribute `transport_client_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:176:27 | Attribute `class_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:179:35 | Attribute `transport_client_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:195:54 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:205:39 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:216:42 | Attribute `transport_client_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:228:17 | Attribute `class_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:231:38 | Attribute `transport_client_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:241:58 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:247:35 | Attribute `transport_client_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:252:40 | Attribute `class_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:271:62 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:274:49 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:281:50 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:283:43 | Attribute `transport_client_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:291:43 | Attribute `style_to_request` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:298:42 | Attribute `client_args` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:391:50 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:400:25 | Attribute `transport_client_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:405:35 | Attribute `transport_client_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:416:54 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:421:43 | Attribute `style_to_request` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_client.py:428:42 | Attribute `client_args` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_types.py:127:12 | Attribute `documentation` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_types.py:169:20 | Attribute `documentation` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_types.py:179:12 | Attribute `documentation` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_types.py:221:16 | Attribute `documentation` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_types.py:235:20 | Attribute `documentation` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_types.py:257:16 | Attribute `exclude_from_analysis` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/obj_c_types.py:269:16 | Attribute `exclude_from_analysis` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_client.py:121:53 | Attribute `module_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_client.py:137:45 | Attribute `class_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_client.py:153:54 | Attribute `types_package` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_client.py:175:12 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_client.py:176:85 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_client.py:385:12 | Attribute `attribute_comment` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_client.py:386:30 | Attribute `attribute_comment` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_client.py:488:50 | Attribute `fields` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_client.py:489:53 | Attribute `error_class_path` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_client.py:495:32 | Attribute `error_class_path` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_client.py:513:26 | Attribute `name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_client.py:514:44 | Attribute `types_package` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_client.py:525:21 | Attribute `name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_client.py:550:17 | Attribute `types_package` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_rsrc/stone_base.py:78:13 | Attribute `validate_type_only` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_rsrc/stone_base.py:80:21 | Attribute `validate` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-import | stone/backends/python_rsrc/stone_serializers.py:1048:12 | Cannot resolve imported module `msgpack` |
| stone | unresolved-attribute | stone/backends/python_rsrc/stone_validators.py:350:33 | Attribute `match` is not defined on `None` in union `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 | unresolved-attribute | stone/backends/python_types.py:208:16 | Attribute `route_method` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_types.py:209:39 | Attribute `route_method` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/python_types.py:210:24 | Attribute `name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-import | stone/backends/swift_client.py:3:8 | Cannot resolve imported module `jinja2` |
| stone | unresolved-attribute | stone/backends/swift_client.py:145:16 | Attribute `objc` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:150:42 | Attribute `class_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:153:53 | Attribute `transport_client_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:155:12 | Attribute `objc` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:160:70 | Attribute `module_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:166:67 | Attribute `module_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:200:53 | Attribute `transport_client_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:215:12 | Attribute `objc` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:246:50 | Attribute `class_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:248:12 | Attribute `objc` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:258:56 | Attribute `class_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:269:77 | Attribute `class_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:277:30 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:280:45 | Attribute `class_name` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:334:28 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:353:28 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:369:12 | Attribute `auth_type` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:406:34 | Attribute `client_args` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:415:34 | Attribute `client_args` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_client.py:499:39 | Attribute `style_to_request` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-import | stone/backends/swift_types.py:6:8 | Cannot resolve imported module `jinja2` |
| stone | unresolved-attribute | stone/backends/swift_types.py:141:16 | Attribute `objc` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_types.py:208:16 | Attribute `objc` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/swift_types.py:218:12 | Attribute `documentation` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_client.py:111:29 | Attribute `spaces_per_indent` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_client.py:112:24 | Attribute `indent_level` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_client.py:113:63 | Attribute `template` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_client.py:114:27 | Attribute `template_string` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_client.py:116:43 | Attribute `filename` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_client.py:135:16 | Attribute `import_namespaces` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_client.py:136:42 | Attribute `import_template_string` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_client.py:137:36 | Attribute `types_file` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_client.py:183:12 | Attribute `attribute_comment` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_client.py:184:30 | Attribute `attribute_comment` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_client.py:195:46 | Attribute `wrap_error_in` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_client.py:204:12 | Attribute `wrap_response_in` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_client.py:205:53 | Attribute `wrap_response_in` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_types.py:157:50 | Attribute `extra_arg` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_types.py:159:12 | Attribute `filename` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_types.py:160:75 | Attribute `filename` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_types.py:162:70 | Attribute `exclude_error_types` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_types.py:170:41 | Attribute `exclude_error_types` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_types.py:173:63 | Attribute `template` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_types.py:189:29 | Attribute `spaces_per_indent` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_types.py:190:24 | Attribute `indent_level` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_types.py:237:71 | Attribute `module_name_prefix` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_types.py:261:54 | Attribute `module_name_prefix` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/backends/tsd_types.py:263:16 | Attribute `export_namespaces` is not defined on `None` in union `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 | unresolved-attribute | stone/cli.py:369:9 | Attribute `exec_module` is not defined on `None` in union `Loader | None` |
| stone | unresolved-attribute | stone/cli.py:369:9 | Attribute `loader` is not defined on `None` in union `ModuleSpec | 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 | unresolved-attribute | stone/frontend/ir_generator.py:1761:37 | Attribute `namespace` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-import | stone/frontend/lexer.py:4:8 | Cannot resolve imported module `ply.lex` |
| stone | unresolved-attribute | stone/frontend/lexer.py:64:17 | Attribute `token` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/frontend/lexer.py:66:17 | Attribute `extend` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)` |
| stone | unresolved-attribute | stone/frontend/lexer.py:67:35 | Attribute `pop` is not defined on `None` in union `(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 | unresolved-attribute | stone/frontend/lexer.py:73:46 | Attribute `lineno` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/frontend/lexer.py:73:63 | Attribute `lexpos` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/frontend/lexer.py:74:25 | Attribute `append` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)` |
| stone | unresolved-attribute | stone/frontend/lexer.py:77:41 | Attribute `lineno` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/frontend/lexer.py:77:58 | Attribute `lexpos` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/frontend/lexer.py:78:21 | Attribute `extend` is not defined on `None` in union `(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 | unresolved-attribute | stone/frontend/lexer.py:81:39 | Attribute `pop` is not defined on `None` in union `(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 | unresolved-attribute | stone/ir/data_types.py:439:35 | Attribute `match` is not defined on `None` in union `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 | unresolved-attribute | stone/ir/data_types.py:852:9 | Attribute `insert` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/ir/data_types.py:884:24 | Attribute `values` is not defined on `None` in union `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 | not-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 | not-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 | not-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 | not-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 | unresolved-attribute | stone/ir/data_types.py:1875:16 | Attribute `check` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/ir/data_types.py:1879:16 | Attribute `check_example` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/ir/data_types.py:1883:16 | Attribute `_has_example` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/ir/data_types.py:1886:16 | Attribute `_compute_example` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | stone/ir/data_types.py:1889:16 | Attribute `check_attr_repr` is not defined on `None` in union `Unknown | None` |
| stone | unused-type-ignore-comment | test/backend_test_util.py:24:46 | Unused blanket `type: ignore` directive |
| stone | unresolved-attribute | test/test_backend.py:228:25 | Attribute `verbose` is not defined on `None` in union `Unknown | None` |
| stone | invalid-argument-type | test/test_backend.py:272:30 | Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None` |
| stone | not-subscriptable | test/test_backend.py:273:17 | Cannot subscript object of type `None` with no `__getitem__` method |
| stone | unresolved-attribute | test/test_backend.py:373:29 | Attribute `fields` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | test/test_backend.py:374:29 | Attribute `fields` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | test/test_backend.py:376:17 | Attribute `fields` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | test/test_backend.py:380:17 | Attribute `fields` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | test/test_backend.py:469:30 | Attribute `fields` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | test/test_backend.py:471:22 | Attribute `fields` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | test/test_backend.py:495:30 | Attribute `fields` is not defined on `None` in union `Unknown | None` |
| stone | unresolved-attribute | test/test_backend.py:497:17 | Attribute `fields` is not defined on `None` in union `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 `S2` has no attribute `i` |
| stone | unresolved-attribute | test/test_python_gen.py:377:24 | Object of type `S` has no attribute `f` |
| 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-type-ignore-comment | test/test_python_type_stubs.py:13:37 | Unused blanket `type: ignore` directive |
| stone | not-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-type-ignore-comment | test/test_tsd_types.py:23:74 | Unused blanket `type: ignore` directive |
| strawberry | unresolved-import | strawberry/aiohttp/views.py:11:6 | Cannot resolve imported module `aiohttp` |
| strawberry | unresolved-import | strawberry/aiohttp/views.py:12:6 | Cannot resolve imported module `cross_web` |
| strawberry | unused-type-ignore-comment | strawberry/aiohttp/views.py:90: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 | unused-type-ignore-comment | strawberry/annotation.py:249:49 | Unused blanket `type: ignore` directive |
| strawberry | unresolved-import | strawberry/asgi/__init__.py:10:6 | Cannot resolve imported module `cross_web` |
| strawberry | unresolved-import | strawberry/asgi/__init__.py:11:6 | Cannot resolve imported module `starlette` |
| strawberry | unresolved-import | strawberry/asgi/__init__.py:12:6 | Cannot resolve imported module `starlette.requests` |
| strawberry | unresolved-import | strawberry/asgi/__init__.py:13:6 | Cannot resolve imported module `starlette.responses` |
| strawberry | unresolved-import | strawberry/asgi/__init__.py:19:6 | Cannot resolve imported module `starlette.websockets` |
| strawberry | unresolved-import | strawberry/asgi/__init__.py:45:10 | Cannot resolve imported module `starlette.types` |
| strawberry | unused-type-ignore-comment | strawberry/asgi/__init__.py:102:53 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/asgi/__init__.py:156:42 | Unused blanket `type: ignore` directive |
| strawberry | unresolved-import | strawberry/chalice/views.py:5:6 | Cannot resolve imported module `chalice.app` |
| strawberry | unresolved-import | strawberry/chalice/views.py:6:6 | Cannot resolve imported module `cross_web` |
| strawberry | unresolved-import | strawberry/channels/handlers/base.py:12:6 | Cannot resolve imported module `channels.consumer` |
| strawberry | unresolved-import | strawberry/channels/handlers/base.py:13:6 | Cannot resolve imported module `channels.generic.websocket` |
| strawberry | unresolved-import | strawberry/channels/handlers/http_handler.py:11:6 | Cannot resolve imported module `channels.db` |
| strawberry | unresolved-import | strawberry/channels/handlers/http_handler.py:12:6 | Cannot resolve imported module `channels.generic.http` |
| strawberry | unresolved-import | strawberry/channels/handlers/http_handler.py:13:6 | Cannot resolve imported module `cross_web` |
| strawberry | unresolved-import | strawberry/channels/handlers/http_handler.py:19:6 | Cannot resolve imported module `django.conf` |
| strawberry | unresolved-import | strawberry/channels/handlers/http_handler.py:20:6 | Cannot resolve imported module `django.core.files` |
| strawberry | unresolved-import | strawberry/channels/handlers/http_handler.py:21:6 | Cannot resolve imported module `django.http.multipartparser` |
| strawberry | type-assertion-failure | strawberry/channels/handlers/http_handler.py:235:17 | Type `Unknown & ~MultipartChannelsResponse & ~ChannelsResponse` is not equivalent to `Never` |
| strawberry | unused-type-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:15: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/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:4: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-type-ignore-comment | strawberry/cli/dev_server.py:25:39 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-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 | call-top-callable | strawberry/cli/utils/__init__.py:23:29 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| 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-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-type-ignore-comment | strawberry/codemods/annotated_unions.py:109:39 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/codemods/annotated_unions.py:110:40 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/codemods/annotated_unions.py:116:75 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/codemods/annotated_unions.py:124:37 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/codemods/annotated_unions.py:130:36 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-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/replace_scalar_wrappers.py:3:8 | Cannot resolve imported module `libcst` |
| strawberry | unresolved-import | strawberry/codemods/replace_scalar_wrappers.py:4:8 | Cannot resolve imported module `libcst.matchers` |
| strawberry | unresolved-import | strawberry/codemods/replace_scalar_wrappers.py:5:6 | Cannot resolve imported module `libcst.codemod` |
| strawberry | unresolved-import | strawberry/codemods/replace_scalar_wrappers.py:6: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@_wrap` 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:10:6 | Cannot resolve imported module `asgiref.sync` |
| strawberry | unresolved-import | strawberry/django/views.py:11:6 | Cannot resolve imported module `cross_web` |
| strawberry | unresolved-import | strawberry/django/views.py:16:6 | Cannot resolve imported module `django.core.serializers.json` |
| strawberry | unresolved-import | strawberry/django/views.py:17:6 | Cannot resolve imported module `django.http` |
| strawberry | unresolved-import | strawberry/django/views.py:24:6 | Cannot resolve imported module `django.http.response` |
| strawberry | unresolved-import | strawberry/django/views.py:25:6 | Cannot resolve imported module `django.template.exceptions` |
| strawberry | unresolved-import | strawberry/django/views.py:26:6 | Cannot resolve imported module `django.template.loader` |
| strawberry | unresolved-import | strawberry/django/views.py:27:6 | Cannot resolve imported module `django.utils.decorators` |
| strawberry | unresolved-import | strawberry/django/views.py:28:6 | Cannot resolve imported module `django.views.generic` |
| strawberry | unresolved-import | strawberry/django/views.py:42: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 | unresolved-attribute | strawberry/exceptions/invalid_union_type.py:41:25 | Attribute `__name__` is not defined on `(Any, /) -> Any` in union `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-type-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-type-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:26:14 | Cannot resolve imported module `pydantic.v1` |
| strawberry | unresolved-import | strawberry/experimental/pydantic/_compat.py:124:12 | Cannot resolve imported module `pydantic_core` |
| strawberry | unresolved-import | strawberry/experimental/pydantic/_compat.py:145:14 | Cannot resolve imported module `pydantic_core` |
| strawberry | unused-type-ignore-comment | strawberry/experimental/pydantic/_compat.py:185:57 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/experimental/pydantic/_compat.py:230:55 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/experimental/pydantic/_compat.py:303:48 | Unused blanket `type: ignore` directive |
| strawberry | unresolved-import | strawberry/experimental/pydantic/_compat.py:319: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 | unresolved-attribute | strawberry/experimental/pydantic/conversion.py:63:21 | Attribute `_strawberry_type` is not defined on `<class 'NoneType'>` in union `type[Unknown] | <class 'NoneType'>` |
| strawberry | call-non-callable | strawberry/experimental/pydantic/conversion.py:117: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:32:10 | Cannot resolve imported module `pydantic` |
| strawberry | invalid-type-form | strawberry/experimental/pydantic/error_type.py:57:36 | Variable of type `list[Any]` is not allowed in a type expression |
| strawberry | invalid-assignment | strawberry/experimental/pydantic/error_type.py:97:70 | Object of type `list[tuple[str, Any, Field[Unknown]] | tuple[Any, <class 'NoneType'> | type[list[Unknown]] | Any, dataclasses.Field[None]]]` is not assignable to `list[tuple[str, Any, Field[Unknown]]]` |
| strawberry | unused-type-ignore-comment | strawberry/experimental/pydantic/error_type.py:101:51 | Unused blanket `type: ignore` directive |
| strawberry | invalid-argument-type | strawberry/experimental/pydantic/error_type.py:107:73 | Argument to function `_wrap_dataclass` is incorrect: Argument type `object` does not satisfy upper bound `type` of type variable `T` |
| strawberry | unused-type-ignore-comment | strawberry/experimental/pydantic/error_type.py:139: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 | unused-type-ignore-comment | strawberry/experimental/pydantic/object_type.py:219:23 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/experimental/pydantic/object_type.py:275:49 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/experimental/pydantic/object_type.py:277:43 | Unused blanket `type: ignore` directive |
| strawberry | unresolved-attribute | strawberry/experimental/pydantic/object_type.py:278:9 | Unresolved attribute `_pydantic_type` on type `type` |
| strawberry | unresolved-attribute | strawberry/experimental/pydantic/object_type.py:300:13 | Unresolved attribute `from_pydantic` on type `type` |
| strawberry | unresolved-attribute | strawberry/experimental/pydantic/object_type.py:302:13 | Unresolved attribute `to_pydantic` on type `type` |
| strawberry | unresolved-import | strawberry/experimental/pydantic/utils.py:32:10 | Cannot resolve imported module `pydantic` |
| strawberry | unresolved-import | strawberry/experimental/pydantic/utils.py:33:10 | Cannot resolve imported module `pydantic.typing` |
| strawberry | unused-type-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:5:6 | Cannot resolve imported module `mypy.plugin` |
| strawberry | unused-type-ignore-comment | strawberry/extensions/base_extension.py:30:24 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/extensions/base_extension.py:36:23 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/extensions/base_extension.py:42:20 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/extensions/base_extension.py:48:22 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/extensions/context.py:96:37 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-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:12:6 | Cannot resolve imported module `cross_web` |
| 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 `starlette` |
| strawberry | unresolved-import | strawberry/fastapi/router.py:18:6 | Cannot resolve imported module `starlette.background` |
| strawberry | unresolved-import | strawberry/fastapi/router.py:19:6 | Cannot resolve imported module `starlette.requests` |
| strawberry | unresolved-import | strawberry/fastapi/router.py:20:6 | Cannot resolve imported module `starlette.responses` |
| strawberry | unresolved-import | strawberry/fastapi/router.py:27:6 | Cannot resolve imported module `starlette.websockets` |
| strawberry | unresolved-import | strawberry/fastapi/router.py:45:10 | Cannot resolve imported module `starlette.routing` |
| strawberry | unresolved-import | strawberry/fastapi/router.py:46:10 | Cannot resolve imported module `starlette.types` |
| strawberry | unused-type-ignore-comment | strawberry/fastapi/router.py:62:53 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/fastapi/router.py:78:41 | Unused blanket `type: ignore` directive |
| strawberry | unresolved-import | strawberry/federation/enum.py:15:10 | Cannot resolve imported module `strawberry.enum` |
| strawberry | unused-type-ignore-comment | strawberry/federation/field.py:116:29 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/federation/field.py:124:21 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/federation/object_type.py:48:24 | Unused blanket `type: ignore` directive |
| strawberry | invalid-argument-type | strawberry/federation/object_type.py:49: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:83:17 | Object of type `list[type | <NewType pseudo-class 'FederationAny'>]` is not assignable to `Iterable[type]` |
| strawberry | unused-type-ignore-comment | strawberry/federation/schema.py:162:37 | Unused blanket `type: ignore` directive |
| strawberry | invalid-argument-type | strawberry/federation/schema.py:209:50 | Argument expression after ** must be a mapping type: Found `FederationAny` |
| strawberry | unresolved-import | strawberry/flask/views.py:9:6 | Cannot resolve imported module `cross_web` |
| strawberry | unresolved-import | strawberry/flask/views.py:15:6 | Cannot resolve imported module `flask` |
| strawberry | unresolved-import | strawberry/flask/views.py:16:6 | Cannot resolve imported module `flask.views` |
| strawberry | unresolved-import | strawberry/flask/views.py:22:10 | Cannot resolve imported module `flask.typing` |
| strawberry | unused-type-ignore-comment | strawberry/flask/views.py:83:63 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/flask/views.py:106: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:16:6 | Cannot resolve imported module `cross_web` |
| 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 | unresolved-import | strawberry/http/base.py:6:6 | Cannot resolve imported module `cross_web` |
| strawberry | unresolved-import | strawberry/http/sync_base_view.py:9:6 | Cannot resolve imported module `cross_web` |
| strawberry | invalid-argument-type | strawberry/http/sync_base_view.py:99:21 | Argument to bound method `execute_single` is incorrect: Expected `GraphQLRequestData`, found `object` |
| strawberry | invalid-argument-type | strawberry/http/sync_base_view.py:266:38 | Argument to bound method `process_result` is incorrect: Expected `ExecutionResult`, found `object` |
| strawberry | unresolved-attribute | strawberry/http/sync_base_view.py:268:20 | Object of type `object` has no attribute `errors` |
| strawberry | unresolved-attribute | strawberry/http/sync_base_view.py:269:41 | Object of type `object` has no attribute `errors` |
| strawberry | unresolved-import | strawberry/litestar/controller.py:16:6 | Cannot resolve imported module `cross_web` |
| strawberry | unresolved-import | strawberry/litestar/controller.py:17:6 | Cannot resolve imported module `litestar` |
| strawberry | unresolved-import | strawberry/litestar/controller.py:27:6 | Cannot resolve imported module `litestar.background_tasks` |
| strawberry | unresolved-import | strawberry/litestar/controller.py:28:6 | Cannot resolve imported module `litestar.di` |
| strawberry | unresolved-import | strawberry/litestar/controller.py:29:6 | Cannot resolve imported module `litestar.exceptions` |
| strawberry | unresolved-import | strawberry/litestar/controller.py:34:6 | Cannot resolve imported module `litestar.response.streaming` |
| strawberry | unresolved-import | strawberry/litestar/controller.py:35:6 | Cannot resolve imported module `litestar.status_codes` |
| strawberry | unresolved-import | strawberry/litestar/controller.py:36:6 | Cannot resolve imported module `msgspec` |
| strawberry | unresolved-import | strawberry/litestar/controller.py:60:10 | Cannot resolve imported module `litestar.types` |
| strawberry | unused-type-ignore-comment | strawberry/litestar/controller.py:206:47 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/litestar/controller.py:215:57 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/litestar/controller.py:407:51 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/printer/printer.py:105:60 | Unused blanket `type: ignore` directive |
| strawberry | unresolved-import | strawberry/quart/views.py:7:6 | Cannot resolve imported module `cross_web` |
| strawberry | unresolved-import | strawberry/quart/views.py:8:6 | Cannot resolve imported module `quart` |
| strawberry | unresolved-import | strawberry/quart/views.py:9:6 | Cannot resolve imported module `quart.ctx` |
| strawberry | unresolved-import | strawberry/quart/views.py:10:6 | Cannot resolve imported module `quart.views` |
| strawberry | unresolved-import | strawberry/quart/views.py:26:10 | Cannot resolve imported module `quart.typing` |
| strawberry | unused-type-ignore-comment | strawberry/quart/views.py:63:65 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/quart/views.py:81:54 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/quart/views.py:151:16 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/relay/fields.py:64:55 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/relay/fields.py:190: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] | AsyncIterator[Unknown]` |
| strawberry | unused-type-ignore-comment | strawberry/relay/types.py:846:48 | Unused blanket `type: ignore` directive |
| strawberry | unresolved-import | strawberry/sanic/context.py:3:6 | Cannot resolve imported module `sanic.request` |
| strawberry | unresolved-import | strawberry/sanic/utils.py:6:10 | Cannot resolve imported module `sanic.request` |
| strawberry | unresolved-import | strawberry/sanic/views.py:8:6 | Cannot resolve imported module `cross_web` |
| strawberry | unresolved-import | strawberry/sanic/views.py:9:6 | Cannot resolve imported module `sanic.request` |
| strawberry | unresolved-import | strawberry/sanic/views.py:10:6 | Cannot resolve imported module `sanic.response` |
| strawberry | unresolved-import | strawberry/sanic/views.py:11:6 | Cannot resolve imported module `sanic.views` |
| strawberry | unused-type-ignore-comment | strawberry/sanic/views.py:147:22 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-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-type-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-type-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-type-ignore-comment | strawberry/schema/_graphql_core.py:35:44 | Unused blanket `type: ignore` directive |
| strawberry | invalid-assignment | strawberry/schema/config.py:39:38 | Object of type `None` is not assignable to `bool` |
| strawberry | unresolved-attribute | strawberry/schema/name_converter.py:168:20 | Object of type `object` has no attribute `name` |
| strawberry | unused-type-ignore-comment | strawberry/schema/name_converter.py:176:41 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/schema/schema.py:328:76 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/schema/schema.py:337:41 | Unused blanket `type: ignore` directive |
| strawberry | invalid-return-type | strawberry/schema/schema.py:545:20 | Return type does not match returned value: expected `ExecutionResult`, found `Unknown | None` |
| strawberry | unused-type-ignore-comment | strawberry/schema/schema.py:772:89 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/schema/schema.py:778:74 | Unused blanket `type: ignore` directive |
| strawberry | invalid-assignment | strawberry/schema/schema.py:840: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:867:45 | Argument is incorrect: Expected `_T@aclosing`, found `AsyncIterator[ExecutionResult] & ~ExecutionResult` |
| strawberry | invalid-argument-type | strawberry/schema/schema_converter.py:809:37 | Argument to bound method `from_scalar` is incorrect: Expected `type`, found `<NewType pseudo-class 'ID'>` |
| strawberry | unresolved-import | strawberry/schema_codegen/__init__.py:10:8 | Cannot resolve imported module `libcst` |
| strawberry | invalid-argument-type | strawberry/schema_codegen/__init__.py:394:37 | Argument to function `_get_argument_value` is incorrect: Expected `IntValueNode | FloatValueNode | StringValueNode | ... omitted 5 union elements`, found `ValueNode` |
| strawberry | unused-type-ignore-comment | strawberry/schema_codegen/__init__.py:928:37 | Unused blanket `type: ignore` directive |
| 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: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-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 | unused-type-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 | invalid-type-form | strawberry/types/arguments.py:124:40 | Variable of type `property` is not allowed in a type expression |
| strawberry | invalid-type-form | strawberry/types/base.py:208:32 | `ClassVar` cannot contain type variables |
| strawberry | unused-type-ignore-comment | strawberry/types/enum.py:122:23 | Unused blanket `type: ignore` directive |
| strawberry | unresolved-attribute | strawberry/types/enum.py:124:22 | Object of type `EnumType'instance@_process_enum` has no attribute `value` |
| strawberry | unresolved-attribute | strawberry/types/enum.py:125:21 | Object of type `EnumType'instance@_process_enum` has no attribute `name` |
| strawberry | invalid-assignment | strawberry/types/enum.py:137: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 | invalid-type-form | strawberry/types/field.py:88:17 | Variable of type `property` is not allowed in a type expression |
| strawberry | call-top-callable | strawberry/types/field.py:143:38 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| strawberry | unused-type-ignore-comment | strawberry/types/field.py:339:43 | Unused blanket `type: ignore` directive |
| strawberry | invalid-assignment | strawberry/types/field.py:349:28 | Object of type `StrawberryType | type` is not assignable to `StrawberryType | type[WithStrawberryDefinition[StrawberryObjectDefinition] | UNRESOLVED]` |
| strawberry | invalid-assignment | strawberry/types/fields/resolver.py:160:21 | Object of type `object` is not assignable to `type | str | ForwardRef` |
| strawberry | unused-type-ignore-comment | strawberry/types/fields/resolver.py:205:56 | Unused blanket `type: ignore` directive |
| strawberry | invalid-type-form | strawberry/types/fields/resolver.py:222:41 | Variable of type `property` is not allowed in a type expression |
| strawberry | call-top-callable | strawberry/types/fields/resolver.py:236:16 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| strawberry | invalid-type-form | strawberry/types/fields/resolver.py:355:40 | Variable of type `property` is not allowed in a type expression |
| strawberry | invalid-return-type | strawberry/types/fields/resolver.py:417:20 | Return type does not match returned value: expected `(...) -> T@StrawberryResolver`, found `Top[(...) -> object]` |
| strawberry | unused-type-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-type-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-type-ignore-comment | strawberry/types/mutation.py:330:29 | Unused blanket `type: ignore` directive |
| strawberry | invalid-argument-type | strawberry/types/object_type.py:143:13 | Argument to bound method `__init__` is incorrect: Expected `type[type]`, found `T@_process_type` |
| strawberry | parameter-already-assigned | strawberry/types/object_type.py:143: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-type-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-type-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-type-ignore-comment | strawberry/types/scalar.py:53:49 | Unused blanket `type: ignore` directive |
| strawberry | unused-type-ignore-comment | strawberry/types/scalar.py:93:49 | Unused blanket `type: ignore` directive |
| strawberry | parameter-already-assigned | strawberry/types/type_resolver.py:43:68 | Multiple values provided for parameter `cls` of function `__new__` |
| strawberry | unused-type-ignore-comment | strawberry/types/type_resolver.py:128:44 | Unused blanket `type: ignore` directive |
| strawberry | parameter-already-assigned | strawberry/types/type_resolver.py:140:69 | Multiple values provided for parameter `cls` of function `__new__` |
| strawberry | invalid-return-type | strawberry/utils/await_maybe.py:13:16 | Return type does not match returned value: expected `T@await_maybe`, found `object` |
| strawberry | unused-type-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 | deprecated | strawberry/utils/typing.py:250: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:354:12 | Return type does not match returned value: expected `type`, found `Unknown | <special-form 'typing.Union'>` |
| svcs | unused-ignore-comment | src/svcs/_core.py:483:48 | Unused `ty: 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-type-ignore-comment | src/svcs/aiohttp.py:36:44 | Unused blanket `type: ignore` directive |
| svcs | unused-type-ignore-comment | src/svcs/aiohttp.py:46:45 | Unused blanket `type: ignore` directive |
| svcs | unused-type-ignore-comment | src/svcs/aiohttp.py:82:40 | Unused blanket `type: ignore` directive |
| svcs | unused-type-ignore-comment | src/svcs/flask.py:41:17 | Unused blanket `type: ignore` directive |
| svcs | unused-type-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 |
| svcs | unused-type-ignore-comment | src/svcs/starlette.py:41:52 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-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-type-ignore-comment | sphinx/builders/__init__.py:683:34 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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 | unresolved-attribute | sphinx/builders/gettext.py:267:32 | Attribute `extract_translations` is not defined on `SandboxedEnvironment` in union `Unknown | SandboxedEnvironment` |
| sphinx | unused-type-ignore-comment | sphinx/builders/html/__init__.py:95:57 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/builders/html/__init__.py:419:71 | Unused blanket `type: ignore` directive |
| sphinx | not-subscriptable | sphinx/builders/html/__init__.py:569:20 | Cannot subscript object of type `None` with no `__getitem__` method |
| sphinx | not-subscriptable | sphinx/builders/html/__init__.py:569:20 | Cannot subscript object of type `bool` with no `__getitem__` method |
| sphinx | unresolved-attribute | sphinx/builders/html/__init__.py:578:17 | Attribute `append` is not defined on `str`, `tuple[int, int, int, str, int]` in union `Unknown | str | list[_JavaScript] | ... omitted 5 union elements` |
| sphinx | unresolved-attribute | sphinx/builders/html/__init__.py:587:17 | Attribute `append` is not defined on `str`, `tuple[int, int, int, str, int]` in union `Unknown | str | list[_JavaScript] | ... omitted 5 union elements` |
| sphinx | unused-type-ignore-comment | sphinx/builders/html/__init__.py:658:75 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/builders/html/_build_info.py:63:50 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/builders/latex/__init__.py:171:47 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/builders/latex/__init__.py:340:90 | Unused blanket `type: ignore` directive |
| sphinx | not-subscriptable | sphinx/builders/latex/transforms.py:118:22 | Cannot subscript object of type `Node` with no `__getitem__` method |
| sphinx | unused-type-ignore-comment | sphinx/builders/manpage.py:102:86 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/builders/singlehtml.py:39:54 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/builders/texinfo.py:91:47 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/builders/texinfo.py:125:85 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/builders/text.py:63:74 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-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-type-ignore-comment | sphinx/config.py:243:75 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/config.py:708:53 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/config.py:739:49 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/directives/__init__.py:218:56 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/directives/__init__.py:305:31 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/directives/__init__.py:333:43 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/directives/__init__.py:338:47 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-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-type-ignore-comment | sphinx/domains/_domains_container.py:81:36 | Unused blanket `type: ignore` directive |
| sphinx | unresolved-attribute | sphinx/domains/c/__init__.py:153:22 | Attribute `clone` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| sphinx | unresolved-attribute | sphinx/domains/c/__init__.py:178:16 | Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/c/__init__.py:557:13 | Attribute `describe_signature` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| 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 | unresolved-attribute | sphinx/domains/c/_ast.py:837:16 | Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/c/_ast.py:837:16 | Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| sphinx | unresolved-attribute | sphinx/domains/c/_ast.py:852:13 | Attribute `describe_signature` is not defined on `None` in union `Unknown | ASTTypeWithInit | None` |
| sphinx | unresolved-attribute | sphinx/domains/c/_ast.py:1673:13 | Attribute `describe_signature` is not defined on `None` in union `Unknown | ASTNestedName | None` |
| sphinx | unresolved-attribute | sphinx/domains/c/_ast.py:1909:20 | Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| sphinx | unresolved-attribute | sphinx/domains/c/_parser.py:153:22 | Attribute `group` is not defined on `None` in union `Match[str] | None` |
| sphinx | unresolved-attribute | sphinx/domains/c/_parser.py:154:20 | Attribute `group` is not defined on `None` in union `Match[str] | None` |
| sphinx | unresolved-attribute | sphinx/domains/c/_symbol.py:146:16 | Attribute `name` is not defined on `None` in union `Unknown | ASTIdentifier | None` |
| sphinx | unresolved-attribute | sphinx/domains/c/_symbol.py:153:12 | Attribute `is_anonymous` is not defined on `None` in union `Unknown | ASTIdentifier | None` |
| sphinx | unresolved-attribute | sphinx/domains/c/_symbol.py:157:16 | Attribute `name` is not defined on `None` in union `Unknown | ASTIdentifier | None` |
| sphinx | unresolved-attribute | sphinx/domains/c/_symbol.py:161:12 | Attribute `is_anonymous` is not defined on `None` in union `Unknown | ASTIdentifier | None` |
| sphinx | unresolved-attribute | sphinx/domains/c/_symbol.py:554:26 | Attribute `name` is not defined on `None` in union `Unknown | ASTIdentifier | None` |
| sphinx | unused-type-ignore-comment | sphinx/domains/changeset.py:146:25 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/domains/citation.py:82:79 | Unused blanket `type: ignore` directive |
| sphinx | unresolved-attribute | sphinx/domains/cpp/__init__.py:214:22 | Attribute `clone` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/__init__.py:250:16 | Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/__init__.py:253:13 | Attribute `parent` is not defined on `None` in union `Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/__init__.py:281:31 | Attribute `docname` is not defined on `None` in union `Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/__init__.py:427:13 | Attribute `_stringify` is not defined on `None` in union `Unknown | ASTIdentifier | ASTOperator | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/__init__.py:675:13 | Attribute `describe_signature` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| 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 | unresolved-attribute | sphinx/domains/cpp/_ast.py:316:20 | Attribute `templatePrefix` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:317:39 | Attribute `templatePrefix` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:2041:20 | Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:2041:20 | Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:3397:25 | Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:3407:32 | Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:3424:28 | Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:3427:29 | Attribute `declaration` is not defined on `None` in union `Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:3427:29 | Attribute `templatePrefix` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:3438:28 | Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:3507:20 | Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:3507:20 | Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:3557:17 | Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:3561:16 | Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:3596:16 | Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:3648:16 | Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:4054:20 | Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:4054:20 | Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:4103:20 | Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:4103:20 | Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:4164:20 | Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:4164:20 | Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:4315:20 | Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:4315:20 | Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:4587:24 | Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_ast.py:4591:20 | Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_symbol.py:324:20 | Attribute `is_anon` is not defined on `None` in union `Unknown | ASTIdentifier | ASTOperator | None` |
| sphinx | unused-type-ignore-comment | sphinx/domains/cpp/_symbol.py:661:38 | Unused blanket `type: ignore` directive |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_symbol.py:962:45 | Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None` |
| sphinx | unresolved-attribute | sphinx/domains/cpp/_symbol.py:963:47 | Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None` |
| sphinx | unused-type-ignore-comment | sphinx/domains/python/_annotations.py:197:72 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/domains/python/_annotations.py:289:58 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/domains/python/_annotations.py:291:64 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/domains/python/_annotations.py:321:49 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/domains/python/_annotations.py:434:74 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/domains/python/_annotations.py:498:64 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/domains/python/_annotations.py:588:72 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/domains/python/_object.py:91:58 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/domains/python/_object.py:97:54 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/domains/python/_object.py:132:80 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/domains/python/_object.py:440:72 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/domains/std/__init__.py:296:54 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/domains/std/__init__.py:322:53 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/domains/std/__init__.py:768:30 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-ignore-comment | sphinx/environment/__init__.py:119:37 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/environment/adapters/toctree.py:261:59 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/environment/adapters/toctree.py:272:53 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/environment/adapters/toctree.py:511:41 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/environment/collectors/metadata.py:40:81 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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` |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_directive.py:68:51 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_directive.py:109:55 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_directive_options.py:344:56 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_directive_options.py:349: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-type-ignore-comment | sphinx/ext/autodoc/_dynamic/_importer.py:238:42 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_dynamic/_importer.py:247:43 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_dynamic/_loader.py:237:32 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_dynamic/_loader.py:260:32 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_dynamic/_loader.py:315:30 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_dynamic/_loader.py:317:30 | Unused blanket `type: ignore` directive |
| sphinx | unresolved-attribute | sphinx/ext/autodoc/_dynamic/_member_finder.py:244:17 | Attribute `all` is not defined on `_ClassDefProperties` in union `_ModuleProperties | _ClassDefProperties` |
| sphinx | unresolved-attribute | sphinx/ext/autodoc/_dynamic/_member_finder.py:246:40 | Attribute `all` is not defined on `_ClassDefProperties` in union `_ModuleProperties | _ClassDefProperties` |
| sphinx | unused-type-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-type-ignore-comment | sphinx/ext/autodoc/_dynamic/_preserve_defaults.py:136:51 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_dynamic/_signatures.py:622:19 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-ignore-comment | sphinx/ext/autodoc/_legacy_class_based/_documenters.py:1251:76 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_legacy_class_based/_documenters.py:1381:23 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_legacy_class_based/_documenters.py:1427:73 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_legacy_class_based/_documenters.py:2166:73 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_legacy_class_based/_documenters.py:2189:37 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_legacy_class_based/_documenters.py:2193:37 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-ignore-comment | sphinx/ext/autodoc/_legacy_class_based/_documenters.py:2647:29 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/autodoc/_legacy_class_based/_documenters.py:2823:80 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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 | unresolved-attribute | sphinx/ext/autosummary/generate.py:655:12 | Attribute `path` is not defined on `Buffer` in union `AutosummaryEntry | Buffer` |
| sphinx | unresolved-attribute | sphinx/ext/autosummary/generate.py:660:35 | Attribute `path` is not defined on `Buffer` in union `AutosummaryEntry | Buffer` |
| sphinx | unresolved-attribute | sphinx/ext/autosummary/generate.py:664:57 | Attribute `name` is not defined on `Buffer` in union `AutosummaryEntry | Buffer` |
| sphinx | unresolved-attribute | sphinx/ext/autosummary/generate.py:669:66 | Attribute `name` is not defined on `Buffer` in union `AutosummaryEntry | Buffer` |
| sphinx | unresolved-attribute | sphinx/ext/autosummary/generate.py:680:21 | Attribute `name` is not defined on `Buffer` in union `AutosummaryEntry | Buffer` |
| sphinx | unresolved-attribute | sphinx/ext/autosummary/generate.py:692:13 | Attribute `template` is not defined on `Buffer` in union `AutosummaryEntry | Buffer` |
| sphinx | unresolved-attribute | sphinx/ext/autosummary/generate.py:694:13 | Attribute `recursive` is not defined on `Buffer` in union `AutosummaryEntry | Buffer` |
| sphinx | unused-type-ignore-comment | sphinx/ext/autosummary/generate.py:962:49 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-ignore-comment | sphinx/ext/doctest.py:258:21 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/doctest.py:394:63 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/doctest.py:443:37 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/doctest.py:446:73 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/doctest.py:452:59 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/doctest.py:458:60 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/doctest.py:460:38 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/doctest.py:461:47 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/doctest.py:463:90 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/duration.py:60:28 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-ignore-comment | sphinx/ext/inheritance_diagram.py:424:57 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/napoleon/__init__.py:489:30 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/napoleon/docstring.py:346:38 | Unused blanket `type: ignore` directive |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:501:22 | Attribute `napoleon_preprocess_types` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:504:30 | Attribute `napoleon_type_aliases` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:552:47 | Attribute `napoleon_preprocess_types` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:555:34 | Attribute `napoleon_type_aliases` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:808:12 | Attribute `napoleon_custom_sections` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:809:26 | Attribute `napoleon_custom_sections` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:879:16 | Attribute `napoleon_use_ivar` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:896:12 | Attribute `napoleon_use_ivar` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:905:26 | Attribute `napoleon_use_admonition_for_examples` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:942:12 | Attribute `napoleon_use_keyword` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:961:26 | Attribute `napoleon_use_admonition_for_notes` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:965:12 | Attribute `napoleon_use_param` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:974:12 | Attribute `napoleon_use_param` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:1001:12 | Attribute `napoleon_use_param` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:1010:26 | Attribute `napoleon_use_admonition_for_references` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:1016:41 | Attribute `napoleon_use_rtype` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:1089:12 | Attribute `napoleon_attr_annotations` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:1248:12 | Attribute `napoleon_preprocess_types` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:1251:30 | Attribute `napoleon_type_aliases` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unresolved-attribute | sphinx/ext/napoleon/docstring.py:1370:28 | Attribute `napoleon_type_aliases` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config` |
| sphinx | unused-type-ignore-comment | sphinx/ext/viewcode.py:118:37 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/ext/viewcode.py:188:37 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-ignore-comment | sphinx/highlighting.py:39:71 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/io.py:35:45 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/io.py:95:25 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/io.py:119:45 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/jinja2glue.py:215:71 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-ignore-comment | sphinx/pycode/parser.py:359:75 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/pycode/parser.py:502:39 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-ignore-comment | sphinx/roles.py:635:78 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/roles.py:636:52 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/roles.py:639:52 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-ignore-comment | sphinx/search/__init__.py:254:86 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/search/__init__.py:306:91 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-ignore-comment | sphinx/transforms/__init__.py:403:22 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/transforms/i18n.py:109:55 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/transforms/i18n.py:462:29 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/transforms/i18n.py:483:37 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-ignore-comment | sphinx/transforms/i18n.py:561:29 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/transforms/i18n.py:570:44 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/transforms/i18n.py:686:74 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-ignore-comment | sphinx/util/_pathlib.py:41:23 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/_pathlib.py:96:23 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/display.py:91:63 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docfields.py:93:59 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docfields.py:111:63 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docfields.py:218:36 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docfields.py:290:36 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docfields.py:504:29 | Unused blanket `type: ignore` directive |
| sphinx | unused-ignore-comment | sphinx/util/docutils.py:53:93 | Unused `ty: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docutils.py:132:44 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docutils.py:183:65 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docutils.py:209:77 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docutils.py:269:48 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docutils.py:270:33 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docutils.py:273:53 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docutils.py:293:31 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docutils.py:436:57 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docutils.py:439:69 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docutils.py:441:86 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docutils.py:446:57 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docutils.py:473:37 | Unused blanket `type: ignore` directive |
| sphinx | unresolved-attribute | sphinx/util/docutils.py:688:24 | Object of type `Reporter` has no attribute `get_source_and_line` |
| sphinx | unused-type-ignore-comment | sphinx/util/docutils.py:884:56 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docutils.py:889:42 | Unused blanket `type: ignore` directive |
| sphinx | unused-ignore-comment | sphinx/util/docutils.py:921:95 | Unused `ty: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/docutils.py:933:47 | Unused blanket `type: ignore` directive |
| sphinx | unused-ignore-comment | sphinx/util/docutils.py:945: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-type-ignore-comment | sphinx/util/inspect.py:529:62 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/inspect.py:718:27 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/inspect.py:739:71 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/inspect.py:742:27 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/inspect.py:748:67 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/logging.py:120:31 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/logging.py:134:15 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/logging.py:146:89 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/logging.py:157:19 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/logging.py:502:64 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/logging.py:505:53 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-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-type-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-type-ignore-comment | sphinx/util/nodes.py:341:36 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-ignore-comment | sphinx/util/nodes.py:687:27 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/nodes.py:766:46 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-ignore-comment | sphinx/util/requests.py:84:19 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/rst.py:69:68 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/rst.py:71:50 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/typing.py:308:83 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/typing.py:322:82 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/util/typing.py:368:67 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/versioning.py:44:33 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/versioning.py:73:41 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/versioning.py:77:68 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/versioning.py:79:42 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/versioning.py:90:68 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/versioning.py:92:42 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/versioning.py:105:42 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/versioning.py:107:41 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/versioning.py:112:37 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/html5.py:355:65 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/html5.py:390:32 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/html5.py:666:41 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/html5.py:745:69 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/html5.py:755:69 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/html5.py:935:69 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/html5.py:963:78 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/html5.py:998:54 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/html5.py:1004:54 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/html5.py:1013:54 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-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-type-ignore-comment | sphinx/writers/latex.py:75:37 | Unused blanket `type: ignore` directive |
| sphinx | not-subscriptable | sphinx/writers/latex.py:2137:29 | Cannot subscript object of type `Sized` with no `__getitem__` method |
| sphinx | unused-type-ignore-comment | sphinx/writers/latex.py:2427:44 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/latex.py:2459:44 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/latex.py:2464:44 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/manpage.py:140:48 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/manpage.py:248:54 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/manpage.py:304:32 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/texinfo.py:108:39 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/texinfo.py:295:55 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/text.py:397:36 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/text.py:478:40 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/text.py:481:61 | Unused blanket `type: ignore` directive |
| sphinx | unused-type-ignore-comment | sphinx/writers/xml.py:35:81 | Unused blanket `type: ignore` directive |
| sphinx | unknown-rule | ty.toml:25:1 | Unknown rule `non-subscriptable`. Did you mean `not-subscriptable`? |
| 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-type-ignore-comment | tornado/concurrent.py:57:18 | Unused blanket `type: ignore` directive |
| tornado | unresolved-attribute | tornado/curl_httpclient.py:89:9 | Attribute `stop` is not defined on `None` in union `Unknown | PeriodicCallback | None` |
| tornado | unresolved-attribute | tornado/curl_httpclient.py:94:9 | Attribute `close` is not defined on `None` in union `Unknown | CurlMulti | None` |
| tornado | unused-type-ignore-comment | tornado/curl_httpclient.py:100:46 | Unused blanket `type: ignore` directive |
| tornado | unresolved-attribute | tornado/curl_httpclient.py:158:36 | Attribute `socket_action` is not defined on `None` in union `Unknown | CurlMulti | None` |
| tornado | unresolved-attribute | tornado/curl_httpclient.py:170:36 | Attribute `socket_action` is not defined on `None` in union `Unknown | CurlMulti | None` |
| tornado | unresolved-attribute | tornado/curl_httpclient.py:190:23 | Attribute `timeout` is not defined on `None` in union `Unknown | CurlMulti | None` |
| tornado | unresolved-attribute | tornado/curl_httpclient.py:200:36 | Attribute `socket_all` is not defined on `None` in union `Unknown | CurlMulti | None` |
| tornado | unresolved-attribute | tornado/curl_httpclient.py:212:40 | Attribute `info_read` is not defined on `None` in union `Unknown | CurlMulti | None` |
| tornado | unused-type-ignore-comment | tornado/curl_httpclient.py:236:79 | Unused blanket `type: ignore` directive |
| tornado | unresolved-attribute | tornado/curl_httpclient.py:257:21 | Attribute `add_handle` is not defined on `None` in union `Unknown | CurlMulti | None` |
| tornado | unresolved-attribute | tornado/curl_httpclient.py:270:9 | Attribute `remove_handle` is not defined on `None` in union `Unknown | CurlMulti | None` |
| tornado | unused-type-ignore-comment | tornado/curl_httpclient.py:386:44 | Unused blanket `type: ignore` directive |
| tornado | call-top-callable | tornado/escape.py:352:28 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| tornado | unused-type-ignore-comment | tornado/gen.py:230:32 | Unused blanket `type: ignore` directive |
| 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-type-ignore-comment | tornado/gen.py:269:36 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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 `concurrent.futures._base.Future[Any] | _asyncio.Future[Any]`, found `Unknown | _asyncio.Future[_T@__init__] | None` |
| tornado | unused-type-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 `concurrent.futures._base.Future[Unknown] | _asyncio.Future[Unknown]`, found `Unknown | _asyncio.Future[_T@__init__] | None` |
| tornado | unused-type-ignore-comment | tornado/gen.py:816:48 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/gen.py:898:42 | Unused blanket `type: ignore` directive |
| tornado | invalid-assignment | tornado/gen.py:903:19 | Object of type `_SingleDispatchCallable[Future[Unknown]]` is not assignable to `def convert_yielded(yielded: None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]) -> Future[Unknown]` |
| tornado | unresolved-attribute | tornado/http1connection.py:191:29 | Attribute `read_until_regex` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | unresolved-attribute | tornado/http1connection.py:199:25 | Attribute `io_loop` is not defined on `None` in union `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 | unresolved-attribute | tornado/http1connection.py:299:23 | Attribute `write` is not defined on `None` in union `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-type-ignore-comment | tornado/http1connection.py:306:35 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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 | unresolved-attribute | tornado/http1connection.py:458:12 | Attribute `closed` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | unresolved-attribute | tornado/http1connection.py:467:35 | Attribute `write` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | unresolved-attribute | tornado/http1connection.py:476:17 | Attribute `close` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | unresolved-attribute | tornado/http1connection.py:495:12 | Attribute `closed` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | unresolved-attribute | tornado/http1connection.py:501:35 | Attribute `write` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | unresolved-attribute | tornado/http1connection.py:510:21 | Attribute `closed` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | unresolved-attribute | tornado/http1connection.py:512:13 | Attribute `close` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | unresolved-attribute | tornado/http1connection.py:518:20 | Attribute `closed` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | unresolved-attribute | tornado/http1connection.py:519:39 | Attribute `write` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | unresolved-attribute | tornado/http1connection.py:531:9 | Attribute `set_nodelay` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | unresolved-attribute | tornado/http1connection.py:544:13 | Attribute `io_loop` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | unresolved-attribute | tornado/http1connection.py:577:9 | Attribute `set_nodelay` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | redundant-cast | tornado/http1connection.py:621:16 | Value is already of type `int` |
| tornado | unresolved-attribute | tornado/http1connection.py:650:26 | Attribute `read_bytes` is not defined on `None` in union `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 | unresolved-attribute | tornado/http1connection.py:664:35 | Attribute `read_until` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | unresolved-attribute | tornado/http1connection.py:670:30 | Attribute `read_bytes` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | unresolved-attribute | tornado/http1connection.py:681:31 | Attribute `read_bytes` is not defined on `None` in union `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 | unresolved-attribute | tornado/http1connection.py:691:26 | Attribute `read_bytes` is not defined on `None` in union `Unknown | IOStream | None` |
| tornado | unresolved-attribute | tornado/http1connection.py:697:22 | Attribute `read_until_close` is not defined on `None` in union `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-type-ignore-comment | tornado/httpclient.py:206:52 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/httpclient.py:565:36 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/httputil.py:578:62 | Unused blanket `type: ignore` directive |
| tornado | unresolved-attribute | tornado/ioloop.py:532:24 | Attribute `cancel` is not defined on `bool` in union `(Unknown & ~None) | bool` |
| tornado | possibly-unresolved-reference | tornado/ioloop.py:538:33 | Name `timeout_handle` used when possibly not defined |
| 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-type-ignore-comment | tornado/iostream.py:67:28 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/iostream.py:68:31 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/iostream.py:69:33 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/iostream.py:70:30 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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 | unresolved-attribute | tornado/iostream.py:533:13 | Attribute `append` is not defined on `None` in union `Unknown | _StreamBuffer | None` |
| tornado | unused-type-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 | unresolved-attribute | tornado/iostream.py:962:46 | Attribute `peek` is not defined on `None` in union `Unknown | _StreamBuffer | None` |
| tornado | unresolved-attribute | tornado/iostream.py:965:17 | Attribute `advance` is not defined on `None` in union `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 | unresolved-attribute | tornado/iostream.py:1104:9 | Attribute `close` is not defined on `None` in union `Unknown | socket | None` |
| tornado | unused-type-ignore-comment | tornado/iostream.py:1105:29 | Unused blanket `type: ignore` directive |
| tornado | unresolved-attribute | tornado/iostream.py:1108:17 | Attribute `getsockopt` is not defined on `None` in union `Unknown | socket | None` |
| tornado | unresolved-attribute | tornado/iostream.py:1113:20 | Attribute `recv_into` is not defined on `None` in union `Unknown | socket | None` |
| tornado | unresolved-attribute | tornado/iostream.py:1177:13 | Attribute `connect` is not defined on `None` in union `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-type-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 | unresolved-attribute | tornado/iostream.py:1272:19 | Attribute `getsockopt` is not defined on `None` in union `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 | unresolved-attribute | tornado/iostream.py:1287:21 | Attribute `fileno` is not defined on `None` in union `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 `concurrent.futures._base.Future[Self@_handle_connect] | _asyncio.Future[Self@_handle_connect]`, found `(Unknown & ~None) | _asyncio.Future[IOStream]` |
| tornado | unresolved-attribute | tornado/iostream.py:1343:13 | Attribute `getpeername` is not defined on `None` in union `Unknown | None | socket` |
| tornado | unresolved-attribute | tornado/iostream.py:1363:13 | Attribute `do_handshake` is not defined on `None`, `socket` in union `Unknown | None | socket` |
| tornado | unresolved-attribute | tornado/iostream.py:1375:28 | Attribute `getpeername` is not defined on `None` in union `Unknown | None | socket` |
| tornado | unresolved-attribute | tornado/iostream.py:1379:47 | Attribute `fileno` is not defined on `None` in union `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 | unresolved-attribute | tornado/iostream.py:1542:24 | Attribute `recv_into` is not defined on `None` in union `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-type-ignore-comment | tornado/iostream.py:1593:45 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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-type-ignore-comment | tornado/netutil.py:118:35 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/netutil.py:403:21 | Unused blanket `type: ignore` directive |
| tornado | unresolved-attribute | tornado/netutil.py:476:13 | Attribute `shutdown` is not defined on `None` in union `Unknown | Executor | None` |
| tornado | unused-type-ignore-comment | tornado/netutil.py:477:31 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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-type-ignore-comment | tornado/platform/asyncio.py:110:76 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/platform/asyncio.py:352:42 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/platform/asyncio.py:408:67 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/platform/asyncio.py:412:55 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/process.py:58:51 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/process.py:211:20 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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 | unresolved-attribute | tornado/queues.py:310:16 | Attribute `popleft` is not defined on `None` in union `Unknown | None | deque[Unknown]` |
| tornado | unresolved-attribute | tornado/queues.py:313:9 | Attribute `append` is not defined on `None` in union `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-type-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 | unresolved-attribute | tornado/queues.py:419:9 | Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown] | deque[Unknown]` |
| tornado | unused-type-ignore-comment | tornado/queues.py:421:28 | Unused blanket `type: ignore` directive |
| tornado | unresolved-attribute | tornado/queues.py:422:16 | Attribute `pop` is not defined on `None` in union `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 `object` |
| tornado | invalid-argument-type | tornado/routing.py:355:55 | Argument to bound method `__init__` is incorrect: Expected `str | None`, found `object` |
| 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 | 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-type-ignore-comment | tornado/simple_httpclient.py:532:43 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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-type-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 | invalid-assignment | tornado/tcpclient.py:258:27 | Object of type `_ComplexLike` is not assignable to `int | float | timedelta | None` |
| 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 | invalid-argument-type | tornado/test/asyncio_test.py:90:44 | Argument to function `to_asyncio_future` is incorrect: Expected `Future[Unknown]`, found `CoroutineType[Any, Any, Unknown]` |
| tornado | unused-type-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-type-ignore-comment | tornado/test/asyncio_test.py:256:86 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/test/asyncio_test.py:266:86 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/test/asyncio_test.py:270:86 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/test/auth_test.py:44:45 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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 `list[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 `str | ((str, /) -> 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-type-ignore-comment | tornado/test/httpclient_test.py:124:72 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/test/httpclient_test.py:130:74 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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-type-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-type-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-type-ignore-comment | tornado/test/httpclient_test.py:906:43 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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-type-ignore-comment | tornado/test/httpserver_test.py:69:28 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/test/httpserver_test.py:126:64 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/test/httpserver_test.py:137:60 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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-type-ignore-comment | tornado/test/ioloop_test.py:54:40 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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 | unresolved-attribute | tornado/test/iostream_test.py:1128:34 | Attribute `cipher` is not defined on `None`, `socket` in union `Unknown | None | socket` |
| tornado | unused-type-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 | unresolved-attribute | tornado/test/netutil_test.py:35:26 | Attribute `resolve` is not defined on `None` in union `Unknown | None` |
| tornado | unresolved-attribute | tornado/test/netutil_test.py:55:19 | Attribute `resolve` is not defined on `None` in union `Unknown | None` |
| tornado | invalid-assignment | tornado/test/netutil_test.py:78:9 | Object of type `def _failing_getaddrinfo(*args) -> Unknown` is not assignable to attribute `getaddrinfo` of type `def getaddrinfo(host: bytes | str | None, port: bytes | str | int | None, family: int = 0, type: int = 0, proto: int = 0, flags: int = 0) -> list[tuple[AddressFamily, SocketKind, int, str, tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes]]]` |
| tornado | unresolved-attribute | tornado/test/netutil_test.py:100:24 | Attribute `resolve` is not defined on `None` in union `Unknown | None | OverrideResolver` |
| tornado | unresolved-attribute | tornado/test/netutil_test.py:103:24 | Attribute `resolve` is not defined on `None` in union `Unknown | None | OverrideResolver` |
| tornado | unresolved-attribute | tornado/test/netutil_test.py:116:9 | Attribute `close` is not defined on `None` in union `Unknown | None | ThreadedResolver` |
| tornado | invalid-assignment | tornado/test/netutil_test.py:125:9 | Object of type `def _failing_getaddrinfo(*args) -> Unknown` is not assignable to attribute `getaddrinfo` of type `def getaddrinfo(host: bytes | str | None, port: bytes | str | int | None, family: int = 0, type: int = 0, proto: int = 0, flags: int = 0) -> list[tuple[AddressFamily, SocketKind, int, str, tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes]]]` |
| tornado | unused-type-ignore-comment | tornado/test/runtests.py:84:37 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/test/runtests.py:90:42 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/test/runtests.py:186:35 | Unused blanket `type: ignore` directive |
| tornado | unresolved-attribute | tornado/test/simple_httpclient_test.py:265:25 | Attribute `url` is not defined on `None` in union `Unknown | None | HTTPRequest` |
| tornado | unresolved-attribute | tornado/test/simple_httpclient_test.py:285:29 | Attribute `url` is not defined on `None` in union `Unknown | None | HTTPRequest` |
| tornado | unresolved-attribute | tornado/test/simple_httpclient_test.py:288:38 | Attribute `method` is not defined on `None` in union `Unknown | None | HTTPRequest` |
| tornado | unused-type-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-type-ignore-comment | tornado/test/tcpserver_test.py:81:32 | Unused blanket `type: ignore` directive |
| tornado | unresolved-attribute | tornado/test/testing_test.py:105:26 | Attribute `url` is not defined on `None` in union `Unknown | None | HTTPRequest` |
| tornado | unresolved-attribute | tornado/test/testing_test.py:113:26 | Attribute `url` is not defined on `None` in union `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-type-ignore-comment | tornado/test/util.py:82:63 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/test/web_test.py:106:45 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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 | unresolved-attribute | tornado/test/web_test.py:259:25 | Attribute `done` is not defined on `None` in union `Unknown | None` |
| tornado | unresolved-attribute | tornado/test/web_test.py:264:25 | Attribute `done` is not defined on `None` in union `Unknown | None` |
| tornado | unused-type-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-type-ignore-comment | tornado/test/web_test.py:2241:55 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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-type-ignore-comment | tornado/test/web_test.py:2666:72 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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-type-ignore-comment | tornado/test/websocket_test.py:97:27 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/testing.py:173:53 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/testing.py:598:50 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/testing.py:860:58 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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 | Object of type `def _websocket_mask_python(mask: bytes, data: bytes) -> bytes` is not assignable to `def websocket_mask(mask: bytes, data: bytes) -> bytes` |
| tornado | unused-type-ignore-comment | tornado/web.py:242:36 | Unused blanket `type: ignore` directive |
| tornado | unresolved-attribute | tornado/web.py:329:20 | Attribute `done` is not defined on `None` in union `Unknown | None` |
| tornado | unresolved-attribute | tornado/web.py:330:17 | Attribute `set_exception` is not defined on `None` in union `Unknown | None` |
| tornado | unresolved-attribute | tornado/web.py:331:17 | Attribute `exception` is not defined on `None` in union `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-type-ignore-comment | tornado/web.py:1324:25 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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-type-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-type-ignore-comment | tornado/web.py:2024:19 | Unused blanket `type: ignore` directive |
| tornado | unresolved-attribute | tornado/web.py:2027:12 | Attribute `endswith` is not defined on `None` in union `Unknown | None | str` |
| tornado | unresolved-attribute | tornado/web.py:2029:23 | Attribute `rstrip` is not defined on `None` in union `Unknown | None | str` |
| tornado | unused-type-ignore-comment | tornado/web.py:2053:19 | Unused blanket `type: ignore` directive |
| tornado | unresolved-attribute | tornado/web.py:2056:16 | Attribute `endswith` is not defined on `None` in union `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-type-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 | unresolved-attribute | tornado/web.py:2460:13 | Attribute `append` is not defined on `None` in union `Unknown | list[Unknown] | None` |
| tornado | invalid-argument-type | tornado/web.py:2465:48 | Argument to function `future_set_result_unless_cancelled` is incorrect: Expected `concurrent.futures._base.Future[None] | _asyncio.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-type-ignore-comment | tornado/web.py:2476:33 | Unused blanket `type: ignore` directive |
| tornado | unused-type-ignore-comment | tornado/web.py:2680:74 | Unused blanket `type: ignore` directive |
| tornado | unresolved-attribute | tornado/web.py:2975:20 | Attribute `endswith` is not defined on `None` in union `Unknown | None | str` |
| tornado | unresolved-attribute | tornado/web.py:2976:20 | Attribute `startswith` is not defined on `None` in union `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-type-ignore-comment | tornado/web.py:3371:19 | Unused blanket `type: ignore` directive |
| tornado | unused-type-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 | unresolved-attribute | tornado/websocket.py:1086:16 | Attribute `write` is not defined on `None` in union `Unknown | None | IOStream` |
| tornado | unresolved-attribute | tornado/websocket.py:1137:22 | Attribute `read_bytes` is not defined on `None` in union `Unknown | None | IOStream` |
| tornado | invalid-argument-type | tornado/websocket.py:1220:51 | Argument to bound method `_handle_message` is incorrect: Expected `int`, found `Unknown | int | None` |
| tornado | unresolved-attribute | tornado/websocket.py:1278:20 | Attribute `closed` is not defined on `None` in union `Unknown | None | IOStream` |
| tornado | unresolved-attribute | tornado/websocket.py:1294:17 | Attribute `io_loop` is not defined on `None` in union `Unknown | None | IOStream` |
| tornado | unresolved-attribute | tornado/websocket.py:1296:13 | Attribute `close` is not defined on `None` in union `Unknown | None | IOStream` |
| tornado | unresolved-attribute | tornado/websocket.py:1300:29 | Attribute `io_loop` is not defined on `None` in union `Unknown | None | IOStream` |
| tornado | unresolved-attribute | tornado/websocket.py:1301:17 | Attribute `io_loop` is not defined on `None` in union `Unknown | None | IOStream` |
| tornado | unresolved-attribute | tornado/websocket.py:1314:16 | Attribute `closed` is not defined on `None` in union `Unknown | None | IOStream` |
| tornado | unresolved-attribute | tornado/websocket.py:1317:9 | Attribute `set_nodelay` is not defined on `None` in union `Unknown | None | IOStream` |
| tornado | unused-type-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-type-ignore-comment | tornado/websocket.py:1537:37 | Unused blanket `type: ignore` directive |
| tornado | unresolved-attribute | tornado/websocket.py:1623:16 | Attribute `selected_subprotocol` is not defined on `None` in union `Unknown | None | WebSocketProtocol` |
| tornado | no-matching-overload | tornado/wsgi.py:224:17 | No overload of function `url_unescape` matches arguments |
| 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-type-ignore-comment | src/trio/_channel.py:101:19 | Unused blanket `type: ignore` directive |
| trio | unused-type-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-type-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-type-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 | unused-type-ignore-comment | src/trio/_core/_local.py:54:33 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_local.py:57:39 | Unused blanket `type: ignore` directive |
| trio | unresolved-import | src/trio/_core/_run.py:31:6 | Cannot resolve imported module `sortedcontainers` |
| trio | unresolved-import | src/trio/_core/_run.py:126:10 | Cannot resolve imported module `hypothesis` |
| trio | unresolved-import | src/trio/_core/_run.py:135:14 | Cannot resolve imported module `hypothesis.internal.reflection` |
| trio | invalid-assignment | src/trio/_core/_run.py:143:9 | Object of type `def repr_callable[BaseExcT](fun: (BaseExcT, /) -> bool) -> str` is not assignable to attribute `repr_callable` of type `def repr_callable[BaseExcT_1](fun: (BaseExcT_1, /) -> bool) -> str` |
| trio | division-by-zero | src/trio/_core/_run.py:162:13 | Cannot divide object of type `Literal[1]` by zero |
| trio | possibly-unresolved-reference | src/trio/_core/_run.py:782:24 | Name `old_next_deadline` used when possibly not defined |
| trio | unused-type-ignore-comment | src/trio/_core/_run.py:1397:23 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_run.py:1497:45 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_run.py:1499:59 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_run.py:1517:59 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_run.py:1518:61 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_run.py:1520:36 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_run.py:1588:32 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_run.py:1744:20 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_run.py:1748:54 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_run.py:1750:80 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_run.py:1795:16 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_run.py:1803:69 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_run.py:1975:66 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_run.py:2256:56 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_run.py:2557:23 | Unused blanket `type: ignore` directive |
| trio | possibly-unresolved-reference | src/trio/_core/_run.py:2809:38 | Name `cushion` used when possibly not defined |
| trio | possibly-unresolved-reference | src/trio/_core/_run.py:2905:24 | Name `msg` used when possibly not defined |
| trio | possibly-unresolved-reference | src/trio/_core/_run.py:2907:31 | Name `msg` used when possibly not defined |
| trio | possibly-unresolved-reference | src/trio/_core/_run.py:2909:44 | Name `msg` used when possibly not defined |
| trio | possibly-unresolved-reference | src/trio/_core/_run.py:2915:31 | Name `msg` used when possibly not defined |
| trio | possibly-unresolved-reference | src/trio/_core/_run.py:2917:50 | Name `msg` used when possibly not defined |
| trio | possibly-unresolved-reference | src/trio/_core/_run.py:2920:77 | Name `msg` used when possibly not defined |
| trio | possibly-unresolved-reference | src/trio/_core/_run.py:2933:25 | Name `msg` used when possibly not defined |
| trio | unresolved-attribute | src/trio/_core/_tests/test_asyncgen.py:309:38 | Attribute `f_locals` is not defined on `None` in union `FrameType | None` |
| trio | unresolved-attribute | src/trio/_core/_tests/test_asyncgen.py:313:38 | Attribute `f_locals` is not defined on `None` in union `FrameType | None` |
| trio | subclass-of-final-class | src/trio/_core/_tests/test_cancelled.py:55:27 | Class `Subclass` cannot inherit from final class `Cancelled` |
| 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 | unsupported-operator | src/trio/_core/_tests/test_instrumentation.py:40:63 | Operator `in` is not supported between objects of type `Task | None` and `Container[Task]` |
| trio | unused-type-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:18:10 | Cannot resolve imported module `async_generator` |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_ki.py:166:43 | Unused blanket `type: ignore` directive |
| trio | call-non-callable | src/trio/_core/_tests/test_ki.py:169:19 | Object of type `None` is not callable |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_ki.py:175:45 | Unused blanket `type: ignore` directive |
| trio | call-non-callable | src/trio/_core/_tests/test_ki.py:178:19 | Object of type `None` is not callable |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_ki.py:185:43 | Unused blanket `type: ignore` directive |
| trio | call-non-callable | src/trio/_core/_tests/test_ki.py:188:19 | Object of type `None` is not callable |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_ki.py:194:45 | Unused blanket `type: ignore` directive |
| trio | call-non-callable | src/trio/_core/_tests/test_ki.py:197:19 | Object of type `None` is not callable |
| trio | invalid-argument-type | src/trio/_core/_tests/test_ki.py:683: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:688:25 | Argument to bound method `send` is incorrect: Expected `Never`, found `None` |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_run.py:84:29 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_run.py:88:34 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_run.py:1048:64 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_run.py:1527:50 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_run.py:1645:54 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_run.py:1816:23 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_run.py:1853:24 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_run.py:1859:26 | Unused blanket `type: ignore` directive |
| trio | subclass-of-final-class | src/trio/_core/_tests/test_run.py:2368:27 | Class `Subclass` cannot inherit from final class `Nursery` |
| trio | subclass-of-final-class | src/trio/_core/_tests/test_run.py:2373:27 | Class `Subclass` cannot inherit from final class `CancelScope` |
| trio | invalid-argument-type | src/trio/_core/_tests/test_run.py:2394:61 | Argument to bound method `set` is incorrect: Expected `None`, found `Literal["nullio"]` |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_run.py:2454:65 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_run.py:2457:41 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_run.py:2523:60 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_run.py:2524:53 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_run.py:2525:60 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/test_run.py:2556:31 | Unused blanket `type: ignore` directive |
| trio | invalid-assignment | src/trio/_core/_tests/test_run.py:2871:22 | Object of type `ExceptionGroup[Exception]` is not assignable to `ValueError | ExceptionGroup[ValueError]` |
| trio | unresolved-attribute | src/trio/_core/_tests/test_run.py:2919:16 | Object of type `BaseException` has no attribute `message` |
| trio | unresolved-attribute | src/trio/_core/_tests/test_run.py:2920: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-type-ignore-comment | src/trio/_core/_tests/type_tests/nursery_start.py:58:34 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/type_tests/nursery_start.py:59:34 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/type_tests/nursery_start.py:61:37 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/type_tests/nursery_start.py:63:38 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/type_tests/nursery_start.py:64:41 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/type_tests/nursery_start.py:67:41 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/type_tests/nursery_start.py:77:53 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/type_tests/run.py:40:40 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/type_tests/run.py:41:23 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_core/_tests/type_tests/run.py:46:31 | Unused blanket `type: ignore` directive |
| trio | unused-type-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 | int` does not match asserted type `str` |
| trio | type-assertion-failure | src/trio/_core/_tests/type_tests/run.py:51:1 | Type `str | int` does not match asserted type `int` |
| trio | unused-type-ignore-comment | src/trio/_core/_thread_cache.py:219:65 | Unused blanket `type: ignore` directive |
| trio | unused-type-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-type-ignore-comment | src/trio/_dtls.py:1149:47 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_file_io.py:431:23 | Unused blanket `type: ignore` directive |
| 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-type-ignore-comment | src/trio/_highlevel_open_tcp_stream.py:137:40 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_highlevel_serve_listeners.py:28:65 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_highlevel_serve_listeners.py:70:29 | Unused blanket `type: ignore` directive |
| trio | unused-type-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-type-ignore-comment | src/trio/_path.py:132:66 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_path.py:206:22 | Unused blanket `type: ignore` directive |
| trio | unused-type-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 | invalid-argument-type | src/trio/_path.py:267:36 | Argument to function `as_uri` is incorrect: Expected `Path`, found `Self@as_uri` |
| trio | unused-type-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-type-ignore-comment | src/trio/_socket.py:50:33 | Unused blanket `type: ignore` directive |
| trio | invalid-argument-type | src/trio/_socket.py:354:53 | Argument to function `socketpair` is incorrect: Expected `int`, found `socket | int` |
| trio | unused-type-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 | unresolved-attribute | src/trio/_socket.py:879:20 | Attribute `share` is not defined on `socket` in union `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 | Object of type `(...) -> Awaitable[bytes]` is not assignable to `def recv(self, buflen: int, flags: int = 0, /) -> Awaitable[bytes]` |
| trio | invalid-assignment | src/trio/_socket.py:1142:17 | Object of type `(...) -> Awaitable[int]` is not assignable to `def recv_into(self, /, buffer: Buffer, nbytes: int = 0, flags: int = 0) -> Awaitable[int]` |
| trio | invalid-assignment | src/trio/_socket.py:1160:16 | Object of type `(...) -> Awaitable[tuple[bytes, Any]]` is not assignable to `def recvfrom(self, bufsize: int, flags: int = 0, /) -> Awaitable[tuple[bytes, Any]]` |
| trio | invalid-assignment | src/trio/_socket.py:1179:21 | Object of type `(...) -> Awaitable[tuple[int, Any]]` is not assignable to `def recvfrom_into(self, /, buffer: Buffer, nbytes: int = 0, flags: int = 0) -> Awaitable[tuple[int, Any]]` |
| trio | invalid-assignment | src/trio/_socket.py:1201:19 | Object of type `(...) -> Awaitable[tuple[bytes, list[tuple[int, int, bytes]], int, Any]]` is not assignable to `def recvmsg(self, bufsize: int, ancbufsize: int = 0, flags: int = 0, /) -> Awaitable[tuple[bytes, list[tuple[int, int, bytes]], int, object]]` |
| trio | invalid-assignment | src/trio/_socket.py:1224:24 | Object of type `(...) -> Awaitable[tuple[int, list[tuple[int, int, bytes]], int, Any]]` is not assignable to `def recvmsg_into(self, buffers: Iterable[Buffer], ancbufsize: int = 0, flags: int = 0, /) -> Awaitable[tuple[int, list[tuple[int, int, bytes]], int, object]]` |
| trio | invalid-assignment | src/trio/_socket.py:1238:12 | Object of type `(...) -> Awaitable[int]` is not assignable to `def send(self, bytes: Buffer, flags: int = 0, /) -> Awaitable[int]` |
| trio | unused-type-ignore-comment | src/trio/_socket.py:1275:44 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_ssl.py:426:23 | Unused blanket `type: ignore` directive |
| trio | possibly-unresolved-reference | src/trio/_ssl.py:638:16 | Name `ret` used when possibly not defined |
| trio | unused-type-ignore-comment | src/trio/_subprocess.py:1136:20 | Unused blanket `type: ignore` directive |
| trio | invalid-overload | src/trio/_subprocess.py:1137:19 | Overloads for function `open_process` must be followed by a non-`@overload`-decorated implementation function |
| trio | unused-type-ignore-comment | src/trio/_subprocess.py:1154:20 | Unused blanket `type: ignore` directive |
| trio | invalid-overload | src/trio/_subprocess.py:1155:19 | Overloads for function `run_process` must be followed by a non-`@overload`-decorated implementation function |
| trio | unused-type-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 | possibly-unresolved-reference | src/trio/_tests/check_type_completeness.py:107: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-type-ignore-comment | src/trio/_tests/test_dtls.py:208:53 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_dtls.py:539:41 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_dtls.py:651:37 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_dtls.py:695:37 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_dtls.py:724:37 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_dtls.py:755:37 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_dtls.py:880:41 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_dtls.py:897:37 | Unused blanket `type: ignore` directive |
| trio | unused-type-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-type-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-type-ignore-comment | src/trio/_tests/test_exports.py:305:60 | Unused blanket `type: ignore` directive |
| trio | unused-type-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-type-ignore-comment | src/trio/_tests/test_fakenet.py:211:66 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_fakenet.py:216:28 | Unused blanket `type: ignore` directive |
| trio | unused-type-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-type-ignore-comment | src/trio/_tests/test_highlevel_open_tcp_stream.py:140:51 | Unused blanket `type: ignore` directive |
| trio | invalid-method-override | src/trio/_tests/test_highlevel_open_tcp_stream.py:221: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:270:9 | Invalid override of method `socket`: Definition is incompatible with `SocketFactory.socket` |
| 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 | invalid-context-manager | src/trio/_tests/test_path.py:41:16 | Object of type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` cannot be used with `async with` because it does not implement `__aenter__` and `__aexit__` |
| trio | unresolved-attribute | src/trio/_tests/test_path.py:124:12 | Attribute `__name__` is not defined on `[PathT'return](...) -> Awaitable[PathT'return]` in union `Unknown | ([PathT'return](...) -> Awaitable[PathT'return])` |
| trio | unresolved-attribute | src/trio/_tests/test_path.py:125:12 | Attribute `__qualname__` is not defined on `[PathT'return](...) -> Awaitable[PathT'return]` in union `Unknown | ([PathT'return](...) -> Awaitable[PathT'return])` |
| trio | unresolved-attribute | src/trio/_tests/test_path.py:128:12 | Attribute `__qualname__` is not defined on `[PathT'return](...) -> Awaitable[PathT'return]` in union `Unknown | ([PathT'return](...) -> Awaitable[PathT'return])` |
| trio | unused-type-ignore-comment | src/trio/_tests/test_repl.py:268:31 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_repl.py:318:103 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_repl.py:372:94 | Unused blanket `type: ignore` directive |
| trio | unresolved-import | src/trio/_tests/test_ssl.py:21:12 | Cannot resolve imported module `trustme` |
| trio | possibly-unresolved-reference | src/trio/_tests/test_ssl.py:71:16 | Name `trustme` used when possibly not defined |
| trio | invalid-method-override | src/trio/_tests/test_ssl.py:255:15 | Invalid override of method `send_all`: Definition is incompatible with `SendStream.send_all` |
| trio | invalid-method-override | src/trio/_tests/test_ssl.py:278:15 | Invalid override of method `receive_some`: Definition is incompatible with `ReceiveStream.receive_some` |
| trio | unused-type-ignore-comment | src/trio/_tests/test_ssl.py:375:21 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_subprocess.py:84:36 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_subprocess.py:97:36 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_subprocess.py:116:47 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_subprocess.py:496:55 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_subprocess.py:599:50 | Unused blanket `type: ignore` directive |
| trio | deprecated | src/trio/_tests/test_sync.py:26: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:421:20 | Return type does not match returned value: expected `bytes`, found `bytearray` |
| trio | unused-type-ignore-comment | src/trio/_tests/test_testing_raisesgroup.py:161:71 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_testing_raisesgroup.py:271:69 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_testing_raisesgroup.py:282:69 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/test_threads.py:57:28 | Unused blanket `type: ignore` directive |
| trio | unused-type-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-type-ignore-comment | src/trio/_tests/test_util.py:131:68 | Unused blanket `type: ignore` directive |
| trio | unused-type-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 `<class 'SomeClass'>`. |
| trio | unused-type-ignore-comment | src/trio/_tests/test_wait_for_object.py:164:52 | Unused blanket `type: ignore` directive |
| trio | invalid-type-form | src/trio/_tests/test_wait_for_object.py:179:41 | Variable of type `Never` is not allowed in a type expression |
| trio | unused-type-ignore-comment | src/trio/_tests/test_windows_pipes.py:33:30 | Unused blanket `type: ignore` directive |
| trio | unused-type-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 `Unknown | int` does not match asserted type `int` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:66:5 | Type `Unknown | stat_result` does not match asserted type `stat_result` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:67:5 | Type `Unknown | None` does not match asserted type `None` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:68:5 | Type `Unknown | bool` does not match asserted type `bool` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:69:5 | Type `Unknown` does not match asserted type `Path` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:71:9 | Type `Unknown` does not match asserted type `Path` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:73:9 | Type `Unknown | str` does not match asserted type `str` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:74:5 | Type `Unknown | bool` does not match asserted type `bool` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:75:5 | Type `Unknown | bool` does not match asserted type `bool` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:79:9 | Type `Unknown | bool` does not match asserted type `bool` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:80:5 | Type `Unknown | bool` does not match asserted type `bool` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:81:5 | Type `Unknown | bool` does not match asserted type `bool` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:82:5 | Type `Unknown | bool` does not match asserted type `bool` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:83:5 | Type `Unknown | bool` does not match asserted type `bool` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:84:5 | Type `Unknown | bool` does not match asserted type `bool` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:86:9 | Type `Unknown` does not match asserted type `Path` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:88:5 | Type `Unknown | None` does not match asserted type `None` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:89:5 | Type `Unknown | stat_result` does not match asserted type `stat_result` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:90:5 | Type `Unknown | None` does not match asserted type `None` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:93:9 | Type `Unknown | str` does not match asserted type `str` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:94:5 | Type `Unknown | bytes` does not match asserted type `bytes` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:95:5 | Type `Unknown | str` does not match asserted type `str` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:96:5 | Type `Unknown` does not match asserted type `Path` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:97:5 | Type `Unknown` does not match asserted type `Path` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:98:5 | Type `Unknown` does not match asserted type `Path` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:99:5 | Type `Unknown` does not match asserted type `Path` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:101:9 | Type `Unknown` does not match asserted type `Path` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:103:9 | Type `Unknown` does not match asserted type `Path` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:104:5 | Type `Unknown | None` does not match asserted type `None` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:105:5 | Type `Unknown | bool` does not match asserted type `bool` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:106:5 | Type `Unknown | None` does not match asserted type `None` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:107:5 | Type `Unknown | None` does not match asserted type `None` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:108:5 | Type `Unknown | None` does not match asserted type `None` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:109:5 | Type `Unknown | None` does not match asserted type `None` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:110:5 | Type `Unknown | int` does not match asserted type `int` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:111:5 | Type `Unknown | int` does not match asserted type `int` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:119:5 | Type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` does not match asserted type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:120:5 | Type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` does not match asserted type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:121:5 | Type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` does not match asserted type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:122:5 | Type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` does not match asserted type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:123:5 | Type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` does not match asserted type `AsyncIOWrapper[FileIO]` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:124:5 | Type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` does not match asserted type `AsyncIOWrapper[BufferedRandom]` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:125:5 | Type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` does not match asserted type `AsyncIOWrapper[BufferedWriter]` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:126:5 | Type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` does not match asserted type `AsyncIOWrapper[BufferedReader[_BufferedReaderStream]]` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:127:5 | Type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` does not match asserted type `AsyncIOWrapper[BinaryIO]` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:128:5 | Type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` does not match asserted type `AsyncIOWrapper[IO[Any]]` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:132:5 | Type `Unknown` does not match asserted type `bytes` |
| trio | unresolved-attribute | src/trio/_tests/type_tests/path.py:132:23 | Object of type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` has no attribute `read` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:133:5 | Type `Unknown` does not match asserted type `int` |
| trio | unresolved-attribute | src/trio/_tests/type_tests/path.py:133:23 | Object of type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` has no attribute `write` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:134:5 | Type `Unknown` does not match asserted type `int` |
| trio | unresolved-attribute | src/trio/_tests/type_tests/path.py:134:23 | Object of type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` has no attribute `seek` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:137:5 | Type `Unknown` does not match asserted type `str` |
| trio | unresolved-attribute | src/trio/_tests/type_tests/path.py:137:23 | Object of type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` has no attribute `read` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:138:5 | Type `Unknown` does not match asserted type `int` |
| trio | unresolved-attribute | src/trio/_tests/type_tests/path.py:138:23 | Object of type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` has no attribute `write` |
| trio | type-assertion-failure | src/trio/_tests/type_tests/path.py:140:5 | Type `Unknown` does not match asserted type `list[str]` |
| trio | unresolved-attribute | src/trio/_tests/type_tests/path.py:140:23 | Object of type `CoroutineType[Any, Any, AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]] | CoroutineType[Any, Any, AsyncIOWrapper[BinaryIO]] | CoroutineType[Any, Any, AsyncIOWrapper[IO[Any]]]` has no attribute `readlines` |
| trio | unused-type-ignore-comment | src/trio/_tests/type_tests/subprocesses.py:15:70 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/type_tests/subprocesses.py:22:60 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_tests/type_tests/subprocesses.py:23:70 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_threads.py:153:28 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_threads.py:154:42 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_threads.py:212:32 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_threads.py:213:30 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_threads.py:360:58 | Unused blanket `type: ignore` directive |
| trio | unresolved-import | src/trio/_tools/gen_exports.py:25:8 | Cannot resolve imported module `astor` |
| trio | unresolved-import | src/trio/_tools/gen_exports.py:115:12 | Cannot resolve imported module `black` |
| trio | unresolved-import | src/trio/_tools/gen_exports.py:146: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-type-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 `Awaitable[RetT@coroutine_or_error] & Coroutine[object, Never, object]` |
| trio | unused-type-ignore-comment | src/trio/_util.py:181:19 | Unused blanket `type: ignore` directive |
| trio | unused-type-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 | ineffective-final | src/trio/_util.py:255:12 | Type checkers will not prevent subclassing when `final()` is called as a function |
| trio | unresolved-attribute | src/trio/_util.py:301:18 | Attribute `f_globals` is not defined on `None` in union `FrameType | None` |
| trio | unused-type-ignore-comment | src/trio/_util.py:313:54 | Unused blanket `type: ignore` directive |
| trio | unused-type-ignore-comment | src/trio/_util.py:315:17 | Unused blanket `type: ignore` directive |
| trio | invalid-return-type | src/trio/_windows_pipes.py:137:24 | Return type does not match returned value: expected `bytes`, found `bytearray` |
| trio | unused-type-ignore-comment | src/trio/socket.py:113:27 | Unused blanket `type: ignore` directive |
| 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: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-type-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 | unused-type-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-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 | invalid-assignment | src/trio/testing/_raises_group.py:540:13 | Object of type `tuple[type[BaseExcT_1@__init__] | Matcher[BaseExcT_1@__init__] | RaisesGroup[BaseExcT_2@__init__], *tuple[type[BaseExcT_1@__init__] | Matcher[BaseExcT_1@__init__] | RaisesGroup[BaseExcT_2@__init__], ...]]` is not assignable to `tuple[type[BaseExcT_co@RaisesGroup] | Matcher[BaseExcT_co@RaisesGroup] | RaisesGroup[BaseException], ...]`: Incompatible value of type `tuple[type[BaseExcT_1@__init__] | Matcher[BaseExcT_1@__init__] | RaisesGroup[BaseExcT_2@__init__], *tuple[type[BaseExcT_1@__init__] | Matcher[BaseExcT_1@__init__] | RaisesGroup[BaseExcT_2@__init__], ...]]` |
| trio | invalid-assignment | src/trio/testing/_raises_group.py:610:13 | Object of type `_ExceptionInfo[BaseException]` is not assignable to `_ExceptionInfo[BaseExceptionGroup[BaseExcT_co@RaisesGroup]]`: Incompatible value of type `_ExceptionInfo[BaseException]` |
| 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 |
| twine | unresolved-import | twine/auth.py:12:6 | Cannot resolve imported module `id` |
| 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 | unused-type-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` |
| twine | redundant-cast | twine/utils.py:230:53 | Value is already of type `str` |
| 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 | 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:533:16 | Cannot resolve imported module `rich` |
| typeshed-stats | unused-ignore-comment | tests/test__cli.py:543:38 | Unused `ty: ignore` directive |
| typeshed-stats | unresolved-import | tests/test_gather.py:24:6 | Cannot resolve imported module `pytest_mock` |
| typeshed-stats | unresolved-import | tests/test_gather.py:25: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-type-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 | unresolved-attribute | dummyserver/testcase.py:323:17 | Attribute `sendall` is not defined on `None` in union `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-type-ignore-comment | noxfile.py:34: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: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-type-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-type-ignore-comment | src/urllib3/connection.py:107:66 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/connection.py:255:62 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/connection.py:297:62 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/connection.py:302:69 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/connection.py:313:73 | Unused blanket `type: ignore` directive |
| urllib3 | unresolved-attribute | src/urllib3/connection.py:560:9 | Attribute `settimeout` is not defined on `None` in union `socket | Any | None` |
| urllib3 | unused-type-ignore-comment | src/urllib3/connection.py:609:45 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-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-type-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-type-ignore-comment | src/urllib3/connectionpool.py:1056:78 | Unused blanket `type: ignore` directive |
| urllib3 | unresolved-attribute | src/urllib3/contrib/emscripten/fetch.py:177:46 | Attribute `slice` is not defined on `None` in union `Unknown | None` |
| urllib3 | unresolved-attribute | src/urllib3/contrib/emscripten/fetch.py:191:20 | Attribute `subarray` is not defined on `None` in union `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 | unresolved-attribute | src/urllib3/contrib/emscripten/fetch.py:359:9 | Attribute `cancel` is not defined on `None` in union `Unknown | None` |
| urllib3 | unresolved-attribute | src/urllib3/contrib/emscripten/fetch.py:378:13 | Attribute `read` is not defined on `None` in union `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-assignment | src/urllib3/contrib/emscripten/fetch.py:400:9 | Cannot assign to a subscript on an object of type `Buffer` |
| 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-type-ignore-comment | src/urllib3/contrib/pyopenssl.py:50:45 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/contrib/pyopenssl.py:70:57 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/contrib/pyopenssl.py:71:64 | Unused blanket `type: ignore` directive |
| urllib3 | invalid-assignment | src/urllib3/contrib/pyopenssl.py:145: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:146: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:174:10 | Cannot resolve imported module `OpenSSL.crypto` |
| urllib3 | unused-type-ignore-comment | src/urllib3/contrib/pyopenssl.py:321:26 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/contrib/pyopenssl.py:325:64 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/contrib/pyopenssl.py:352:52 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/contrib/pyopenssl.py:381:45 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/contrib/pyopenssl.py:391:26 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/contrib/pyopenssl.py:394:89 | Unused blanket `type: ignore` directive |
| urllib3 | invalid-return-type | src/urllib3/contrib/pyopenssl.py:396: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-type-ignore-comment | src/urllib3/contrib/pyopenssl.py:397:70 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/contrib/pyopenssl.py:402:61 | Unused blanket `type: ignore` directive |
| urllib3 | possibly-missing-attribute | src/urllib3/contrib/pyopenssl.py:496:22 | Submodule `util` may not be available as an attribute on module `urllib3.util` |
| urllib3 | unused-type-ignore-comment | src/urllib3/contrib/pyopenssl.py:497:54 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/exceptions.py:269:19 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-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 | unused-type-ignore-comment | src/urllib3/http2/__init__.py:50:64 | Unused blanket `type: ignore` directive |
| urllib3 | unresolved-import | src/urllib3/http2/connection.py:9:8 | Cannot resolve imported module `h2.config` |
| urllib3 | unresolved-import | src/urllib3/http2/connection.py:10:8 | Cannot resolve imported module `h2.connection` |
| urllib3 | unresolved-import | src/urllib3/http2/connection.py:11:8 | Cannot resolve imported module `h2.events` |
| urllib3 | unresolved-attribute | src/urllib3/http2/connection.py:110:17 | Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None` |
| urllib3 | unused-type-ignore-comment | src/urllib3/http2/connection.py:143:78 | Unused blanket `type: ignore` directive |
| urllib3 | unresolved-attribute | src/urllib3/http2/connection.py:167:17 | Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None` |
| urllib3 | unresolved-attribute | src/urllib3/http2/connection.py:180:17 | Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None` |
| urllib3 | unresolved-attribute | src/urllib3/http2/connection.py:191:25 | Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None` |
| urllib3 | unresolved-attribute | src/urllib3/http2/connection.py:202:25 | Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None` |
| urllib3 | unresolved-attribute | src/urllib3/http2/connection.py:207:29 | Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None` |
| urllib3 | unresolved-attribute | src/urllib3/http2/connection.py:235:37 | Attribute `recv` is not defined on `None` in union `socket | Any | SSLTransport | None` |
| urllib3 | unresolved-attribute | src/urllib3/http2/connection.py:258:21 | Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None` |
| urllib3 | possibly-unresolved-reference | src/urllib3/http2/connection.py:263:21 | Name `headers` used when possibly not defined |
| urllib3 | unused-type-ignore-comment | src/urllib3/http2/connection.py:268:19 | Unused blanket `type: ignore` directive |
| urllib3 | unresolved-attribute | src/urllib3/http2/connection.py:312:21 | Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None` |
| urllib3 | unresolved-attribute | src/urllib3/poolmanager.py:483:27 | Attribute `copy` is not defined on `Mapping[str, str] & ~AlwaysFalsy` in union `Any | (Mapping[str, str] & ~AlwaysFalsy) | dict[Unknown, Unknown] | HTTPHeaderDict` |
| urllib3 | unused-type-ignore-comment | src/urllib3/poolmanager.py:635:19 | Unused blanket `type: ignore` directive |
| urllib3 | unresolved-attribute | src/urllib3/response.py:202:25 | Attribute `Decompressor` is not defined on `None` in union `Unknown | None` |
| urllib3 | unused-type-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-type-ignore-comment | src/urllib3/response.py:1282:52 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/response.py:1358:32 | Unused blanket `type: ignore` directive |
| urllib3 | possibly-missing-attribute | src/urllib3/util/retry.py:326:32 | Submodule `utils` may not be available as an attribute on module `email` |
| urllib3 | possibly-missing-attribute | src/urllib3/util/retry.py:330:26 | Submodule `utils` may not be available as an attribute on module `email` |
| urllib3 | unused-type-ignore-comment | src/urllib3/util/ssl_.py:57:24 | Unused blanket `type: ignore` directive |
| urllib3 | invalid-assignment | src/urllib3/util/ssl_.py:80:9 | Reassignment of `Final` symbol `HAS_NEVER_CHECK_COMMON_NAME` is not allowed: Reassignment of `Final` symbol |
| urllib3 | unused-type-ignore-comment | src/urllib3/util/ssl_.py:92:45 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/util/ssl_.py:159:21 | Unused blanket `type: ignore` directive |
| urllib3 | invalid-assignment | src/urllib3/util/ssl_.py:254:9 | Object of type `int` is not assignable to attribute `minimum_version` of type `TLSVersion` |
| urllib3 | invalid-assignment | src/urllib3/util/ssl_.py:259:9 | Object of type `int` is not assignable to attribute `maximum_version` of type `TLSVersion` |
| urllib3 | invalid-assignment | src/urllib3/util/ssl_.py:309:9 | Object of type `int` is not assignable to attribute `verify_mode` of type `VerifyMode` |
| urllib3 | invalid-assignment | src/urllib3/util/ssl_.py:313: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:318: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-type-ignore-comment | src/urllib3/util/url.py:100:19 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | src/urllib3/util/util.py:41:23 | Unused blanket `type: ignore` directive |
| urllib3 | invalid-assignment | src/urllib3/util/wait.py:107:27 | Object of type `def poll_wait_for_socket(sock: socket, read: bool = False, write: bool = False, timeout: int | float | None = None) -> bool` is not assignable to `def wait_for_socket(sock: socket, read: bool = False, write: bool = False, timeout: int | float | None = None) -> bool` |
| urllib3 | invalid-assignment | src/urllib3/util/wait.py:109:27 | Object of type `def select_wait_for_socket(sock: socket, read: bool = False, write: bool = False, timeout: int | float | None = None) -> bool` is not assignable to `def wait_for_socket(sock: socket, read: bool = False, write: bool = False, timeout: int | float | None = None) -> bool` |
| urllib3 | unused-type-ignore-comment | test/conftest.py:381:68 | Unused blanket `type: ignore` directive |
| urllib3 | possibly-unresolved-reference | test/conftest.py:387:13 | Name `HTTPConnectionPool` used when possibly not defined |
| 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 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:34:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:35:92 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:69:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:70:109 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:138:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:139:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:159:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:160:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:180:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:181:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:197:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:198:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:221:24 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:222:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:231:34 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:313:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:314:94 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:337:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:338:73 | Unused blanket `type: ignore` directive |
| urllib3 | unresolved-import | test/contrib/emscripten/test_emscripten.py:339:16 | Cannot resolve imported module `js` |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:348:34 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:377:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:378:73 | Unused blanket `type: ignore` directive |
| urllib3 | unresolved-import | test/contrib/emscripten/test_emscripten.py:379:16 | Cannot resolve imported module `js` |
| urllib3 | invalid-assignment | test/contrib/emscripten/test_emscripten.py:387:9 | Object of type `() -> Unknown` is not assignable to attribute `is_cross_origin_isolated` of type `def is_cross_origin_isolated() -> bool` |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:392:34 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:421:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:422:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:605:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:606:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:636:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:637:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:677:45 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:705:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:706:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:821:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:822:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:865:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:866:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:885:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:886:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:906:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:907:73 | Unused blanket `type: ignore` directive |
| urllib3 | possibly-missing-attribute | test/contrib/emscripten/test_emscripten.py:921:23 | Submodule `connection` may not be available as an attribute on module `urllib3` |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:924:48 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:941:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:962:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1003:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1004:90 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1042:47 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1056:46 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1083:59 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1124:59 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1157:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1158:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1184:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1185:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1207:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1208:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1226:48 | Unused blanket `type: ignore` directive |
| urllib3 | invalid-assignment | test/contrib/emscripten/test_emscripten.py:1229:13 | Object of type `def raise_timeout(...) -> Unknown` is not assignable to attribute `_run_sync_with_timeout` of type `def _run_sync_with_timeout(promise: Any, timeout: int | float, js_abort_controller: Any, request: EmscriptenRequest | None, response: EmscriptenResponse | None) -> Any` |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1236:46 | Unused blanket `type: ignore` directive |
| urllib3 | invalid-assignment | test/contrib/emscripten/test_emscripten.py:1239:13 | Object of type `def raise_error(...) -> Unknown` is not assignable to attribute `_run_sync_with_timeout` of type `def _run_sync_with_timeout(promise: Any, timeout: int | float, js_abort_controller: Any, request: EmscriptenRequest | None, response: EmscriptenResponse | None) -> Any` |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1251:22 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1252:73 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1260:45 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1271:45 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/contrib/emscripten/test_emscripten.py:1283:18 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-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-type-ignore-comment | test/test_collections.py:336:38 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_collections.py:337:41 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_collections.py:398:44 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-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-type-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-type-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-type-ignore-comment | test/test_exceptions.py:62:53 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-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 | unused-type-ignore-comment | test/test_http2_connection.py:124:75 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:125:70 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:126:86 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:141:75 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:142:70 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:143:86 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:158:75 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:159:70 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:160:86 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:161:71 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:194:79 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:195:74 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:196:90 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:197:75 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:218:79 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:219:74 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:220:90 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:221:75 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:247:90 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:248:88 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:249:70 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:250:86 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:251:78 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:280:90 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:281:88 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:282:82 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:283:86 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:284:78 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:313:90 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:314:78 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:335:90 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:336:88 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:337:70 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:338:86 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_http2_connection.py:339:78 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_poolmanager.py:316:65 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_response.py:29:33 | Unused blanket `type: ignore` directive |
| urllib3 | unused-type-ignore-comment | test/test_response.py:219:35 | Unused blanket `type: ignore` directive |
| urllib3 | unresolved-attribute | test/test_response.py:426:16 | Attribute `compress` is not defined on `None` in union `Unknown | None` |
| urllib3 | unresolved-attribute | test/test_response.py:434:16 | Attribute `compress` is not defined on `None` in union `Unknown | None` |
| urllib3 | unresolved-attribute | test/test_response.py:646:58 | Attribute `compress` is not defined on `None` in union `Unknown | None` |
| urllib3 | unresolved-attribute | test/test_response.py:839:28 | Attribute `__name__` is not defined on `None` in union `Unknown | None` |
| 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-type-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 `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 `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 `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 `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 `bool`, 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: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` |
| 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-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 | 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 | call-top-callable | src/websockets/legacy/server.py:632:29 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| 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 | invalid-type-variable-bound | src/websockets/sync/client.py:553:18 | TypeVar upper bound cannot be generic |
| 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-type-ignore-comment | src/werkzeug/_internal.py:59:35 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-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-type-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-type-ignore-comment | src/werkzeug/_reloader.py:189:53 | Unused blanket `type: ignore` directive |
| werkzeug | unresolved-import | src/werkzeug/_reloader.py:256:14 | Cannot resolve imported module `watchdog.events` |
| werkzeug | unresolved-import | src/werkzeug/_reloader.py:257:14 | Cannot resolve imported module `watchdog.events` |
| werkzeug | unresolved-import | src/werkzeug/_reloader.py:258:14 | Cannot resolve imported module `watchdog.events` |
| werkzeug | unresolved-import | src/werkzeug/_reloader.py:259:14 | Cannot resolve imported module `watchdog.events` |
| werkzeug | unresolved-import | src/werkzeug/_reloader.py:260:14 | Cannot resolve imported module `watchdog.events` |
| werkzeug | unresolved-import | src/werkzeug/_reloader.py:261:14 | Cannot resolve imported module `watchdog.events` |
| werkzeug | unresolved-import | src/werkzeug/_reloader.py:262:14 | Cannot resolve imported module `watchdog.events` |
| werkzeug | unresolved-import | src/werkzeug/_reloader.py:263:14 | Cannot resolve imported module `watchdog.observers` |
| werkzeug | unused-type-ignore-comment | src/werkzeug/_reloader.py:285:52 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/_reloader.py:314:53 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/accept.py:259:58 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/accept.py:264:78 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/accept.py:269:44 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/cache_control.py:157:81 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/etag.py:102:49 | Unused blanket `type: ignore` directive |
| werkzeug | no-matching-overload | src/werkzeug/datastructures/file_storage.py:111:19 | No overload of function `fspath` matches arguments |
| werkzeug | no-matching-overload | src/werkzeug/datastructures/file_storage.py:187:37 | No overload of function `open` matches arguments |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/file_storage.py:189: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-type-ignore-comment | src/werkzeug/datastructures/headers.py:108:22 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-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-type-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 `Never`, 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: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-type-ignore-comment | src/werkzeug/datastructures/headers.py:602:19 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/headers.py:605:56 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/headers.py:637:39 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/headers.py:639:45 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/mixins.py:102:54 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/mixins.py:260:48 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/mixins.py:309:39 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/range.py:134:46 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:45:52 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:65:18 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:119:89 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:193:72 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:205:36 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:210:36 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:236:31 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:237:32 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:246:44 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:256:52 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:279:53 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-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-type-ignore-comment | src/werkzeug/datastructures/structures.py:323:34 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:347:65 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:349:42 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:360:46 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:372:46 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:379:42 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:390:34 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:446:18 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:496:37 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:513:39 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:530:38 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:535:39 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:549:75 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:589:18 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:599:15 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:639:18 | Unused blanket `type: ignore` directive |
| werkzeug | invalid-method-override | src/werkzeug/datastructures/structures.py:643:9 | Invalid override of method `items`: Definition is incompatible with `MultiDict.items` |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:655:44 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:669:41 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:694:61 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:714:76 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/datastructures/structures.py:720:41 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/debug/__init__.py:317:55 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/debug/__init__.py:333:55 | Unused blanket `type: ignore` directive |
| werkzeug | call-non-callable | src/werkzeug/debug/__init__.py:350:17 | Object of type `object` is not callable |
| werkzeug | invalid-argument-type | src/werkzeug/debug/__init__.py:425:37 | Argument to function `get_data` is incorrect: Expected `str`, found `str | None` |
| werkzeug | unused-type-ignore-comment | src/werkzeug/debug/__init__.py:555:61 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/debug/__init__.py:557:52 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/debug/__init__.py:559:59 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/debug/__init__.py:567:71 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/debug/__init__.py:573:55 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/debug/console.py:83:39 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-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 | invalid-return-type | src/werkzeug/debug/tbtools.py:266:16 | Return type does not match returned value: expected `list[DebugFrameSummary]`, found `list[FrameSummary]` |
| werkzeug | unused-type-ignore-comment | src/werkzeug/debug/tbtools.py:267:16 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/exceptions.py:94:67 | Unused blanket `type: ignore` directive |
| werkzeug | possibly-unresolved-reference | src/werkzeug/formparser.py:388:21 | Name `_write` used when possibly not defined |
| werkzeug | possibly-unresolved-reference | src/werkzeug/formparser.py:390:39 | Name `current_part` used when possibly not defined |
| werkzeug | possibly-unresolved-reference | src/werkzeug/formparser.py:391:46 | Name `container` used when possibly not defined |
| werkzeug | possibly-unresolved-reference | src/werkzeug/formparser.py:392:55 | Name `current_part` used when possibly not defined |
| werkzeug | possibly-unresolved-reference | src/werkzeug/formparser.py:394:44 | Name `current_part` used when possibly not defined |
| werkzeug | possibly-unresolved-reference | src/werkzeug/formparser.py:396:61 | Name `container` used when possibly not defined |
| werkzeug | possibly-unresolved-reference | src/werkzeug/formparser.py:400:37 | Name `current_part` used when possibly not defined |
| werkzeug | possibly-unresolved-reference | src/werkzeug/formparser.py:403:41 | Name `current_part` used when possibly not defined |
| werkzeug | possibly-unresolved-reference | src/werkzeug/formparser.py:404:41 | Name `current_part` used when possibly not defined |
| werkzeug | possibly-unresolved-reference | src/werkzeug/formparser.py:405:49 | Name `current_part` used when possibly not defined |
| werkzeug | not-subscriptable | src/werkzeug/http.py:362:18 | Cannot subscript object of type `object` with no `__getitem__` method |
| werkzeug | possibly-unresolved-reference | src/werkzeug/http.py:929:24 | Name `begin` used when possibly not defined |
| werkzeug | possibly-unresolved-reference | src/werkzeug/http.py:929:31 | Name `end` used when possibly not defined |
| werkzeug | unresolved-attribute | src/werkzeug/local.py:323:24 | Attribute `__get__` is not defined on `(LocalProxy[Any], /) -> Any` in union `(Unknown & ~None) | ((LocalProxy[Any], /) -> Any)` |
| werkzeug | unused-type-ignore-comment | src/werkzeug/local.py:370:50 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/local.py:488:42 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/local.py:538:59 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/middleware/http_proxy.py:140:69 | Unused blanket `type: ignore` directive |
| werkzeug | invalid-argument-type | src/werkzeug/middleware/lint.py:153:14 | Argument to bound method `__next__` is incorrect: Expected `Self@__next__`, found `Iterator[bytes]` |
| werkzeug | call-non-callable | src/werkzeug/middleware/lint.py:170:13 | Object of type `object` is not callable |
| werkzeug | unused-type-ignore-comment | src/werkzeug/middleware/profiler.py:26:34 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-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 | call-top-callable | src/werkzeug/middleware/profiler.py:135:28 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| 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 | 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-type-ignore-comment | src/werkzeug/routing/rules.py:738:28 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/routing/rules.py:943:22 | Unused blanket `type: ignore` directive |
| werkzeug | unresolved-attribute | src/werkzeug/sansio/response.py:609:50 | Object of type `object` has no attribute `to_header` |
| werkzeug | unresolved-attribute | src/werkzeug/sansio/response.py:613:54 | Object of type `object` has no attribute `to_header` |
| werkzeug | unused-type-ignore-comment | src/werkzeug/serving.py:72:26 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-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-type-ignore-comment | src/werkzeug/serving.py:164:39 | Unused blanket `type: ignore` directive |
| werkzeug | invalid-argument-type | src/werkzeug/serving.py:225:52 | Argument to bound method `__init__` is incorrect: Expected `IO[bytes]`, found `BufferedIOBase` |
| werkzeug | unused-type-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-type-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-type-ignore-comment | src/werkzeug/serving.py:694:36 | Unused blanket `type: ignore` directive |
| werkzeug | unsupported-base | src/werkzeug/serving.py:876:25 | Unsupported class base with type `<class 'socketserver.ForkingMixIn'> | <class 'werkzeug.serving.ForkingMixIn'>` |
| werkzeug | invalid-assignment | src/werkzeug/test.py:320:13 | Invalid assignment to data descriptor attribute `args` on type `Self@__init__` with custom `__set__` method |
| werkzeug | invalid-argument-type | src/werkzeug/test.py:343:30 | Argument to bound method `__init__` is incorrect: Expected `dict[str, str | None] | None`, found `dict[str, object]` |
| werkzeug | call-non-callable | src/werkzeug/test.py:361:24 | Object of type `object` is not callable |
| werkzeug | invalid-argument-type | src/werkzeug/test.py:409: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:409: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:409:20 | Argument to bound method `__init__` is incorrect: Expected `IO[bytes] | str | bytes | Mapping[str, Any] | None`, found `Unknown | str | None | Headers` |
| werkzeug | invalid-argument-type | src/werkzeug/test.py:409: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:409: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:409: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:409: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:409:20 | Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | None | Headers` |
| werkzeug | invalid-argument-type | src/werkzeug/test.py:409:20 | Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | str | None | Headers` |
| werkzeug | invalid-argument-type | src/werkzeug/test.py:409:20 | Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | None | Headers` |
| werkzeug | invalid-argument-type | src/werkzeug/test.py:409:20 | Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None | Headers` |
| werkzeug | invalid-argument-type | src/werkzeug/test.py:418:38 | Argument to bound method `add_file` is incorrect: Expected `str | None`, found `bytes | IO[bytes] | str` |
| werkzeug | invalid-argument-type | src/werkzeug/test.py:418:38 | Argument to bound method `add_file` is incorrect: Expected `str | PathLike[str] | IO[bytes] | FileStorage`, found `bytes | IO[bytes] | str` |
| werkzeug | unsupported-dynamic-base | src/werkzeug/test.py:819:32 | Unsupported class base: Has type `type[Response] & ~type[TestResponse]` |
| werkzeug | unused-type-ignore-comment | src/werkzeug/test.py:1242: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-type-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 | not-subscriptable | src/werkzeug/utils.py:111:17 | Cannot delete subscript on object of type `object` with no `__delitem__` method |
| werkzeug | invalid-method-override | src/werkzeug/utils.py:139:9 | Invalid override of method `lookup`: Definition is incompatible with `_DictAccessorProperty.lookup` |
| werkzeug | unused-type-ignore-comment | src/werkzeug/utils.py:278:27 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/utils.py:506:43 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/utils.py:508:35 | Unused blanket `type: ignore` directive |
| werkzeug | call-top-callable | src/werkzeug/utils.py:515:19 | Object of type `Top[(...) -> object]` is not safe to call; its signature is not known |
| werkzeug | unused-type-ignore-comment | src/werkzeug/utils.py:523:45 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | src/werkzeug/wrappers/request.py:313: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-type-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-type-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:258:25 | Object of type `list[(() -> None) | (Iterable[() -> None] & Top[(...) -> object])]` is not assignable to `None | (() -> None) | Iterable[() -> None]` |
| werkzeug | unresolved-attribute | src/werkzeug/wsgi.py:263:13 | Attribute `insert` is not defined on `None`, `() -> None`, `Iterable[() -> None]` in union `list[Unknown] | None | (() -> None) | Iterable[() -> None]` |
| werkzeug | not-iterable | src/werkzeug/wsgi.py:273:25 | Object of type `Unknown | list[Unknown] | None | (() -> None) | Iterable[() -> None]` may not be iterable |
| werkzeug | unused-type-ignore-comment | src/werkzeug/wsgi.py:295:60 | Unused blanket `type: ignore` directive |
| werkzeug | call-non-callable | src/werkzeug/wsgi.py:384:59 | Object of type `object` is not callable |
| werkzeug | call-non-callable | src/werkzeug/wsgi.py:436:13 | Object of type `object` is not callable |
| werkzeug | call-non-callable | src/werkzeug/wsgi.py:547:44 | Object of type `object` is not callable |
| werkzeug | call-non-callable | src/werkzeug/wsgi.py:556: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 | Object of type `(_) -> Unknown` is not assignable to attribute `address_string` of type `def address_string(self) -> str` |
| werkzeug | not-subscriptable | tests/middleware/test_http_proxy.py:34:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| werkzeug | not-subscriptable | tests/middleware/test_http_proxy.py:35:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| werkzeug | not-subscriptable | tests/middleware/test_http_proxy.py:36:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| werkzeug | not-subscriptable | tests/middleware/test_http_proxy.py:39:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| werkzeug | not-subscriptable | tests/middleware/test_http_proxy.py:40:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| werkzeug | not-subscriptable | tests/middleware/test_http_proxy.py:41:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| werkzeug | not-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 | not-subscriptable | tests/middleware/test_http_proxy.py:46:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| werkzeug | not-subscriptable | tests/middleware/test_http_proxy.py:47:12 | Cannot subscript object of type `None` with no `__getitem__` method |
| werkzeug | not-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:412:41 | Argument to bound method `get` is incorrect: Expected `(str | None, /) -> Literal[-1]`, found `<class 'int'>` |
| werkzeug | invalid-argument-type | tests/test_datastructures.py:413:41 | Argument to bound method `get` is incorrect: Expected `(str | None, /) -> Literal[-1]`, found `<class 'int'>` |
| werkzeug | invalid-argument-type | tests/test_datastructures.py:597:18 | Argument to bound method `extend` is incorrect: Expected `str`, found `list[Unknown | str]` |
| werkzeug | too-many-positional-arguments | tests/test_datastructures.py:604:34 | Too many positional arguments to bound method `extend`: expected 2, got 3 |
| werkzeug | too-many-positional-arguments | tests/test_datastructures.py:619:34 | Too many positional arguments to bound method `extend`: expected 2, got 3 |
| werkzeug | unsupported-operator | tests/test_datastructures.py:693: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:839: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:937:74 | Argument to bound method `best_match` is incorrect: Expected `str`, found `None` |
| werkzeug | invalid-argument-type | tests/test_datastructures.py:941:64 | Argument to bound method `best_match` is incorrect: Expected `str`, found `None` |
| werkzeug | invalid-argument-type | tests/test_datastructures.py:944:56 | Argument to bound method `best_match` is incorrect: Expected `str`, found `None` |
| werkzeug | invalid-argument-type | tests/test_datastructures.py:945:46 | Argument to bound method `best_match` is incorrect: Expected `str`, found `None` |
| werkzeug | invalid-argument-type | tests/test_datastructures.py:951:56 | Argument to bound method `best_match` is incorrect: Expected `str`, found `None` |
| werkzeug | invalid-argument-type | tests/test_datastructures.py:952:44 | Argument to bound method `best_match` is incorrect: Expected `str`, found `None` |
| werkzeug | invalid-argument-type | tests/test_datastructures.py:964:56 | Argument to bound method `best_match` is incorrect: Expected `str`, found `None` |
| werkzeug | invalid-argument-type | tests/test_datastructures.py:965:56 | Argument to bound method `best_match` is incorrect: Expected `str`, found `None` |
| werkzeug | invalid-argument-type | tests/test_datastructures.py:966:57 | Argument to bound method `best_match` is incorrect: Expected `str`, found `None` |
| werkzeug | invalid-argument-type | tests/test_datastructures.py:967:48 | Argument to bound method `best_match` is incorrect: Expected `str`, found `None` |
| werkzeug | unresolved-attribute | tests/test_datastructures.py:1108:12 | Attribute `ranges` is not defined on `None` in union `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-type-ignore-comment | tests/test_exceptions.py:144:32 | Unused blanket `type: ignore` directive |
| werkzeug | unused-type-ignore-comment | tests/test_exceptions.py:164:32 | Unused blanket `type: ignore` directive |
| werkzeug | invalid-argument-type | tests/test_formparser.py:205:29 | Argument to bound method `parse` is incorrect: Expected `IO[bytes]`, found `Literal[""]` |
| werkzeug | invalid-argument-type | tests/test_formparser.py:436:45 | Argument to bound method `__init__` is incorrect: Expected `TStreamFactory | None`, found `def stream_factory() -> Unknown` |
| werkzeug | invalid-argument-type | tests/test_formparser.py:436: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 | unresolved-attribute | tests/test_http.py:159:16 | Attribute `type` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:160:16 | Attribute `username` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:161:16 | Attribute `password` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:164:16 | Attribute `type` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:165:16 | Attribute `username` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:166:16 | Attribute `password` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:169:16 | Attribute `type` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:170:16 | Attribute `username` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:171:16 | Attribute `password` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:183:16 | Attribute `type` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:184:16 | Attribute `username` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:185:16 | Attribute `realm` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:186:16 | Attribute `nonce` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:187:16 | Attribute `uri` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:188:16 | Attribute `qop` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:189:16 | Attribute `nc` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:190:16 | Attribute `cnonce` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:191:16 | Attribute `response` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:192:16 | Attribute `opaque` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:202:16 | Attribute `type` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:203:16 | Attribute `username` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:204:16 | Attribute `realm` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:205:16 | Attribute `nonce` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:206:16 | Attribute `uri` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:207:16 | Attribute `response` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:208:16 | Attribute `opaque` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:212:16 | Attribute `type` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:216:16 | Attribute `to_header` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:222:16 | Attribute `type` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:223:16 | Attribute `token` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:228:16 | Attribute `type` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:229:16 | Attribute `token` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:253:16 | Attribute `type` is not defined on `None` in union `WWWAuthenticate | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:254:16 | Attribute `realm` is not defined on `None` in union `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 | unresolved-attribute | tests/test_http.py:256:16 | Attribute `to_header` is not defined on `None` in union `WWWAuthenticate | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:264:16 | Attribute `type` is not defined on `None` in union `WWWAuthenticate | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:265:16 | Attribute `realm` is not defined on `None` in union `WWWAuthenticate | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:266:16 | Attribute `parameters` is not defined on `None` in union `WWWAuthenticate | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:267:16 | Attribute `nonce` is not defined on `None` in union `WWWAuthenticate | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:268:16 | Attribute `opaque` is not defined on `None` in union `WWWAuthenticate | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:270:16 | Attribute `type` is not defined on `None` in union `WWWAuthenticate | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:277:16 | Attribute `type` is not defined on `None` in union `WWWAuthenticate | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:278:16 | Attribute `token` is not defined on `None` in union `WWWAuthenticate | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:283:16 | Attribute `type` is not defined on `None` in union `WWWAuthenticate | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:284:16 | Attribute `token` is not defined on `None` in union `WWWAuthenticate | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:636:16 | Attribute `units` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:637:16 | Attribute `ranges` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:638:16 | Attribute `to_header` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:641:16 | Attribute `units` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:642:16 | Attribute `ranges` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:643:16 | Attribute `to_header` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:646:16 | Attribute `units` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:647:16 | Attribute `ranges` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:648:16 | Attribute `to_header` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:651:16 | Attribute `units` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:652:16 | Attribute `ranges` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:653:16 | Attribute `to_header` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:656:16 | Attribute `units` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:657:16 | Attribute `ranges` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:658:16 | Attribute `to_header` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:677:16 | Attribute `units` is not defined on `None` in union `ContentRange | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:678:16 | Attribute `start` is not defined on `None` in union `ContentRange | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:679:16 | Attribute `stop` is not defined on `None` in union `ContentRange | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:680:16 | Attribute `length` is not defined on `None` in union `ContentRange | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:681:16 | Attribute `to_header` is not defined on `None` in union `ContentRange | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:690:16 | Attribute `to_header` is not defined on `None` in union `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 | unresolved-attribute | tests/test_http.py:693:16 | Attribute `units` is not defined on `None` in union `ContentRange | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:694:16 | Attribute `to_header` is not defined on `None` in union `ContentRange | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:697:16 | Attribute `start` is not defined on `None` in union `ContentRange | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:698:16 | Attribute `stop` is not defined on `None` in union `ContentRange | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:699:16 | Attribute `length` is not defined on `None` in union `ContentRange | None` |
| werkzeug | unresolved-attribute | tests/test_http.py:700:16 | Attribute `units` is not defined on `None` in union `ContentRange | None` |
| werkzeug | invalid-argument-type | tests/test_routing.py:581:13 | Argument to bound method `force_type` is incorrect: Expected `Response`, found `(dict[str, Any], StartResponse, /) -> Iterable[bytes]` |
| werkzeug | unresolved-attribute | tests/test_routing.py:710:5 | Attribute `add` is not defined on `None` in union `Unknown | None | set[str]` |
| werkzeug | unresolved-attribute | tests/test_routing.py:712:5 | Attribute `discard` is not defined on `None` in union `Unknown | None | set[str]` |
| werkzeug | invalid-assignment | tests/test_routing.py:713:5 | Cannot assign to a subscript on an object of type `Mapping[str, Any]` |
| werkzeug | invalid-assignment | tests/test_routing.py:713:5 | Cannot assign to a subscript on an object of type `None` |
| werkzeug | invalid-argument-type | tests/test_routing.py:724:9 | Argument to bound method `__init__` is incorrect: Expected `Iterable[Rule]`, found `list[Submount | EndpointPrefix | Subdomain]` |
| werkzeug | invalid-method-override | tests/test_routing.py:879:13 | Invalid override of method `to_python`: Definition is incompatible with `BaseConverter.to_python` |
| werkzeug | invalid-method-override | tests/test_routing.py:883:13 | Invalid override of method `to_url`: Definition is incompatible with `BaseConverter.to_url` |
| werkzeug | invalid-argument-type | tests/test_routing.py:1533:30 | Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | None` |
| werkzeug | unresolved-attribute | tests/test_routing.py:1553:9 | Attribute `endpoint` is not defined on `None` in union `Rule | None` |
| werkzeug | invalid-argument-type | tests/test_routing.py:1553:36 | Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any]`, found `None` |
| werkzeug | invalid-assignment | tests/test_security.py:62:5 | Object of type `Literal["*"]` is not assignable to attribute `_os_alt_seps` of type `list[str]` |
| werkzeug | unresolved-attribute | tests/test_security.py:64:5 | Unresolved attribute `_os_alt_steps` on type `<module 'werkzeug.security'>`. |
| werkzeug | unresolved-import | tests/test_serving.py:134:10 | Cannot resolve imported module `watchdog.events` |
| werkzeug | unresolved-import | tests/test_serving.py:135:10 | Cannot resolve imported module `watchdog.events` |
| werkzeug | unresolved-import | tests/test_serving.py:136:10 | Cannot resolve imported module `watchdog.events` |
| werkzeug | unresolved-import | tests/test_serving.py:154:10 | Cannot resolve imported module `watchdog.events` |
| werkzeug | unresolved-import | tests/test_serving.py:155:10 | Cannot resolve imported module `watchdog.events` |
| werkzeug | unresolved-import | tests/test_serving.py:156:10 | Cannot resolve imported module `watchdog.events` |
| werkzeug | invalid-assignment | tests/test_test.py:150:9 | 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:164:12 | Object of type `IO[bytes] | None` has no attribute `getvalue` |
| 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:302:12 | Attribute `username` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_test.py:303:12 | Attribute `password` is not defined on `None` in union `Authorization | None` |
| werkzeug | no-matching-overload | tests/test_test.py:702:20 | No overload of bound method `join` matches arguments |
| werkzeug | call-non-callable | tests/test_test.py:705:17 | Object of type `object` is not callable |
| werkzeug | no-matching-overload | tests/test_test.py:729:12 | No overload of bound method `join` matches arguments |
| werkzeug | invalid-argument-type | tests/test_test.py:760:21 | Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[bytes]` |
| werkzeug | unresolved-attribute | tests/test_test.py:763:9 | Object of type `Iterable[bytes]` has no attribute `close` |
| werkzeug | invalid-assignment | tests/test_utils.py:73:16 | Object of type `cached_property[Unknown]` is not assignable to `def prop(self) -> Unknown` |
| werkzeug | possibly-unresolved-reference | tests/test_utils.py:145:12 | Name `attr` used when possibly not defined |
| werkzeug | invalid-argument-type | tests/test_utils.py:285:5 | Argument to bound method `__init__` is incorrect: Expected `(Any, /) -> Unknown`, found `def foo() -> Unknown` |
| werkzeug | unresolved-attribute | tests/test_wrappers.py:178:12 | Attribute `type` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_wrappers.py:179:12 | Attribute `username` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_wrappers.py:180:12 | Attribute `password` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_wrappers.py:188:12 | Attribute `type` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_wrappers.py:189:12 | Attribute `username` is not defined on `None` in union `Authorization | None` |
| werkzeug | unresolved-attribute | tests/test_wrappers.py:190:12 | Attribute `password` is not defined on `None` in union `Authorization | None` |
| werkzeug | invalid-argument-type | tests/test_wrappers.py:242:27 | Argument to bound method `write` is incorrect: Expected `bytes`, found `Literal["bar"]` |
| werkzeug | no-matching-overload | tests/test_wrappers.py:294:12 | No overload of bound method `join` matches arguments |
| werkzeug | invalid-argument-type | tests/test_wrappers.py:370: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:372:16 | Object of type `Response` has no attribute `foo` |
| werkzeug | invalid-assignment | tests/test_wrappers.py:464:5 | Invalid assignment to data descriptor attribute `stream` on type `Request` with custom `__set__` method |
| werkzeug | invalid-argument-type | tests/test_wrappers.py:718:27 | Argument to bound method `write` is incorrect: Expected `bytes`, found `Literal["Hello "]` |
| werkzeug | invalid-argument-type | tests/test_wrappers.py:719:27 | Argument to bound method `write` is incorrect: Expected `bytes`, found `Literal["World!"]` |
| werkzeug | invalid-assignment | tests/test_wrappers.py:737:5 | Invalid assignment to data descriptor attribute `content_length` on type `Response` with custom `__set__` method |
| werkzeug | unresolved-attribute | tests/test_wrappers.py:1060:12 | Attribute `ranges` is not defined on `None` in union `Range | None` |
| werkzeug | unresolved-attribute | tests/test_wrappers.py:1063:26 | Attribute `make_content_range` is not defined on `None` in union `Range | None` |
| werkzeug | invalid-argument-type | tests/test_wrappers.py:1105:28 | Argument to bound method `writelines` is incorrect: Expected `Iterable[bytes]`, found `list[str]` |
| werkzeug | invalid-argument-type | tests/test_wrappers.py:1110:28 | Argument to bound method `writelines` is incorrect: Expected `Iterable[bytes]`, found `list[str]` |
| werkzeug | invalid-argument-type | tests/test_wrappers.py:1114:28 | Argument to bound method `writelines` is incorrect: Expected `Iterable[bytes]`, found `list[str]` |
| 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 |
| 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-type-ignore-comment | zipp/compat/py310.py:10:23 | Unused blanket `type: ignore` directive |
| xarray-dataclasses | invalid-parameter-default | xarray_dataclasses/dataarray.py:54:5 | Default value of type `DataOptions[DataArray]` is not assignable to annotated parameter type `DataOptions[TDataArray@asdataarray]` |
| xarray-dataclasses | unused-type-ignore-comment | xarray_dataclasses/dataarray.py:137:40 | Unused blanket `type: ignore` directive |
| xarray-dataclasses | invalid-argument-type | xarray_dataclasses/dataarray.py:187:27 | Method `__getitem__` of type `Overload[(index: int, /) -> int, (index: slice[int | None, int | None, int | None], /) -> Sequence[int]]` cannot be called with key of type `str` on object of type `Sequence[int]` |
| xarray-dataclasses | invalid-argument-type | xarray_dataclasses/dataarray.py:187:27 | Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Unknown, Unknown]]` |
| xarray-dataclasses | invalid-return-type | xarray_dataclasses/datamodel.py:159:16 | Return type does not match returned value: expected `list[AttrEntry]`, found `list[AttrEntry | DataEntry]` |
| xarray-dataclasses | invalid-return-type | xarray_dataclasses/datamodel.py:164:16 | Return type does not match returned value: expected `list[DataEntry]`, found `list[DataEntry | AttrEntry]` |
| xarray-dataclasses | invalid-return-type | xarray_dataclasses/datamodel.py:169:16 | Return type does not match returned value: expected `list[DataEntry]`, found `list[DataEntry | AttrEntry]` |
| xarray-dataclasses | invalid-return-type | xarray_dataclasses/datamodel.py:174:16 | Return type does not match returned value: expected `list[tuple[str, DataEntry]]`, found `list[tuple[str, AttrEntry | DataEntry]]` |
| xarray-dataclasses | invalid-return-type | xarray_dataclasses/datamodel.py:179:16 | Return type does not match returned value: expected `list[AttrEntry]`, found `list[AttrEntry | DataEntry]` |
| xarray-dataclasses | invalid-parameter-default | xarray_dataclasses/dataset.py:54:5 | Default value of type `DataOptions[Dataset]` is not assignable to annotated parameter type `DataOptions[TDataset@asdataset]` |
| xarray-dataclasses | unused-type-ignore-comment | xarray_dataclasses/dataset.py:137:40 | Unused blanket `type: ignore` directive |
| xarray-dataclasses | unused-type-ignore-comment | xarray_dataclasses/typing.py:298:23 | Unused blanket `type: ignore` directive |
| xarray-dataclasses | unused-type-ignore-comment | xarray_dataclasses/typing.py:339:29 | Unused blanket `type: ignore` directive |
| yarl | unused-type-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-type-ignore-comment | tests/test_quoting.py:15:74 | Unused blanket `type: ignore` directive |
| yarl | unused-type-ignore-comment | tests/test_quoting.py:19:80 | Unused blanket `type: ignore` directive |
| yarl | unused-type-ignore-comment | tests/test_quoting.py:30:31 | Unused blanket `type: ignore` directive |
| yarl | unused-type-ignore-comment | tests/test_quoting.py:34:31 | Unused blanket `type: ignore` directive |
| yarl | unused-type-ignore-comment | tests/test_quoting.py:510:87 | Unused blanket `type: ignore` directive |
| yarl | unused-type-ignore-comment | tests/test_quoting.py:516:73 | Unused blanket `type: ignore` directive |
| yarl | unused-type-ignore-comment | tests/test_quoting.py:529:36 | Unused blanket `type: ignore` directive |
| yarl | unused-type-ignore-comment | tests/test_quoting.py:550:44 | Unused blanket `type: ignore` directive |
| yarl | unused-type-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-type-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-type-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 | unused-type-ignore-comment | yarl/_url.py:425:29 | Unused blanket `type: ignore` directive |
| yarl | unused-type-ignore-comment | yarl/_url.py:426:35 | Unused blanket `type: ignore` directive |
| yarl | unused-type-ignore-comment | yarl/_url.py:427:30 | Unused blanket `type: ignore` directive |
| yarl | unused-type-ignore-comment | yarl/_url.py:428:30 | Unused blanket `type: ignore` directive |
| yarl | unused-type-ignore-comment | yarl/_url.py:429:38 | Unused blanket `type: ignore` directive |
| yarl | unused-type-ignore-comment | yarl/_url.py:560:36 | Unused blanket `type: ignore` directive |
| yarl | invalid-assignment | yarl/_url.py:580:28 | Object of type `list[Never] | list[_InternalURLCache]` is not assignable to `list[object]` |
| 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 |
| zope.interface | invalid-argument-type | src/zope/interface/__init__.py:88:46 | Argument to class `tuple` is incorrect: Expected `Iterable[Unknown]`, 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'>, Self@changed>` 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 | invalid-method-override | src/zope/interface/common/idatetime.py:361:9 | Invalid override of method `replace`: Definition is incompatible with `IDate.replace` |
| 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 | 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 | not-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:651:9 | Unresolved attribute `__module` on type `Self@__new__` |
| 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 | unresolved-attribute | src/zope/interface/interface.py:967:16 | Attribute `tb_next` is not defined on `None` in union `TracebackType | None` |
| zope.interface | invalid-assignment | src/zope/interface/interface.py:993: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 | unresolved-attribute | src/zope/interface/registry.py:180:44 | Attribute `items` is not defined on `str` in union `str | Any` |
| zope.interface | unresolved-attribute | src/zope/interface/registry.py:298:16 | Attribute `lookup` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry` |
| zope.interface | unresolved-attribute | src/zope/interface/registry.py:301:19 | Attribute `lookup` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry` |
| zope.interface | unresolved-attribute | src/zope/interface/registry.py:307:20 | Attribute `lookupAll` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry` |
| zope.interface | unresolved-attribute | src/zope/interface/registry.py:310:16 | Attribute `subscriptions` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry` |
| zope.interface | unresolved-attribute | src/zope/interface/registry.py:363:16 | Attribute `queryAdapter` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry` |
| zope.interface | unresolved-attribute | src/zope/interface/registry.py:366:19 | Attribute `queryAdapter` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry` |
| zope.interface | unresolved-attribute | src/zope/interface/registry.py:373:16 | Attribute `queryMultiAdapter` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry` |
| zope.interface | unresolved-attribute | src/zope/interface/registry.py:377:19 | Attribute `queryMultiAdapter` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry` |
| zope.interface | unresolved-attribute | src/zope/interface/registry.py:383:30 | Attribute `lookupAll` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry` |
| zope.interface | unresolved-attribute | src/zope/interface/registry.py:458:16 | Attribute `subscribers` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry` |
| zope.interface | unresolved-attribute | src/zope/interface/registry.py:516:9 | Attribute `subscribers` is not defined on `AdapterRegistry` in union `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 | Object of type `MetaMetaClass` is not assignable to `<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 | not-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 | not-subscriptable | src/zope/interface/tests/test_adapter.py:70:13 | Cannot delete subscript on object of type `None` with no `__delitem__` 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-attribute | src/zope/interface/tests/test_declarations.py:676:9 | Unresolved attribute `__name__` on type `FooNoCall` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_declarations.py:683:13 | Object of type `FooNoCall` has no attribute `__providedBy__` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_declarations.py:698:13 | Class `FooImplementedNone` has no attribute `__providedBy__` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_declarations.py:701:13 | Class `FooImplementedNone` has no attribute `__provides__` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_declarations.py:704:13 | Class `FooImplementedNone` has no attribute `__provides__` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_declarations.py:704:46 | Class `FooImplementedNone` has no attribute `__providedBy__` |
| 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 | invalid-method-override | src/zope/interface/tests/test_declarations.py:1146:9 | Invalid override of method `_callFUT`: Definition is incompatible with `Test_classImplements._callFUT` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_declarations.py:1162:16 | Object of type `Foo` has no attribute `__implemented__` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_declarations.py:1167:23 | Object of type `Foo` has no attribute `__implemented__` |
| 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-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 | unsupported-base | src/zope/interface/tests/test_interface.py:286:41 | Unsupported class base with type `<class 'zope.interface.tests.CleanUp'> | <class 'zope.testing.cleanup.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 | unsupported-base | src/zope/interface/tests/test_interface.py:727:26 | Unsupported class base with type `InterfaceClass` |
| zope.interface | invalid-assignment | src/zope/interface/tests/test_interface.py:728:26 | Object of type `Attribute` is not assignable to `int` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1292:20 | Unsupported class base with type `MyInterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1297:21 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1318:18 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1326:18 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1337:24 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1344:22 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1371:21 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1398:21 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1427:21 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1460:21 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1468:22 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1520:24 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1540:24 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1560:27 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1569:23 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1581:21 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1606:23 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1629:21 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1683:22 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1693:23 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1714:21 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1752:22 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1762:23 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1783:21 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1821:22 | Unsupported class base with type `InterfaceClass` |
| zope.interface | invalid-argument-type | src/zope/interface/tests/test_interface.py:1824: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:1830:23 | Unsupported class base with type `InterfaceClass` |
| zope.interface | invalid-argument-type | src/zope/interface/tests/test_interface.py:1836: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:1837: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:1843:21 | Unsupported class base with type `InterfaceClass` |
| zope.interface | invalid-argument-type | src/zope/interface/tests/test_interface.py:1858: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:1859: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:1860: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:1861: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:1866:22 | Unsupported class base with type `InterfaceClass` |
| zope.interface | invalid-argument-type | src/zope/interface/tests/test_interface.py:1869: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:1875:23 | Unsupported class base with type `InterfaceClass` |
| zope.interface | invalid-argument-type | src/zope/interface/tests/test_interface.py:1881: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:1887:21 | Unsupported class base with type `InterfaceClass` |
| zope.interface | invalid-argument-type | src/zope/interface/tests/test_interface.py:1902: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:1908:22 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_interface.py:1911:13 | Unresolved attribute `optional` on type `def method() -> Unknown` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1919:31 | Unsupported class base with type `InterfaceClass` |
| zope.interface | invalid-argument-type | src/zope/interface/tests/test_interface.py:1923: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:1929:31 | Unsupported class base with type `InterfaceClass` |
| zope.interface | invalid-argument-type | src/zope/interface/tests/test_interface.py:1934: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:1958:26 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_interface.py:1974:9 | Unresolved attribute `bar` on type `HasInvariant` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_interface.py:1976:9 | Unresolved attribute `foo` on type `HasInvariant` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_interface.py:1978:13 | Object of type `HasInvariant` has no attribute `bar` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:1988:26 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_interface.py:2004:9 | Unresolved attribute `foo` on type `HasInvariant` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_interface.py:2011:9 | Unresolved attribute `foo` on type `HasInvariant` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_interface.py:2012:9 | Unresolved attribute `bar` on type `HasInvariant` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_interface.py:2018:9 | Unresolved attribute `foo` on type `HasInvariant` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_interface.py:2019:9 | Unresolved attribute `bar` on type `HasInvariant` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_interface.py:2025:9 | Unresolved attribute `foo` on type `HasInvariant` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_interface.py:2026:9 | Unresolved attribute `bar` on type `HasInvariant` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2035:26 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_interface.py:2048:9 | Unresolved attribute `foo` 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 | unresolved-attribute | src/zope/interface/tests/test_interface.py:2073:9 | Unresolved attribute `foo` on type `HasInvariant` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_interface.py:2074:9 | Unresolved attribute `bar` on type `HasInvariant` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_interface.py:2080:9 | Unresolved attribute `foo` on type `HasInvariant` |
| zope.interface | unresolved-attribute | src/zope/interface/tests/test_interface.py:2081:9 | Unresolved attribute `bar` on type `HasInvariant` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2090:26 | Unsupported class base with type `InterfaceClass` |
| zope.interface | invalid-argument-type | src/zope/interface/tests/test_interface.py:2094: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:2096:38 | Unsupported class base with type `InterfaceClass` |
| zope.interface | invalid-argument-type | src/zope/interface/tests/test_interface.py:2102: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:2111:22 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-operator | src/zope/interface/tests/test_interface.py:2117:20 | Operator `<` is not supported between two objects of type `Unknown | Attribute` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2138:23 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2236:18 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2254:20 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2268:20 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2281:20 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2293:20 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2312:20 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2332:20 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2354:22 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2359:23 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2389:20 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2409:20 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2424:21 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2435:26 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2468:20 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2860:18 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2863:18 | Unsupported class base with type `InterfaceClass` |
| zope.interface | unsupported-base | src/zope/interface/tests/test_interface.py:2879: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 | Object of type `MetaClass` is not assignable to `<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 | Object of type `MetaClass` is not assignable to `<class 'A'>` |
| zope.interface | invalid-assignment | src/zope/interface/tests/test_odd_declarations.py:274:13 | Object of type `MetaClass` is not assignable to `<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 | invalid-argument-type | src/zope/interface/tests/test_sorting.py:66:9 | Argument to bound method `sort` is incorrect: Argument type `Unknown | <class 'zope.interface.tests.test_sorting.I1'> | <class 'zope.interface.tests.m1.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/dataframe_util.py:703:41 | Unused `ty: ignore` directive |
| streamlit | unused-ignore-comment | lib/streamlit/dataframe_util.py:740:41 | Unused `ty: ignore` directive |
| streamlit | division-by-zero | lib/streamlit/elements/layouts.py:611:41 | Cannot divide object of type `float` by zero |
| streamlit | division-by-zero | lib/streamlit/elements/layouts.py:611:41 | Cannot divide object of type `int` by zero |
| streamlit | invalid-argument-type | lib/streamlit/elements/lib/built_in_chart_utils.py:194:9 | Argument is incorrect: Expected `str`, found `Unknown | str | bool` |
| streamlit | unused-ignore-comment | lib/streamlit/elements/lib/image_utils.py:413:51 | Unused `ty: ignore` directive |
| streamlit | unused-ignore-comment | lib/streamlit/elements/vega_charts.py:477:30 | Unused `ty: ignore` directive |
| streamlit | unused-ignore-comment | lib/streamlit/elements/vega_charts.py:479:37 | Unused `ty: ignore` directive |
| streamlit | unbound-type-variable | lib/streamlit/elements/widgets/button_group.py:1054:24 | Type variable `T` is not bound to any outer generic context |
| streamlit | unbound-type-variable | lib/streamlit/elements/widgets/button_group.py:1054:33 | Type variable `T` is not bound to any outer generic context |
| streamlit | unbound-type-variable | lib/streamlit/elements/widgets/button_group.py:1054:43 | Type variable `T` is not bound to any outer generic context |
| streamlit | unused-ignore-comment | lib/streamlit/elements/widgets/data_editor.py:1143:54 | Unused `ty: ignore` directive: 'call-non-callable' |
| streamlit | unused-ignore-comment | lib/streamlit/web/server/starlette/starlette_app.py:168:33 | Unused `ty: ignore` directive |