[ty] Implicit type aliases: Add support for Callable by sharkdp · Pull Request #21496 · astral-sh/ruff (original) (raw)
mypy_primer results
Changes were detected when running on open source projects
mypy_primer (https://github.com/hauntsaninja/mypy_primer)
- mypy_primer/git_utils.py:66:56: error[invalid-argument-type] Argument to function
get_revision_for_revision_or_dateis incorrect: Expectedstr, found@Todo | (str & ~(() -> object)) | (((Path, /) -> Awaitable[str]) & ~(() -> object))
- Found 3 diagnostics
- Found 4 diagnostics
attrs (https://github.com/python-attrs/attrs)
- src/attrs/init.pyi:67:21: error[unsupported-operator] Operator
|is unsupported between objects of typeGenericAliasand<class 'Sequence[@Todo]'> - tests/test_annotations.py:262:17: error[no-matching-overload] No overload of function
attribmatches arguments - tests/test_annotations.py:333:16: error[no-matching-overload] No overload of function
pipematches arguments - tests/test_annotations.py:388:16: error[no-matching-overload] No overload of function
optionalmatches arguments - tests/test_converters.py:171:24: error[call-non-callable] Object of type
Converter[Any, Any]is not callable - tests/test_converters.py:171:33: error[too-many-positional-arguments] Too many positional arguments: expected 1, got 3
- tests/test_converters.py:239:16: error[unresolved-attribute] Object of type
((Any, /) -> Any) | Converter[Any, Any]has no attributeconverter - tests/test_converters.py:240:16: error[unresolved-attribute] Object of type
((Any, /) -> Any) | Converter[Any, Any]has no attributeconverter - tests/test_converters.py:309:24: error[unresolved-attribute] Object of type
((Any, /) -> Any) | Converter[Any, Any]has no attributeconverter - tests/test_converters.py:319:16: error[unresolved-attribute] Object of type
((Any, /) -> Any) | Converter[Any, Any]has no attributeconverter - tests/test_converters.py:320:16: error[unresolved-attribute] Object of type
((Any, /) -> Any) | Converter[Any, Any]has no attributeconverter
- Found 583 diagnostics
- Found 594 diagnostics
aioredis (https://github.com/aio-libs/aioredis)
- aioredis/client.py:4114:9: error[invalid-assignment] Object of type
dict[Unknown, Any | None]is not assignable todict[bytes | str | memoryview[int], (dict[str, str], /) -> Awaitable[None]]
- Found 24 diagnostics
- Found 25 diagnostics
spack (https://github.com/spack/spack)
- lib/spack/spack/directives.py:298:5: error[invalid-assignment] Object of type
list[Unknown | ~str]is not assignable to((...) -> None) | str | list[((...) -> None) | str] | None - lib/spack/spack/directives.py:299:37: error[not-iterable] Object of type
((...) -> None) | str | list[((...) -> None) | str] | Nonemay not be iterable - lib/spack/spack/directives.py:321:26: error[not-iterable] Object of type
((...) -> None) | str | list[((...) -> None) | str] | Nonemay not be iterable - lib/spack/spack/directives.py:322:9: error[call-non-callable] Object of type
stris not callable - lib/spack/spack/llnl/util/lock.py:754:41: error[too-many-positional-arguments] Too many positional arguments: expected 0, got 3
- lib/spack/spack/vendor/attr/init.pyi:45:33: error[unresolved-reference] Name
Attributeused when not defined - lib/spack/spack/vendor/attr/init.pyi:47:25: error[unresolved-reference] Name
Attributeused when not defined - lib/spack/spack/vendor/attr/init.pyi:50:33: error[unresolved-reference] Name
Attributeused when not defined - Found 7906 diagnostics
- Found 7908 diagnostics
pip (https://github.com/pypa/pip)
- src/pip/_vendor/pkg_resources/init.py:2744:44: warning[unused-ignore-comment] Unused blanket
type: ignoredirective
- src/pip/_vendor/rich/_log_render.py:62:59: error[invalid-argument-type] Argument to bound method
strftimeis incorrect: Expectedstr, found(str & ~(() -> object)) | (((datetime, /) -> Text) & ~(() -> object)) | (Unknown & ~(() -> object)) - src/pip/_vendor/rich/text.py:624:51: error[invalid-argument-type] Argument is incorrect: Expected
str | Style, found(@Todo & ~None) | (((str, /) -> str | Style | None) & ~AlwaysFalsy & ~(() -> object)) | (str & ~AlwaysFalsy & ~(() -> object)) | (Style & ~AlwaysFalsy & ~(() -> object))
- src/pip/_vendor/truststore/_api.py:31:69: error[unsupported-operator] Operator
|is unsupported between objects of type<class 'str'>and<class 'bytes'>
websockets (https://github.com/aaugustin/websockets)
- src/websockets/legacy/server.py:634:37: error[invalid-argument-type] Argument to bound method
updateis incorrect: ExpectedMapping[str, str] | Iterable[tuple[str, str]] | SupportsKeysAndGetItem, found(Mapping[str, str] & ~(() -> object)) | (Iterable[tuple[str, str]] & ~(() -> object)) | (SupportsKeysAndGetItem & ~(() -> object)) | (((str, Headers, /) -> Mapping[str, str] | Iterable[tuple[str, str]] | SupportsKeysAndGetItem) & ~(() -> object)) | (@Todo & ~None)
- Found 40 diagnostics
- Found 41 diagnostics
graphql-core (https://github.com/graphql-python/graphql-core)
- src/graphql/type/definition.py:388:41: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - src/graphql/type/definition.py:390:45: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - src/graphql/type/definition.py:392:49: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - src/graphql/type/definition.py:1333:39: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - Found 412 diagnostics
- Found 408 diagnostics
kopf (https://github.com/nolar/kopf)
- kopf/_core/actions/invocation.py:155:28: error[invalid-argument-type] Argument to function
is_async_fnis incorrect: Expected((...) -> @Todo) | None, foundobject - kopf/_core/engines/admission.py:267:40: error[call-non-callable] Object of type
objectis not callable - kopf/_core/intents/callbacks.py:40:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:41:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:42:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:43:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:44:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:45:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:46:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:47:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:48:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:55:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:56:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:57:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:58:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:59:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:60:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:61:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:62:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:63:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:64:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:65:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:66:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:67:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:68:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:69:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:76:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:77:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:78:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:79:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:80:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:81:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:82:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:83:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:84:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:85:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:86:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:87:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:88:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:89:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:90:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:91:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:92:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:99:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py💯13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:101:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:102:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:103:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:104:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:105:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:106:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:107:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:108:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:109:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:110:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:111:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:112:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:113:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:114:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:115:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:116:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:117:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:118:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:119:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:120:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:127:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:128:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:129:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:130:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:131:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:132:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:133:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:134:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:135:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:136:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:137:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:138:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:139:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:140:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:141:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:142:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:143:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:144:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:145:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:146:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:147:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:154:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:155:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:156:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:157:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:158:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:159:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:160:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:161:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:162:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:163:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:164:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:165:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:166:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:167:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:168:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:169:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:170:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:171:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:172:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:179:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:180:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:181:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:182:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:183:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:184:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:185:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:186:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:187:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:188:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:189:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:190:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:191:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:192:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:193:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:194:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:201:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:202:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:203:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:204:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:205:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:206:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:207:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:208:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:209:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:210:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:211:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:212:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:213:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:214:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:215:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:216:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:217:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:218:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:219:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:220:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:227:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:228:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:229:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:230:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:231:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:232:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:233:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:234:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:235:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:236:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:237:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:238:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:239:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:240:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:241:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:242:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/callbacks.py:243:13: error[invalid-type-form] Function calls are not allowed in type expressions
- kopf/_core/intents/registries.py:276:17: error[invalid-argument-type] Argument is incorrect: Expected
(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> @Todo, founddef login_via_pykube(*, logger: @Todo, **_: Any) -> ConnectionInfo | None - kopf/_core/intents/registries.py:285:17: error[invalid-argument-type] Argument is incorrect: Expected
(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> @Todo, founddef login_via_client(*, logger: @Todo, **_: Any) -> ConnectionInfo | None - kopf/_core/intents/registries.py:297:17: error[invalid-argument-type] Argument is incorrect: Expected
(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> @Todo, founddef login_with_kubeconfig(**_: Any) -> ConnectionInfo | None - kopf/_core/intents/registries.py:306:17: error[invalid-argument-type] Argument is incorrect: Expected
(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> @Todo, founddef login_with_service_account(**_: Any) -> ConnectionInfo | None - kopf/_core/intents/registries.py:559:12: error[missing-argument] 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/_core/reactor/subhandling.py:72:17: error[invalid-argument-type] 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, /) -> @Todo, foundobject
- Found 60 diagnostics
- Found 224 diagnostics
pytest (https://github.com/pytest-dev/pytest)
- src/_pytest/_code/source.py:40:47: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - Found 440 diagnostics
- Found 439 diagnostics
paasta (https://github.com/yelp/paasta)
- paasta_tools/bounce_lib.py:45:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/bounce_lib.py:49:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/bounce_lib.py:50:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/bounce_lib.py:51:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/bounce_lib.py:52:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/check_services_replication_tools.py:59:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/check_services_replication_tools.py:63:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/check_services_replication_tools.py:67:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/check_services_replication_tools.py:68:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/check_services_replication_tools.py:153:38: error[missing-argument] No arguments provided for required parameters 1, 2, 3, 4
- paasta_tools/check_services_replication_tools.py:154:21: error[unknown-argument] Argument
instance_configdoes not match any known parameter - paasta_tools/check_services_replication_tools.py:155:21: error[unknown-argument] Argument
pods_by_service_instancedoes not match any known parameter - paasta_tools/check_services_replication_tools.py:156:21: error[unknown-argument] Argument
replication_checkerdoes not match any known parameter - paasta_tools/check_services_replication_tools.py:157:21: error[unknown-argument] Argument
dry_rundoes not match any known parameter - paasta_tools/cli/cmds/status.py:126:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/cmds/status.py:130:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/cmds/status.py:131:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/cmds/status.py:132:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/cmds/status.py:133:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/cmds/status.py:134:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:601:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:605:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:606:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:607:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:614:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:618:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:619:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:620:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:621:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:628:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:632:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:633:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:634:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:641:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:645:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:646:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:647:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:648:9: error[invalid-type-form] Function calls are not allowed in type expressions
- paasta_tools/cli/utils.py:665:33: error[invalid-argument-type] Argument is incorrect: Expected
(Unknown, Unknown, Unknown, Unknown, /) -> list[tuple[str, str]], foundNone - paasta_tools/cli/utils.py:665:39: error[invalid-argument-type] Argument is incorrect: Expected
(Unknown, Unknown, Unknown, Unknown, Unknown, /) -> InstanceConfig, foundNone - paasta_tools/cli/utils.py:696:44: error[invalid-argument-type] Argument is incorrect: Expected
(Unknown, Unknown, Unknown, Unknown, /) -> list[tuple[str, str]], foundNone - paasta_tools/cli/utils.py:696:50: error[invalid-argument-type] Argument is incorrect: Expected
(Unknown, Unknown, Unknown, Unknown, Unknown, /) -> LongRunningServiceConfig, foundNone - paasta_tools/cli/utils.py:749:12: error[missing-argument] No arguments provided for required parameters 1, 2, 3, 4, 5
- paasta_tools/cli/utils.py:750:9: error[unknown-argument] Argument
servicedoes not match any known parameter - paasta_tools/cli/utils.py:751:9: error[unknown-argument] Argument
instancedoes not match any known parameter - paasta_tools/cli/utils.py:752:9: error[unknown-argument] Argument
clusterdoes not match any known parameter - paasta_tools/cli/utils.py:753:9: error[unknown-argument] Argument
load_deploymentsdoes not match any known parameter - paasta_tools/cli/utils.py:754:9: error[unknown-argument] Argument
soa_dirdoes not match any known parameter - paasta_tools/cli/utils.py:968:32: error[missing-argument] No arguments provided for required parameters 1, 2, 3, 4
- paasta_tools/cli/utils.py:969:17: error[unknown-argument] Argument
servicedoes not match any known parameter - paasta_tools/cli/utils.py:970:17: error[unknown-argument] Argument
clusterdoes not match any known parameter - paasta_tools/cli/utils.py:971:17: error[unknown-argument] Argument
soa_dirdoes not match any known parameter - paasta_tools/cli/utils.py:972:17: error[unknown-argument] Argument
instance_typedoes not match any known parameter - paasta_tools/cli/utils.py:977:23: error[missing-argument] No arguments provided for required parameters 1, 2, 3, 4, 5
- paasta_tools/cli/utils.py:978:21: error[unknown-argument] Argument
servicedoes not match any known parameter - paasta_tools/cli/utils.py:979:21: error[unknown-argument] Argument
instancedoes not match any known parameter - paasta_tools/cli/utils.py:980:21: error[unknown-argument] Argument
clusterdoes not match any known parameter - paasta_tools/cli/utils.py:981:21: error[unknown-argument] Argument
soa_dirdoes not match any known parameter - paasta_tools/cli/utils.py:982:21: error[unknown-argument] Argument
load_deploymentsdoes not match any known parameter - paasta_tools/instance/kubernetes.py:638:18: error[missing-argument] No arguments provided for required parameters 1, 2, 3, 4, 5
- paasta_tools/instance/kubernetes.py:639:9: error[unknown-argument] Argument
servicedoes not match any known parameter - paasta_tools/instance/kubernetes.py:640:9: error[unknown-argument] Argument
instancedoes not match any known parameter - paasta_tools/instance/kubernetes.py:641:9: error[unknown-argument] Argument
clusterdoes not match any known parameter - paasta_tools/instance/kubernetes.py:642:9: error[unknown-argument] Argument
soa_dirdoes not match any known parameter - paasta_tools/instance/kubernetes.py:643:9: error[unknown-argument] Argument
load_deploymentsdoes not match any known parameter - paasta_tools/instance/kubernetes.py:1173:18: error[missing-argument] No arguments provided for required parameters 1, 2, 3, 4, 5
- paasta_tools/instance/kubernetes.py:1174:9: error[unknown-argument] Argument
servicedoes not match any known parameter - paasta_tools/instance/kubernetes.py:1175:9: error[unknown-argument] Argument
instancedoes not match any known parameter - paasta_tools/instance/kubernetes.py:1176:9: error[unknown-argument] Argument
clusterdoes not match any known parameter - paasta_tools/instance/kubernetes.py:1177:9: error[unknown-argument] Argument
soa_dirdoes not match any known parameter - paasta_tools/instance/kubernetes.py:1178:9: error[unknown-argument] Argument
load_deploymentsdoes not match any known parameter - paasta_tools/instance/kubernetes.py:1353:18: error[missing-argument] No arguments provided for required parameters 1, 2, 3, 4, 5
- paasta_tools/instance/kubernetes.py:1354:9: error[unknown-argument] Argument
servicedoes not match any known parameter - paasta_tools/instance/kubernetes.py:1355:9: error[unknown-argument] Argument
instancedoes not match any known parameter - paasta_tools/instance/kubernetes.py:1356:9: error[unknown-argument] Argument
clusterdoes not match any known parameter - paasta_tools/instance/kubernetes.py:1357:9: error[unknown-argument] Argument
soa_dirdoes not match any known parameter - paasta_tools/instance/kubernetes.py:1358:9: error[unknown-argument] Argument
load_deploymentsdoes not match any known parameter
- paasta_tools/instance/kubernetes.py:1393:13: error[invalid-argument-type] Argument to function
mesh_statusis incorrect: Expectedstr, foundstr | @Todo | ServiceNamespaceConfig | Task[Unknown] | bool
- paasta_tools/instance/kubernetes.py:1393:13: error[invalid-argument-type] Argument to function
mesh_statusis incorrect: Expectedstr, foundstr | LongRunningServiceConfig | ServiceNamespaceConfig | ... omitted 3 union elements
- paasta_tools/instance/kubernetes.py:1393:13: error[invalid-argument-type] Argument to function
mesh_statusis incorrect: Expectedstr, foundstr | @Todo | ServiceNamespaceConfig | Task[Unknown] | bool
- paasta_tools/instance/kubernetes.py:1393:13: error[invalid-argument-type] Argument to function
mesh_statusis incorrect: Expectedstr, foundstr | LongRunningServiceConfig | ServiceNamespaceConfig | ... omitted 3 union elements
- paasta_tools/instance/kubernetes.py:1393:13: error[invalid-argument-type] Argument to function
mesh_statusis incorrect: ExpectedLongRunningServiceConfig, foundstr | @Todo | ServiceNamespaceConfig | Task[Unknown] | bool
- paasta_tools/instance/kubernetes.py:1393:13: error[invalid-argument-type] Argument to function
mesh_statusis incorrect: ExpectedLongRunningServiceConfig, foundstr | LongRunningServiceConfig | ServiceNamespaceConfig | ... omitted 3 union elements
- paasta_tools/instance/kubernetes.py:1393:13: error[invalid-argument-type] Argument to function
mesh_statusis incorrect: ExpectedServiceNamespaceConfig, foundstr | @Todo | ServiceNamespaceConfig | Task[Unknown] | bool
- paasta_tools/instance/kubernetes.py:1393:13: error[invalid-argument-type] Argument to function
mesh_statusis incorrect: ExpectedServiceNamespaceConfig, foundstr | LongRunningServiceConfig | ServiceNamespaceConfig | ... omitted 3 union elements
- paasta_tools/instance/kubernetes.py:1393:13: error[invalid-argument-type] Argument to function
mesh_statusis incorrect: ExpectedFuture[Unknown], foundstr | @Todo | ServiceNamespaceConfig | Task[Unknown] | bool
- paasta_tools/instance/kubernetes.py:1393:13: error[invalid-argument-type] Argument to function
mesh_statusis incorrect: ExpectedFuture[Unknown], foundstr | LongRunningServiceConfig | ServiceNamespaceConfig | ... omitted 3 union elements
- paasta_tools/instance/kubernetes.py:1393:13: error[invalid-argument-type] Argument to function
mesh_statusis incorrect: Expectedbool, foundstr | @Todo | ServiceNamespaceConfig | Task[Unknown] | bool
- paasta_tools/instance/kubernetes.py:1393:13: error[invalid-argument-type] Argument to function
mesh_statusis incorrect: Expectedbool, foundstr | LongRunningServiceConfig | ServiceNamespaceConfig | ... omitted 3 union elements - paasta_tools/metrics/metastatus_lib.py:591:5: error[invalid-parameter-default] Default value of type
Noneis not assignable to annotated parameter type(Sequence[typing.TypeVar], /) -> Sequence[typing.TypeVar] - paasta_tools/metrics/metastatus_lib.py:606:9: error[invalid-assignment] Object of type
Sequence[typing.TypeVar]is not assignable toSequence[_GenericNodeT@group_slaves_by_key_func] - paasta_tools/metrics/metastatus_lib.py:606:35: error[invalid-argument-type] Argument is incorrect: Expected
Sequence[typing.TypeVar], foundSequence[_GenericNodeT@group_slaves_by_key_func] - paasta_tools/metrics/metastatus_lib.py:608:36: error[no-matching-overload] No overload of function
__new__matches arguments - paasta_tools/metrics/metastatus_lib.py:769:41: error[invalid-argument-type] Argument is incorrect: Expected
typing.TypeVar, found_GenericNodeT@filter_slaves - paasta_tools/metrics/metastatus_lib.py:776:5: error[invalid-parameter-default] Default value of type
Noneis not assignable to annotated parameter type(Sequence[typing.TypeVar], /) -> Sequence[typing.TypeVar] - paasta_tools/metrics/metastatus_lib.py:815:5: error[invalid-parameter-default] Default value of type
Noneis not assignable to annotated parameter type(Sequence[typing.TypeVar], /) -> Sequence[typing.TypeVar] - paasta_tools/setup_kubernetes_cr.py:349:30: error[missing-argument] No arguments provided for required parameters 1, 2, 3, 4, 5
- paasta_tools/setup_kubernetes_cr.py:350:21: error[unknown-argument] Argument
servicedoes not match any known parameter - paasta_tools/setup_kubernetes_cr.py:351:21: error[unknown-argument] Argument
instancedoes not match any known parameter - paasta_tools/setup_kubernetes_cr.py:352:21: error[unknown-argument] Argument
clusterdoes not match any known parameter - paasta_tools/setup_kubernetes_cr.py:353:21: error[unknown-argument] Argument
load_deploymentsdoes not match any known parameter - paasta_tools/setup_kubernetes_cr.py:354:21: error[unknown-argument] Argument
soa_dirdoes not match any known parameter - paasta_tools/utils.py:2916:42: error[invalid-argument-type] Argument to function
signalis incorrect: Expected((int, FrameType | None, /) -> Any) | int | None, founddef signal_handler(signum: int, frame: FrameType) -> None - paasta_tools/utils.py:2917:43: error[invalid-argument-type] Argument to function
signalis incorrect: Expected((int, FrameType | None, /) -> Any) | int | None, founddef signal_handler(signum: int, frame: FrameType) -> None - paasta_tools/utils.py:3513:58: error[invalid-argument-type] Argument to function
signalis incorrect: Expected((int, FrameType | None, /) -> Any) | int | None, foundbound method Self@__enter__.handle_timeout(signum: int, frame: FrameType) -> None - paasta_tools/utils.py:4139:47: error[invalid-argument-type] Argument to function
signalis incorrect: Expected((int, FrameType | None, /) -> Any) | int | None, founddef _handle_timeout(signum: int, frame: FrameType) -> None
- Found 991 diagnostics
- Found 1085 diagnostics
scrapy (https://github.com/scrapy/scrapy)
- tests/test_utils_console.py:41:12: warning[possibly-missing-attribute] Attribute
__name__may be missing on object of type@Todo | None
- tests/test_utils_console.py:27:12: error[unresolved-attribute] Object of type
((...) -> None) & (() -> object)has no attribute__name__ - tests/test_utils_console.py:34:12: error[unresolved-attribute] Object of type
((...) -> None) & (() -> object)has no attribute__name__ - tests/test_utils_console.py:41:12: error[unresolved-attribute] Object of type
((...) -> None) | Nonehas no attribute__name__
- Found 1704 diagnostics
- Found 1706 diagnostics
starlette (https://github.com/encode/starlette)
- starlette/_exception_handler.py:59:34: error[invalid-await]
@Todo | Response | Awaitable[Response]is not awaitable - starlette/_exception_handler.py:59:42: error[invalid-argument-type] Argument is incorrect: Expected
Request, foundRequest | WebSocket - starlette/_exception_handler.py:59:42: error[invalid-argument-type] Argument is incorrect: Expected
WebSocket, foundRequest | WebSocket - starlette/middleware/errors.py:176:38: error[invalid-await]
@Todo | Response | Awaitable[Response]is not awaitable - starlette/middleware/errors.py:176:51: error[invalid-argument-type] Argument is incorrect: Expected
WebSocket, foundRequest
- starlette/testclient.py:390:40: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - starlette/testclient.py:391:41: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - tests/test_applications.py:133:45: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - tests/test_applications.py:574:24: error[invalid-argument-type] Argument to bound method
add_middlewareis incorrect: Expected_MiddlewareFactory[Unknown], founddef _middleware_factory(app: @Todo, arg: str) -> @Todo - tests/test_applications.py:575:24: error[invalid-argument-type] Argument to bound method
add_middlewareis incorrect: Expected_MiddlewareFactory[Unknown], found(@Todo, str, /) -> @Todo
- tests/test_applications.py:574:24: error[invalid-argument-type] Argument to bound method
add_middlewareis incorrect: Expected_MiddlewareFactory[Unknown], founddef _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] - tests/test_applications.py:575:24: error[invalid-argument-type] Argument to bound method
add_middlewareis incorrect: Expected_MiddlewareFactory[Unknown], 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]
- tests/test_exceptions.py:74:60: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - tests/test_testclient.py:211:40: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - tests/test_testclient.py:251:40: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - tests/test_testclient.py:273:40: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - Found 224 diagnostics
- Found 222 diagnostics
rich (https://github.com/Textualize/rich)
- rich/_log_render.py:62:59: error[invalid-argument-type] Argument to bound method
strftimeis incorrect: Expectedstr, found(str & ~(() -> object)) | (((datetime, /) -> Text) & ~(() -> object)) | (Unknown & ~(() -> object)) - rich/text.py:624:51: error[invalid-argument-type] Argument is incorrect: Expected
str | Style, found(@Todo & ~None) | (((str, /) -> str | Style | None) & ~AlwaysFalsy & ~(() -> object)) | (str & ~AlwaysFalsy & ~(() -> object)) | (Style & ~AlwaysFalsy & ~(() -> object))
- Found 344 diagnostics
- Found 346 diagnostics
beartype (https://github.com/beartype/beartype)
- beartype/_check/checkmake.py:132:33: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - beartype/_check/checkmake.py:187:33: warning[unused-ignore-comment] Unused blanket
type: ignoredirective
- beartype/_decor/_nontype/_decordescriptor.py:153:9: error[invalid-argument-type] Argument to function
beartype_funcis incorrect: Argument type((Any, /) -> Any) | Nonedoes not satisfy upper boundtype | ((...) -> Any) | classmethod[Unknown, Unknown, Unknown] | property | staticmethod[Unknown, Unknown]of type variableBeartypeableT - beartype/_decor/_nontype/_decordescriptor.py:268:62: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - beartype/_decor/decorcache.py:74:16: error[invalid-return-type] Return type does not match returned value: expected
typing.TypeVar | ((typing.TypeVar, /) -> typing.TypeVar), foundBeartypeableT@beartype - beartype/_decor/decorcache.py:130:5: error[invalid-assignment] Invalid subscript assignment with key of type
BeartypeConfand value of typedef _beartype_confed(obj: BeartypeableT@beartype) -> BeartypeableT@beartypeon object of typedict[BeartypeConf, (typing.TypeVar, /) -> typing.TypeVar] - beartype/_decor/decorcache.py:133:12: error[invalid-return-type] Return type does not match returned value: expected
typing.TypeVar | ((typing.TypeVar, /) -> typing.TypeVar), founddef _beartype_confed(obj: BeartypeableT@beartype) -> BeartypeableT@beartype
- beartype/_decor/decorcore.py:133:42: warning[unused-ignore-comment] Unused blanket
type: ignoredirective
- beartype/_decor/decormain.py:93:20: error[invalid-return-type] Return type does not match returned value: expected
typing.TypeVar | ((typing.TypeVar, /) -> typing.TypeVar), foundBeartypeableT@beartype - beartype/_decor/decormain.py:102:16: error[invalid-return-type] Return type does not match returned value: expected
typing.TypeVar | ((typing.TypeVar, /) -> typing.TypeVar), founddef _beartype_optimized[BeartypeableT](obj: BeartypeableT@_beartype_optimized) -> BeartypeableT@_beartype_optimized - beartype/bite/kind/infercallable.py:562:18: error[invalid-type-form] The first argument to
Callablemust be either a list of types, ParamSpec, Concatenate, or...
- Found 499 diagnostics
- Found 504 diagnostics
dulwich (https://github.com/dulwich/dulwich)
- dulwich/object_store.py:1717:69: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - dulwich/object_store.py:1744:56: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - dulwich/object_store.py:2082:74: warning[unused-ignore-comment] Unused blanket
type: ignoredirective
- dulwich/web.py:732:51: error[invalid-argument-type] Argument is incorrect: Expected
StartResponse, foundStartResponse | StartResponse - dulwich/web.py:761:34: error[invalid-argument-type] Argument is incorrect: Expected
StartResponse, foundStartResponse | StartResponse - dulwich/web.py:786:34: error[invalid-argument-type] Argument is incorrect: Expected
StartResponse, foundStartResponse | StartResponse
pybind11 (https://github.com/pybind/pybind11)
- pybind11/setup_helpers.py:492:66: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - pybind11/setup_helpers.py:500:66: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - Found 213 diagnostics
- Found 211 diagnostics
dedupe (https://github.com/dedupeio/dedupe)
- dedupe/datamodel.py:94:26: warning[redundant-cast] Value is already of type
(Any, Any, /) -> int | float | Sequence[int | float] - dedupe/predicates.py:86:29: error[unresolved-attribute] Object of type
(Any, /) -> frozenset[str]has no attribute__name__ - dedupe/variables/base.py💯56: error[unresolved-attribute] Object of type
(Any, Any, /) -> int | floathas no attribute__name__
- Found 50 diagnostics
- Found 53 diagnostics
PyGithub (https://github.com/PyGithub/PyGithub)
- github/GithubIntegration.py:148:85: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - Found 290 diagnostics
- Found 289 diagnostics
cki-lib (https://gitlab.com/cki-project/cki-lib)
- inttests/test_messagequeue.py:89:30: error[invalid-argument-type] Argument to bound method
consume_messagesis incorrect: Expected(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None, foundCallbackMock - inttests/test_messagequeue.py:94:30: error[invalid-argument-type] Ar
... (truncated 522 lines) ...
No memory usage changes detected ✅