-
Notifications
You must be signed in to change notification settings - Fork 7
based callable #619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
based callable #619
Conversation
This comment has been minimized.
This comment has been minimized.
5e99226
to
966b9db
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
62d1d4d
to
f636bc7
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
5572c4d
to
ad70ef7
Compare
This comment has been minimized.
This comment has been minimized.
9dee23c
to
b476943
Compare
This comment has been minimized.
This comment has been minimized.
1be3c6b
to
fac2e95
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Diff from mypy_primer, showing the effect of this PR on open source code: CPython (cases_generator) (https://github.com/python/cpython)
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:151:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:151:6: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ Tools/cases_generator/parsing.py: note: In member "definition" of class "Parser":
+ Tools/cases_generator/parsing.py:153:21: error: Too few arguments for "macro_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:155:22: error: Too few arguments for "family_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:157:22: error: Too few arguments for "pseudo_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:159:20: error: Too few arguments for "inst_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:163:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inst_def" of class "Parser":
+ Tools/cases_generator/parsing.py:165:19: error: Too few arguments for "inst_header" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:166:25: error: Too few arguments for "block" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:178:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inputs" of class "Parser":
+ Tools/cases_generator/parsing.py:218:19: error: Too few arguments for "input" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:229:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "input" of class "Parser":
+ Tools/cases_generator/parsing.py:231:16: error: Too few arguments for "cache_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:231:39: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In member "outputs" of class "Parser":
+ Tools/cases_generator/parsing.py:236:20: error: Too few arguments for "output" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:246:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "output" of class "Parser":
+ Tools/cases_generator/parsing.py:248:16: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:250:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:264:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "stack_effect" of class "Parser":
+ Tools/cases_generator/parsing.py:277:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:285:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:293:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:318:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:324:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "uops" of class "Parser":
+ Tools/cases_generator/parsing.py:338:19: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:342:27: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:350:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:368:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:407:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:444:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: At top level:
+ Tools/cases_generator/parsing.py:483:9: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:483:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-arg for more info
+ Tools/cases_generator/parser.py: note: In function "parse_files":
+ Tools/cases_generator/parser.py:58:23: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parser.py: note: At top level:
parso (https://github.com/davidhalter/parso)
- parso/normalizer.py:22:37: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:22:37: note: Type is "(attr: Untyped) -> None"
- parso/normalizer.py:23:38: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:23:38: note: Type is "(attr: Untyped) -> None"
- parso/normalizer.py:35:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:35:9: note: Type is "(node: Untyped) -> None"
- parso/normalizer.py:36:17: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:36:17: note: Type is "(node: Untyped) -> None"
- parso/normalizer.py:44:20: note: Type is "def (leaf: Untyped) -> None"
+ parso/normalizer.py:44:20: note: Type is "(leaf: Untyped) -> None"
- parso/normalizer.py:46:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/normalizer.py:46:18: note: Type is "(node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/normalizer.py:47:32: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:47:32: note: Type is "(node: Untyped) -> None"
- parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "(self: Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "def (self: Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "(self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("(self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("def (self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/normalizer.py:51:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:51:9: note: Type is "(node: Untyped) -> None"
- parso/normalizer.py:59:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:59:9: note: Type is "(node: Untyped) -> None"
- parso/normalizer.py:75:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/normalizer.py:75:13: note: Type is "(Any (unannotated)) -> None"
- parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("(cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
+ parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("def (cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
- parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "(rule_cls: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "def (rule_cls: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:139:20: note: Type is "def (Untyped) -> None"
+ parso/normalizer.py:139:20: note: Type is "(Untyped) -> None"
- parso/normalizer.py:174:19: note: Type is "def (message: Untyped, node: Untyped) -> None"
+ parso/normalizer.py:174:19: note: Type is "(message: Untyped, node: Untyped) -> None"
- parso/normalizer.py:179:12: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:179:12: note: Type is "(node: Untyped) -> None"
- parso/tree.py:406:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/tree.py:406:16: note: Type is "(children: Untyped, include_prefix: Untyped) -> None"
- parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "(*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "def (*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/python/tokenize.py:604:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:604:25: note: Type is "(character: Untyped) -> None"
- parso/python/tokenize.py:609:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:609:25: note: Type is "(character: Untyped) -> None"
- parso/python/errors.py:225:13: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:225:13: note: Type is "(Untyped) -> None"
- parso/python/errors.py:277:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:277:13: note: Type is "(Any (unannotated)) -> None"
- parso/python/errors.py:279:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:279:13: note: Type is "(Any (unannotated)) -> None"
- parso/python/errors.py:281:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:281:13: note: Type is "(typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:291:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:291:9: note: Type is "(globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:292:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:292:9: note: Type is "(globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:318:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:318:17: note: Type is "(Any (unannotated)) -> None"
- parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "(self: _Context, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "def (self: _Context, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "(self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("(self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("def (self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:368:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:368:9: note: Type is "(Any (unannotated)) -> None"
- parso/python/errors.py:370:9: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/errors.py:370:9: note: Type is "(typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/errors.py:403:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:403:18: note: Type is "(node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "(self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "def (self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "(self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("(self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("def (self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:412:9: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:412:9: note: Type is "(node: Untyped) -> None"
- parso/python/errors.py:415:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:415:18: note: Type is "(node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:417:21: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:417:21: note: Type is "(node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:423:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:423:17: note: Type is "(spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:432:13: note: Type is "def (child_context: Untyped) -> None"
+ parso/python/errors.py:432:13: note: Type is "(child_context: Untyped) -> None"
- parso/python/errors.py:445:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:445:17: note: Type is "(spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:465:17: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:465:17: note: Type is "(node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:470:32: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:470:32: note: Type is "(node: Untyped) -> None"
- parso/python/errors.py:476:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:476:9: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:479:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:479:9: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:491:36: note: Type is "def () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
+ parso/python/errors.py:491:36: note: Type is "() -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
- parso/python/errors.py:492:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:492:13: note: Type is "(Any (unannotated)) -> None"
- parso/python/errors.py:503:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:503:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:533:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:533:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:553:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:553:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:565:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:565:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:577:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:577:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:594:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:594:21: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:600:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:600:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:612:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:612:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:624:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:624:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:655:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:655:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:657:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:657:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:660:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:660:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:673:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:673:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:686:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:686:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:687:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:687:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:697:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:697:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:697:28: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/errors.py:697:28: note: Type is "(leaf: Untyped) -> None"
- parso/python/errors.py:704:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:704:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:716:26: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:716:26: note: Type is "(string: Untyped) -> None"
- parso/python/errors.py:718:34: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:718:34: note: Type is "(string: Untyped) -> None"
- parso/python/errors.py:722:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:722:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:732:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:732:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:740:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:740:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:764:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:764:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:785:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:785:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:798:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:798:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:801:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:801:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:833:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:833:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:867:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:867:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:870:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:870:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:890:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:890:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:896:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:896:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:904:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:904:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:933:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:933:29: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:944:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:944:29: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:946:29: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:946:29: note: Type is "(Untyped) -> None"
- parso/python/errors.py:951:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:951:21: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:955:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:955:21: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:958:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:958:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:959:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:959:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:977:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:977:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:991:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:991:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1003:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1003:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1006:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1006:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1014:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1014:9: note: Type is "(children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1018:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1018:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1022:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1022:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1032:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1032:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1036:13: note: Type is "def (format_spec: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1036:13: note: Type is "(format_spec: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1039:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1039:9: note: Type is "(children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1044:17: note: Type is "def (fstring_expr: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1044:17: note: Type is "(fstring_expr: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1096:29: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1096:29: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1098:25: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1098:25: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1119:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1119:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1147:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1147:17: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1160:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1160:21: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1169:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1169:21: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1171:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1171:13: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1179:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1179:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1182:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1182:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1189:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1189:13: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1195:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1195:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1206:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1206:17: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1222:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1222:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1230:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1230:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1233:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1233:9: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1236:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1236:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1242:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1242:13: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1245:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1245:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1249:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1249:13: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1252:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1252:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1258:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1258:13: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1261:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1261:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1293:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:1293:13: note: Type is "(typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:1326:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1326:9: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/pgen2/grammar_parser.py:56:39: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:56:39: note: Type is "(type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:57:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:57:13: note: Type is "(type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:60:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:60:13: note: Type is "(type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:75:17: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:75:17: note: Type is "(next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:100:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:100:13: note: Type is "(type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:125:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:125:13: note: Type is "(type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:131:13: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:131:13: note: Type is "(next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:135:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:135:13: note: Type is "(msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:140:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:140:13: note: Type is "(msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:143:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:143:13: note: Type is "(msg: Untyped, *args: Untyped) -> None"
- parso/python/tree.py:339:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:339:16: note: Type is "(*names: Untyped) -> None"
- parso/python/tree.py:345:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:345:16: note: Type is "(*names: Untyped) -> None"
- parso/python/tree.py:351:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:351:16: note: Type is "(*names: Untyped) -> None"
- parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@next], /) -> _T@next
+ parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@_as_builtin], /) -> _T@_as_builtin
- parso/python/tree.py:1021:17: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1021:17: note: Type is "(Untyped) -> None"
- parso/python/tree.py:1025:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1025:25: note: Type is "(Untyped) -> None"
- parso/python/tree.py:1028:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1028:25: note: Type is "(Untyped) -> None"
- parso/python/tree.py:1031:9: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1031:9: note: Type is "(Untyped) -> None"
- parso/python/tree.py:1197:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/python/tree.py:1197:16: note: Type is "(children: Untyped, include_prefix: Untyped) -> None"
- parso/pgen2/generator.py:103:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:103:29: note: Type is "() -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:116:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:116:29: note: Type is "() -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:201:47: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:201:47: note: Type is "() -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/pgen2/generator.py:210:13: note: Type is "def (next_: Untyped, label: Untyped) -> None"
+ parso/pgen2/generator.py:210:13: note: Type is "(next_: Untyped, label: Untyped) -> None"
- parso/pgen2/generator.py:265:30: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:265:30: note: Type is "() -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/parser.py:129:13: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:129:13: note: Type is "(token: Untyped) -> None"
- parso/parser.py:144:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:144:24: note: Type is "(nonterminal: Untyped, children: Untyped) -> None"
- parso/parser.py:186:21: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:186:21: note: Type is "(token: Untyped) -> None"
- parso/parser.py:194:13: note: Type is "def (Untyped) -> None"
+ parso/parser.py:194:13: note: Type is "(Untyped) -> None"
- parso/parser.py:196:16: note: Type is "def (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
+ parso/parser.py:196:16: note: Type is "(type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
- parso/parser.py:200:15: note: Type is "def (typing_extensions.SupportsIndex =) -> Untyped"
+ parso/parser.py:200:15: note: Type is "(typing_extensions.SupportsIndex =) -> Untyped"
- parso/parser.py:208:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:208:24: note: Type is "(nonterminal: Untyped, children: Untyped) -> None"
- parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:178:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/pep8.py:178:18: note: Type is "(node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:189:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:189:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:196:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:196:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:202:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:202:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:213:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:213:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:221:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:221:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:247:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:247:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:285:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:285:13: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:338:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:338:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:350:13: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:350:13: note: Type is "(part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:352:9: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/pep8.py:352:9: note: Type is "(leaf: Untyped) -> None"
- parso/python/pep8.py:353:9: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:353:9: note: Type is "(part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:371:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:371:13: note: Type is "(spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:393:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:393:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:397:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:397:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:400:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:400:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:402:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:402:13: note: Type is "(spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:405:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:405:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:408:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:408:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:416:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:416:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:435:20: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:435:20: note: Type is "(spacing: Untyped) -> None"
- parso/python/pep8.py:454:29: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:454:29: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:457:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:457:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:466:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:466:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:468:32: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:468:32: note: Type is "(spacing: Untyped) -> None"
- parso/python/pep8.py:472:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:472:37: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:478:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:478:37: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:487:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:487:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:493:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:493:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:499:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:499:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:501:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:501:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:508:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:508:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:514:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:514:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:516:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:516:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:522:13: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:522:13: note: Type is "(part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:524:9: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:524:9: note: Type is "(part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:567:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:567:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:577:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:577:24: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:581:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:581:24: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:590:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:590:13: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:593:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:593:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:597:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:597:13: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:659:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:659:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:675:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:675:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:677:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:677:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:685:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:685:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:687:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:687:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:690:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:690:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:692:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:692:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:702:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:702:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:707:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:707:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:713:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:713:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:715:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:715:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:725:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:725:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/parser.py:77:22: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/parser.py:77:22: note: Type is "(tokens: Untyped) -> None"
- parso/python/parser.py:136:25: note: Type is "def (token: Untyped) -> None"
+ parso/python/parser.py:136:25: note: Type is "(token: Untyped) -> None"
- parso/python/parser.py:159:12: note: Type is "def (start_index: Untyped) -> None"
+ parso/python/parser.py:159:12: note: Type is "(start_index: Untyped) -> None"
- parso/python/parser.py:166:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/parser.py:166:17: note: Type is "(Any (unannotated)) -> None"
- parso/python/parser.py:199:21: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/parser.py:199:21: note: Type is "(typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/diff.py:305:17: note: Type is "def (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
+ parso/python/diff.py:305:17: note: Type is "(line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
- parso/python/diff.py:307:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:307:17: note: Type is "(until_line: Untyped) -> None"
- parso/python/diff.py:309:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:309:17: note: Type is "(until_line: Untyped) -> None"
- parso/python/diff.py:324:46: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:324:46: note: Type is "(tokens: Untyped) -> None"
- parso/python/diff.py:350:25: note: Type is "def (old_line: Untyped) -> None"
+ parso/python/diff.py:350:25: note: Type is "(old_line: Untyped) -> None"
- parso/python/diff.py:355:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:355:17: note: Type is "(until_line: Untyped) -> None"
- parso/python/diff.py:414:20: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:414:20: note: Type is "(until_line: Untyped) -> None"
- parso/python/diff.py:417:13: note: Type is "def (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:417:13: note: Type is "(tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:444:18: note: Type is "def (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
+ parso/python/diff.py:444:18: note: Type is "(lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
- parso/python/diff.py:453:16: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:453:16: note: Type is "(tokens: Untyped) -> None"
- parso/python/diff.py:553:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:553:9: note: Type is "(Any (unannotated)) -> None"
- parso/python/diff.py:562:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:562:9: note: Type is "(Any (unannotated)) -> None"
- parso/python/diff.py:603:16: note: Type is "def (suffix: Untyped) -> None"
+ parso/python/diff.py:603:16: note: Type is "(suffix: Untyped) -> None"
- parso/python/diff.py:613:22: note: Type is "def (tree_nodes: Untyped) -> None"
+ parso/python/diff.py:613:22: note: Type is "(tree_nodes: Untyped) -> None"
- parso/python/diff.py:633:13: note: Type is "def (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
+ parso/python/diff.py:633:13: note: Type is "(prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
- parso/python/diff.py:635:13: note: Type is "def (child_node: Untyped) -> None"
+ parso/python/diff.py:635:13: note: Type is "(child_node: Untyped) -> None"
- parso/python/diff.py:638:13: note: Type is "def (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:638:13: note: Type is "(tree_node: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:704:9: note: Type is "def (indentation: Untyped) -> None"
+ parso/python/diff.py:704:9: note: Type is "(indentation: Untyped) -> None"
- parso/python/diff.py:706:70: note: Type is "def (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
+ parso/python/diff.py:706:70: note: Type is "(working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
- parso/python/diff.py:726:22: note: Type is "def (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
+ parso/python/diff.py:726:22: note: Type is "(tree_nodes: Untyped, is_new_suite: Untyped) -> None"
- parso/grammar.py:180:16: note: Type is "def (node: Untyped, normalizer_config: Untyped =) -> None"
+ parso/grammar.py:180:16: note: Type is "(node: Untyped, normalizer_config: Untyped =) -> None"
- parso/grammar.py:183:16: note: Type is "def (node: Untyped) -> None"
+ parso/grammar.py:183:16: note: Type is "(node: Untyped) -> None"
- parso/grammar.py:198:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:198:22: note: Type is "(normalizer_config: Untyped) -> None"
- parso/grammar.py:202:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:202:22: note: Type is "(normalizer_config: Untyped) -> None"
- parso/grammar.py:259:20: note: Type is "def (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
+ parso/grammar.py:259:20: note: Type is "(str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
git-revise (https://github.com/mystor/git-revise)
- gitrevise/odb.py:390:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:390:16: note: Type is "(int =) -> Untyped"
- gitrevise/odb.py:406:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:406:16: note: Type is "(int =) -> Untyped"
attrs (https://github.com/python-attrs/attrs)
- tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
- tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
aioredis (https://github.com/aio-libs/aioredis)
- aioredis/utils.py:28:12: note: Type is "def (url: str, **kwargs: Untyped) -> None"
+ aioredis/utils.py:28:12: note: Type is "(url: str, **kwargs: Untyped) -> None"
- aioredis/connection.py:698:35: note: Type is "def (exception: Untyped) -> None"
+ aioredis/connection.py:698:35: note: Type is "(exception: Untyped) -> None"
- aioredis/connection.py:767:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:767:19: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:776:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:776:23: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:784:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:784:19: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:790:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:790:19: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:823:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:823:23: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:829:27: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:829:27: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("[_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
+ aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("def [_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
- aioredis/connection.py:1559:17: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1559:17: note: Type is "(item: Untyped) -> None"
- aioredis/connection.py:1604:36: note: Type is "def () -> typing.Coroutine[Any, Any, Untyped]"
+ aioredis/connection.py:1604:36: note: Type is "() -> typing.Coroutine[Any, Any, Untyped]"
- aioredis/connection.py:1647:13: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1647:13: note: Type is "(item: Untyped) -> None"
- aioredis/client.py:363:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:363:13: note: Type is "((Untyped, None)) -> None"
- aioredis/client.py:365:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:365:13: note: Type is "((Untyped, None)) -> None"
- aioredis/client.py:374:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:374:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Untyped") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Untyped") [no-any-expr]
- aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:11: error: list comprehension has incompatible type list[(...) -> Untyped]; expected list[def (x: Untyped) -> Any] [misc]
- aioredis/client.py:537:22: error: Expression type contains "Any" (has type "(fv: ((x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
+ aioredis/client.py:537:22: error: Expression type contains "Any" (has type "def (fv: (def (x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
- aioredis/client.py:537:33: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:33: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:39: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:39: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[((x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
+ aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[(def (x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:586:13: note: Type is "def (Any (unannotated)) -> None"
+ aioredis/client.py:586:13: note: Type is "(Any (unannotated)) -> None"
- aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:673:13: error: Expression type contains "Any" (has type "(r: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:673:13: error: Expression type contains "Any" (has type "def (r: Untyped) -> int") [no-any-expr]
- aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:675:39: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:675:39: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:676:57: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:676:57: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:680:13: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:680:13: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:682:46: error: Expression type contains "Any" (has type "(r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
+ aioredis/client.py:682:46: error: Expression type contains "Any" (has type "def (r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
- aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:684:45: error: Expression type contains "Any" (has type "(r: Untyped) -> set[Any]") [no-any-expr]
+ aioredis/client.py:684:45: error: Expression type contains "Any" (has type "def (r: Untyped) -> set[Any]") [no-any-expr]
- aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:688:13: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:688:13: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:691:34: error: Expression type contains "Any" (has type "(r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
+ aioredis/client.py:691:34: error: Expression type contains "Any" (has type "def (r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
- aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:693:49: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:693:49: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:694:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:694:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:695:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:695:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:696:54: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:696:54: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:697:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:697:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:700:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:700:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:701:21: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:701:21: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:702:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:702:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:703:20: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:703:20: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:704:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:704:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:705:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:705:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:706:22: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:706:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:710:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:710:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:711:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:711:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:712:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:712:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:713:27: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:713:27: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:714:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:714:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:715:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:715:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:716:42: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:716:42: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:717:36: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:717:36: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:718:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:718:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:719:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:719:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:720:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:720:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:721:25: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:721:25: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:722:28: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:722:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:723:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:723:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:724:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:724:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:725:30: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:725:30: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:726:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:726:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:727:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:727:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:728:37: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:728:37: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:729:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:729:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:730:27: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:730:27: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:731:23: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:731:23: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:732:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:732:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:733:23: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:733:23: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:734:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:734:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:735:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:735:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
+ aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
- aioredis/client.py:736:19: error: Expression type contains "Any" (has type "(r: Untyped) -> list[(float, float) | None]") [no-any-expr]
+ aioredis/client.py:736:19: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[(float, float) | None]") [no-any-expr]
- aioredis/client.py:737:17: error: Expression type contains "Any" (has type "(ll: Any) -> (float, float) | None") [no-any-expr]
+ aioredis/client.py:737:17: error: Expression type contains "Any" (has type "def (ll: Any) -> (float, float) | None") [no-any-expr]
- aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:739:22: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:739:22: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:740:30: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:740:30: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> dict[Any, Any])") [no-any-expr]
+ aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> dict[Any, Any])") [no-any-expr]
- aioredis/client.py:741:20: error: Expression type contains "Any" (has type "(r: Untyped) -> dict[Any, Any]") [no-any-expr]
+ aioredis/client.py:741:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> dict[Any, Any]") [no-any-expr]
- aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:742:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:742:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:743:17: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:743:17: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:744:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:744:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:745:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:745:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:746:25: error: Expression type contains "Any" (has type "(response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:746:25: error: Expression type contains "Any" (has type "def (response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:747:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:747:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:748:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:748:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:749:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:749:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[None])") [no-any-expr]
+ aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[None])") [no-any-expr]
- aioredis/client.py:750:24: error: Expression type contains "Any" (has type "(r: Untyped) -> list[None]") [no-any-expr]
+ aioredis/client.py:750:24: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[None]") [no-any-expr]
- aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:751:19: error: Expression type contains "Any" (has type "(response: Untyped, infotype: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:751:19: error: Expression type contains "Any" (has type "def (response: Untyped, infotype: Untyped) -> None") [no-any-expr]
- aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:752:17: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:752:17: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:753:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:753:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | None)") [no-any-expr]
+ aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | None)") [no-any-expr]
- aioredis/client.py:754:22: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | None") [no-any-expr]
+ aioredis/client.py:754:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | None") [no-any-expr]
- aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:755:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:755:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[bool])") [no-any-expr]
+ aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[bool])") [no-any-expr]
- aioredis/client.py:756:26: error: Expression type contains "Any" (has type "(r: Untyped) -> list[bool]") [no-any-expr]
+ aioredis/client.py:756:26: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[bool]") [no-any-expr]
- aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:757:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:757:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:758:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:758:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:760:45: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:760:45: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:761:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:761:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:762:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:762:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:763:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:763:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:764:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:764:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:765:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:765:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:766:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:766:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:767:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:767:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | bool)") [no-any-expr]
+ aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | bool)") [no-any-expr]
- aioredis/client.py:768:16: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | bool") [no-any-expr]
+ aioredis/client.py:768:16: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | bool") [no-any-expr]
- aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:769:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:769:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:771:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:771:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:772:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:772:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> (int, int))") [no-any-expr]
+ aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> (int, int))") [no-any-expr]
- aioredis/client.py:773:17: error: Expression type contains "Any" (has type "(x: Untyped) -> (int, int)") [no-any-expr]
+ aioredis/client.py:773:17: error: Expression type contains "Any" (has type "def (x: Untyped) -> (int, int)") [no-any-expr]
- aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:774:19: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:774:19: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:775:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:775:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:778:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:778:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:779:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:779:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:780:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:780:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:781:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:781:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:782:21: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:782:21: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:783:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:783:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:784:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:784:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("(cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
+ aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("def (cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
- aioredis/client.py:830:27: note: Type is "def (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
+ aioredis/client.py:830:27: note: Type is "(url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
- aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:931:37: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:931:37: note: Type is "(command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1101:41: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1101:41: note: Type is "(command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1104:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1104:26: note: Type is "(connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1110:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1110:26: note: Type is "(connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1144:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1144:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1148:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1148:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1152:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1152:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1160:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1160:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1164:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1164:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1178:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1178:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1186:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1186:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1195:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1195:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1204:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1204:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1368:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1368:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1372:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1372:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1376:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1376:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1380:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1380:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1387:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1387:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1391:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1391:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1432:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1432:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1446:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1446:20: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1447:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1447:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1451:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1451:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1455:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1455:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1459:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1459:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1471:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1471:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1480:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1480:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1484:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1484:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1488:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1488:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1492:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1492:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1496:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1496:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1500:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1500:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1504:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1504:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1508:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1508:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1512:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1512:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1516:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1516:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1528:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1528:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1540:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1540:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1544:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1544:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1557:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1557:20: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1559:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1559:20: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1566:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1566:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1609:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1609:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1615:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1615:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1619:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1619:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1633:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1633:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1637:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1637:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1641:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1641:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1648:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1648:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1652:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1652:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1656:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1656:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1660:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1660:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1664:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1664:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1668:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1668:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1672:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1672:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1676:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1676:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1680:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1680:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1697:13: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1697:13: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1712:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1712:20: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1713:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1713:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1726:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1726:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1730:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1730:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
... (truncated 422 lines) ...
itsdangerous (https://github.com/pallets/itsdangerous)
- src/itsdangerous/signer.py:54:49: error: Expression type contains "Any" (has type "(string: bytes=...) -> Any") [no-any-expr]
+ src/itsdangerous/signer.py:54:49: error: Expression type contains "Any" (has type "def (string: bytes=...) -> Any") [no-any-expr]
- src/itsdangerous/signer.py:120:49: error: Expression type contains "Any" (has type "(string: bytes=...) -> Any") [no-any-expr]
+ src/itsdangerous/signer.py:120:49: error: Expression type contains "Any" (has type "def (string: bytes=...) -> Any") [no-any-expr]
- src/itsdangerous/serializer.py:110:5: error: Type of decorated function contains type "Any" ("(self: Serializer[str], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., serializer: None | _PDataSerializer[str]=..., serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:110:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[str], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., serializer: None | _PDataSerializer[str]=..., serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:126:5: error: Type of decorated function contains type "Any" ("(self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:126:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:142:5: error: Type of decorated function contains type "Any" ("(self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:142:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:161:5: error: Type of decorated function contains type "Any" ("(self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: Any, serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:161:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: Any, serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:177:5: error: Type of decorated function contains type "Any" ("(self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: Any, serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:177:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: Any, serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
pycryptodome (https://github.com/Legrandin/pycryptodome)
- lib/Crypto/SelfTest/loader.py:88:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/loader.py:88:13: note: Type is "(Untyped) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "(x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "(x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "(x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "(x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "((data: Untyped) -> None, (data: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(def (data: Untyped) -> None, def (data: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "def (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "(tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "(obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "def (obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "def (bits: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "(bits: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:116:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:116:17: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:124:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:124:17: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:134:27: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:134:27: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:147:27: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:147:27: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:163:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:163:13: note: Type is "(Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:168:9: note: Type is "def (elgObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:168:9: note: Type is "(elgObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:169:9: note: Type is "def (elgObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:169:9: note: Type is "(elgObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:171:9: note: Type is "def (elgObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:171:9: note: Type is "(elgObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:172:9: note: Type is "def (elgObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:172:9: note: Type is "(elgObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:767:22: error: Expression type contains "Any" (has type "(str, (k: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:767:22: error: Expression type contains "Any" (has type "(str, def (k: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:767:27: error: Expression type contains "Any" (has type "(k: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:767:27: error: Expression type contains "Any" (has type "def (k: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:768:22: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:768:22: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:768:27: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:768:27: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:769:22: error: Expression type contains "Any" (has type "(str, (y: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:769:22: error: Expression type contains "Any" (has type "(str, def (y: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:769:27: error: Expression type contains "Any" (has type "(y: Untyped) -> int") [no-any-expr]
... (truncated 877 lines) ...
AutoSplit (https://github.com/Toufool/AutoSplit)
- src/utils.py:166:12: error: Expression type contains "Any" (has type "(*args: Any, **kwargs: Any) -> None") [no-any-expr]
+ src/utils.py:166:12: error: Expression type contains "Any" (has type "def (*args: Any, **kwargs: Any) -> None") [no-any-expr]
- src/compare.py:110:20: error: Expression type contains "Any" (has type "(source: Any (from unimported type), capture: Any (from unimported type), mask: Any (from unimported type) | None=...) -> None") [no-any-expr]
+ src/compare.py:110:20: error: Expression type contains "Any" (has type "def (source: Any (from unimported type), capture: Any (from unimported type), mask: Any (from unimported type) | None=...) -> None") [no-any-expr]
- src/compare.py:112:20: error: Expression type contains "Any" (has type "(source: Any (from unimported type), capture: Any (from unimported type), mask: Any (from unimported type) | None=...) -> None") [no-any-expr]
+ src/compare.py:112:20: error: Expression type contains "Any" (has type "def (source: Any (from unimported type), capture: Any (from unimported type), mask: Any (from unimported type) | None=...) -> None") [no-any-expr]
- src/compare.py:114:20: error: Expression type contains "Any" (has type "(source: Any (from unimported type), capture: Any (from unimported type), mask: Any (from unimported type) | None=...) -> None") [no-any-expr]
+ src/compare.py:114:20: error: Expression type contains "Any" (has type "def (source: Any (from unimported type), capture: Any (from unimported type), mask: Any (from unimported type) | None=...) -> None") [no-any-expr]
- src/error_messages.py:34:43: error: Expression type contains "Any" (has type "() -> Untyped") [no-any-expr]
+ src/error_messages.py:34:43: error: Expression type contains "Any" (has type "def () -> Untyped") [no-any-expr]
- src/hotkeys.py:176:74: error: Argument "key" to "sorted" has incompatible type "(key: str) -> None"; expected "(str) -> SupportsDunderLT[Any] | SupportsDunderGT[Any]" [arg-type]
+ src/hotkeys.py:176:74: error: Argument "key" to "sorted" has incompatible type "def (key: str) -> None"; expected "(str) -> SupportsDunderLT[Any] | SupportsDunderGT[Any]" [arg-type]
- src/hotkeys.py:233:16: error: Expression type contains "Any" (has type "() -> Untyped") [no-any-expr]
+ src/hotkeys.py:233:16: error: Expression type contains "Any" (has type "def () -> Untyped") [no-any-expr]
- src/hotkeys.py:259:6: error: Expression type contains "Any" (has type "(func: (...) -> Any) -> None") [no-any-expr]
+ src/hotkeys.py:259:6: error: Expression type contains "Any" (has type "def (func: (...) -> Any) -> None") [no-any-expr]
- src/hotkeys.py:259:6: error: Expression type contains "Any" (has type "() -> Untyped") [no-any-expr]
+ src/hotkeys.py:259:6: error: Expression type contains "Any" (has type "def () -> Untyped") [no-any-expr]
- src/split_parser.py:238:8: error: Expression type contains "Any" (has type "() -> object | () -> Any (unannotated) | None") [no-any-expr]
+ src/split_parser.py:238:8: error: Expression type contains "Any" (has type "() -> object | def () -> Any (unannotated) | None") [no-any-expr]
- src/capture_method/WindowsGraphicsCaptureMethod.py:70:5: error: Type of decorated function contains type "Any" ("(self: WindowsGraphicsCaptureMethod) -> Untyped") [no-any-decorated]
+ src/capture_method/WindowsGraphicsCaptureMethod.py:70:5: error: Type of decorated function contains type "Any" ("def (self: WindowsGraphicsCaptureMethod) -> Untyped") [no-any-decorated]
- src/capture_method/WindowsGraphicsCaptureMethod.py:85:5: error: Type of decorated function contains type "Any" ("(self: WindowsGraphicsCaptureMethod) -> Any (from unimported type) | None") [no-any-decorated]
+ src/capture_method/WindowsGraphicsCaptureMethod.py:85:5: error: Type of decorated function contains type "Any" ("def (self: WindowsGraphicsCaptureMethod) -> Any (from unimported type) | None") [no-any-decorated]
- src/capture_method/WindowsGraphicsCaptureMethod.py:150:5: error: Type of decorated function contains type "Any" ("(self: WindowsGraphicsCaptureMethod) -> Untyped") [no-any-decorated]
+ src/capture_method/WindowsGraphicsCaptureMethod.py:150:5: error: Type of decorated function contains type "Any" ("def (self: WindowsGraphicsCaptureMethod) -> Untyped") [no-any-decorated]
- src/capture_method/VideoCaptureDeviceCaptureMethod.py:115:5: error: Type of decorated function contains type "Any" ("(self: VideoCaptureDeviceCaptureMethod) -> Untyped") [no-any-decorated]
+ src/capture_method/VideoCaptureDeviceCaptureMethod.py:115:5: error: Type of decorated function contains type "Any" ("def (self: VideoCaptureDeviceCaptureMethod) -> Untyped") [no-any-decorated]
- src/capture_method/VideoCaptureDeviceCaptureMethod.py:123:5: error: Type of decorated function contains type "Any" ("(self: VideoCaptureDeviceCaptureMethod) -> Untyped") [no-any-decorated]
+ src/capture_method/VideoCaptureDeviceCaptureMethod.py:123:5: error: Type of decorated function contains type "Any" ("def (self: VideoCaptureDeviceCaptureMethod) -> Untyped") [no-any-decorated]
+ src/capture_method/VideoCaptureDeviceCaptureMethod.py:124:16: error: Missing positional argument "self" in call to "check_selected_region_exists" [call-arg]
+ src/capture_method/VideoCaptureDeviceCaptureMethod.py:124:16: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-arg for more info
- src/capture_method/VideoCaptureDeviceCaptureMethod.py:148:5: error: Type of decorated function contains type "Any" ("(self: VideoCaptureDeviceCaptureMethod) -> Untyped") [no-any-decorated]
+ src/capture_method/VideoCaptureDeviceCaptureMethod.py:148:5: error: Type of decorated function contains type "Any" ("def (self: VideoCaptureDeviceCaptureMethod) -> Untyped") [no-any-decorated]
- src/capture_method/BitBltCaptureMethod.py:38:5: error: Type of decorated function contains type "Any" ("(self: BitBltCaptureMethod) -> Any (from unimported type) | None") [no-any-decorated]
+ src/capture_method/BitBltCaptureMethod.py:38:5: error: Type of decorated function contains type "Any" ("def (self: BitBltCaptureMethod) -> Any (from unimported type) | None") [no-any-decorated]
- src/capture_method/DesktopDuplicationCaptureMethod.py:37:5: error: Type of decorated function contains type "Any" ("(self: DesktopDuplicationCaptureMethod) -> Untyped") [no-any-decorated]
+ src/capture_method/DesktopDuplicationCaptureMethod.py:37:5: error: Type of decorated function contains type "Any" ("def (self: DesktopDuplicationCaptureMethod) -> Untyped") [no-any-decorated]
- src/capture_method/__init__.py:47:5: error: Type of decorated function contains type "Any" ("(CaptureMethodEnum) -> Untyped") [no-any-decorated]
+ src/capture_method/__init__.py:47:5: error: Type of decorated function contains type "Any" ("def (CaptureMethodEnum) -> Untyped") [no-any-decorated]
- src/capture_method/__init__.py:61:5: error: Type of decorated function contains type "Any" ("(self: CaptureMethodEnum) -> Untyped") [no-any-decorated]
+ src/capture_method/__init__.py:61:5: error: Type of decorated function contains type "Any" ("def (self: CaptureMethodEnum) -> Untyped") [no-any-decorated]
- src/user_profile.py:120:42: error: Expression type contains "Any" (has type "() -> Untyped") [no-any-expr]
+ src/user_profile.py:120:42: error: Expression type contains "Any" (has type "def () -> Untyped") [no-any-expr]
- src/user_profile.py:138:42: error: Expression type contains "Any" (has type "() -> Untyped") [no-any-expr]
+ src/user_profile.py:138:42: error: Expression type contains "Any" (has type "def () -> Untyped") [no-any-expr]
- src/user_profile.py:190:17: error: Expression type contains "Any" (has type "() -> Untyped") [no-any-expr]
+ src/user_profile.py:190:17: error: Expression type contains "Any" (has type "def () -> Untyped") [no-any-expr]
- src/user_profile.py:193:8: error: Expression type contains "Any" (has type "() -> Untyped | None") [no-any-expr]
+ src/user_profile.py:193:8: error: Expression type contains "Any" (has type "def () -> Untyped | None") [no-any-expr]
- src/region_selection.py:83:37: error: Expression type contains "Any" (has type "(async_operation: Any (from unimported type), async_status: Any (from unimported type)) -> None") [no-any-expr]
+ src/region_selection.py:83:37: error: Expression type contains "Any" (has type "def (async_operation: Any (from unimported type), async_status: Any (from unimported type)) -> None") [no-any-expr]
- src/region_selection.py:278:17: error: Expression type contains "Any" (has type "() -> Untyped") [no-any-expr]
+ src/region_selection.py:278:17: error: Expression type contains "Any" (has type "def () -> Untyped") [no-any-expr]
- src/region_selection.py:285:8: error: Expression type contains "Any" (has type "() -> Untyped | None") [no-any-expr]
+ src/region_selection.py:285:8: error: Expression type contains "Any" (has type "def () -> Untyped | None") [no-any-expr]
- src/region_selection.py:287:16: error: Expression type contains "Any" (has type "() -> Untyped | None") [no-any-expr]
+ src/region_selection.py:287:16: error: Expression type contains "Any" (has type "def () -> Untyped | None") [no-any-expr]
+ src/region_selection.py: note: In member "mouseReleaseEvent" of class "SelectRegionWidget":
+ src/region_selection.py:368:13: error: Missing positional argument "self" in call to "close" [call-arg]
- src/region_selection.py:371:5: error: Type of decorated function contains type "Any" ("(self: SelectRegionWidget) -> Untyped") [no-any-decorated]
+ src/region_selection.py:371:5: error: Type of decorated function contains type "Any" ("def (self: SelectRegionWidget) -> Untyped") [no-any-decorated]
- src/menu_bar.py:98:5: error: Type of decorated function contains type "Any" ("(self: __CheckForUpdatesThread) -> Untyped") [no-any-decorated]
+ src/menu_bar.py:98:5: error: Type of decorated function contains type "Any" ("def (self: __CheckForUpdatesThread) -> Untyped") [no-any-decorated]
- src/menu_bar.py:105:60: error: Expression type contains "Any" (has type "() -> Untyped") [no-any-expr]
+ src/menu_bar.py:105:60: error: Expression type contains "Any" (has type "def () -> Untyped") [no-any-expr]
- src/menu_bar.py:236:6: error: Expression type contains "Any" (has type "(func: (...) -> Any) -> None") [no-any-expr]
+ src/menu_bar.py:236:6: error: Expression type contains "Any" (has type "def (func: (...) -> Any) -> None") [no-any-expr]
- src/menu_bar.py:236:6: error: Expression type contains "Any" (has type "(self: __SettingsWidget) -> Untyped") [no-any-expr]
+ src/menu_bar.py:236:6: error: Expression type contains "Any" (has type "def (self: __SettingsWidget) -> Untyped") [no-any-expr]```</details>
... (truncated 30771 lines) ... |
Diff from mypy_primer, showing the effect of this PR on open source code: git-revise (https://github.com/mystor/git-revise)
- gitrevise/odb.py:390:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:390:16: note: Type is "(int =) -> Untyped"
- gitrevise/odb.py:406:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:406:16: note: Type is "(int =) -> Untyped"
CPython (cases_generator) (https://github.com/python/cpython)
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:151:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:151:6: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ Tools/cases_generator/parsing.py: note: In member "definition" of class "Parser":
+ Tools/cases_generator/parsing.py:153:21: error: Too few arguments for "macro_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:155:22: error: Too few arguments for "family_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:157:22: error: Too few arguments for "pseudo_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:159:20: error: Too few arguments for "inst_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:163:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inst_def" of class "Parser":
+ Tools/cases_generator/parsing.py:165:19: error: Too few arguments for "inst_header" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:166:25: error: Too few arguments for "block" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:178:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inputs" of class "Parser":
+ Tools/cases_generator/parsing.py:218:19: error: Too few arguments for "input" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:229:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "input" of class "Parser":
+ Tools/cases_generator/parsing.py:231:16: error: Too few arguments for "cache_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:231:39: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In member "outputs" of class "Parser":
+ Tools/cases_generator/parsing.py:236:20: error: Too few arguments for "output" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:246:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "output" of class "Parser":
+ Tools/cases_generator/parsing.py:248:16: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:250:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:264:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "stack_effect" of class "Parser":
+ Tools/cases_generator/parsing.py:277:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:285:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:293:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:318:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:324:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "uops" of class "Parser":
+ Tools/cases_generator/parsing.py:338:19: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:342:27: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:350:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:368:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:407:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:444:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: At top level:
+ Tools/cases_generator/parsing.py:483:9: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:483:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-arg for more info
+ Tools/cases_generator/parser.py: note: In function "parse_files":
+ Tools/cases_generator/parser.py:58:23: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parser.py: note: At top level:
attrs (https://github.com/python-attrs/attrs)
- tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
- tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
pycryptodome (https://github.com/Legrandin/pycryptodome)
- lib/Crypto/SelfTest/loader.py:88:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/loader.py:88:13: note: Type is "(Untyped) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "(x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "(x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "(x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "(x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "((data: Untyped) -> None, (data: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(def (data: Untyped) -> None, def (data: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "def (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "(tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "(obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "def (obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "def (bits: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "(bits: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:116:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:116:17: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:124:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:124:17: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:134:27: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:134:27: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:147:27: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:147:27: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:163:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:163:13: note: Type is "(Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:168:9: note: Type is "def (elgObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:168:9: note: Type is "(elgObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:169:9: note: Type is "def (elgObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:169:9: note: Type is "(elgObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:171:9: note: Type is "def (elgObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:171:9: note: Type is "(elgObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:172:9: note: Type is "def (elgObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:172:9: note: Type is "(elgObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:767:22: error: Expression type contains "Any" (has type "(str, (k: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:767:22: error: Expression type contains "Any" (has type "(str, def (k: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:767:27: error: Expression type contains "Any" (has type "(k: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:767:27: error: Expression type contains "Any" (has type "def (k: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:768:22: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:768:22: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:768:27: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:768:27: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:769:22: error: Expression type contains "Any" (has type "(str, (y: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:769:22: error: Expression type contains "Any" (has type "(str, def (y: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:769:27: error: Expression type contains "Any" (has type "(y: Untyped) -> int") [no-any-expr]
... (truncated 877 lines) ...
aioredis (https://github.com/aio-libs/aioredis)
- aioredis/utils.py:28:12: note: Type is "def (url: str, **kwargs: Untyped) -> None"
+ aioredis/utils.py:28:12: note: Type is "(url: str, **kwargs: Untyped) -> None"
- aioredis/connection.py:698:35: note: Type is "def (exception: Untyped) -> None"
+ aioredis/connection.py:698:35: note: Type is "(exception: Untyped) -> None"
- aioredis/connection.py:767:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:767:19: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:776:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:776:23: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:784:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:784:19: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:790:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:790:19: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:823:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:823:23: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:829:27: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:829:27: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("[_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
+ aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("def [_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
- aioredis/connection.py:1559:17: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1559:17: note: Type is "(item: Untyped) -> None"
- aioredis/connection.py:1604:36: note: Type is "def () -> typing.Coroutine[Any, Any, Untyped]"
+ aioredis/connection.py:1604:36: note: Type is "() -> typing.Coroutine[Any, Any, Untyped]"
- aioredis/connection.py:1647:13: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1647:13: note: Type is "(item: Untyped) -> None"
- aioredis/client.py:363:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:363:13: note: Type is "((Untyped, None)) -> None"
- aioredis/client.py:365:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:365:13: note: Type is "((Untyped, None)) -> None"
- aioredis/client.py:374:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:374:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Untyped") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Untyped") [no-any-expr]
- aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:11: error: list comprehension has incompatible type list[(...) -> Untyped]; expected list[def (x: Untyped) -> Any] [misc]
- aioredis/client.py:537:22: error: Expression type contains "Any" (has type "(fv: ((x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
+ aioredis/client.py:537:22: error: Expression type contains "Any" (has type "def (fv: (def (x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
- aioredis/client.py:537:33: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:33: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:39: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:39: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[((x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
+ aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[(def (x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:586:13: note: Type is "def (Any (unannotated)) -> None"
+ aioredis/client.py:586:13: note: Type is "(Any (unannotated)) -> None"
- aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:673:13: error: Expression type contains "Any" (has type "(r: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:673:13: error: Expression type contains "Any" (has type "def (r: Untyped) -> int") [no-any-expr]
- aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:675:39: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:675:39: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:676:57: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:676:57: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:680:13: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:680:13: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:682:46: error: Expression type contains "Any" (has type "(r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
+ aioredis/client.py:682:46: error: Expression type contains "Any" (has type "def (r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
- aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:684:45: error: Expression type contains "Any" (has type "(r: Untyped) -> set[Any]") [no-any-expr]
+ aioredis/client.py:684:45: error: Expression type contains "Any" (has type "def (r: Untyped) -> set[Any]") [no-any-expr]
- aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:688:13: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:688:13: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:691:34: error: Expression type contains "Any" (has type "(r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
+ aioredis/client.py:691:34: error: Expression type contains "Any" (has type "def (r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
- aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:693:49: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:693:49: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:694:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:694:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:695:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:695:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:696:54: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:696:54: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:697:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:697:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:700:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:700:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:701:21: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:701:21: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:702:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:702:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:703:20: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:703:20: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:704:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:704:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:705:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:705:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:706:22: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:706:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:710:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:710:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:711:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:711:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:712:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:712:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:713:27: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:713:27: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:714:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:714:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:715:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:715:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:716:42: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:716:42: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:717:36: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:717:36: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:718:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:718:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:719:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:719:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:720:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:720:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:721:25: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:721:25: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:722:28: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:722:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:723:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:723:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:724:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:724:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:725:30: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:725:30: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:726:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:726:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:727:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:727:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:728:37: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:728:37: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:729:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:729:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:730:27: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:730:27: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:731:23: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:731:23: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:732:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:732:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:733:23: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:733:23: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:734:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:734:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:735:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:735:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
+ aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
- aioredis/client.py:736:19: error: Expression type contains "Any" (has type "(r: Untyped) -> list[(float, float) | None]") [no-any-expr]
+ aioredis/client.py:736:19: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[(float, float) | None]") [no-any-expr]
- aioredis/client.py:737:17: error: Expression type contains "Any" (has type "(ll: Any) -> (float, float) | None") [no-any-expr]
+ aioredis/client.py:737:17: error: Expression type contains "Any" (has type "def (ll: Any) -> (float, float) | None") [no-any-expr]
- aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:739:22: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:739:22: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:740:30: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:740:30: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> dict[Any, Any])") [no-any-expr]
+ aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> dict[Any, Any])") [no-any-expr]
- aioredis/client.py:741:20: error: Expression type contains "Any" (has type "(r: Untyped) -> dict[Any, Any]") [no-any-expr]
+ aioredis/client.py:741:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> dict[Any, Any]") [no-any-expr]
- aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:742:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:742:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:743:17: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:743:17: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:744:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:744:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:745:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:745:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:746:25: error: Expression type contains "Any" (has type "(response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:746:25: error: Expression type contains "Any" (has type "def (response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:747:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:747:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:748:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:748:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:749:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:749:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[None])") [no-any-expr]
+ aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[None])") [no-any-expr]
- aioredis/client.py:750:24: error: Expression type contains "Any" (has type "(r: Untyped) -> list[None]") [no-any-expr]
+ aioredis/client.py:750:24: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[None]") [no-any-expr]
- aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:751:19: error: Expression type contains "Any" (has type "(response: Untyped, infotype: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:751:19: error: Expression type contains "Any" (has type "def (response: Untyped, infotype: Untyped) -> None") [no-any-expr]
- aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:752:17: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:752:17: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:753:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:753:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | None)") [no-any-expr]
+ aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | None)") [no-any-expr]
- aioredis/client.py:754:22: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | None") [no-any-expr]
+ aioredis/client.py:754:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | None") [no-any-expr]
- aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:755:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:755:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[bool])") [no-any-expr]
+ aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[bool])") [no-any-expr]
- aioredis/client.py:756:26: error: Expression type contains "Any" (has type "(r: Untyped) -> list[bool]") [no-any-expr]
+ aioredis/client.py:756:26: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[bool]") [no-any-expr]
- aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:757:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:757:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:758:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:758:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:760:45: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:760:45: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:761:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:761:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:762:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:762:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:763:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:763:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:764:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:764:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:765:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:765:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:766:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:766:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:767:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:767:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | bool)") [no-any-expr]
+ aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | bool)") [no-any-expr]
- aioredis/client.py:768:16: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | bool") [no-any-expr]
+ aioredis/client.py:768:16: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | bool") [no-any-expr]
- aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:769:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:769:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:771:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:771:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:772:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:772:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> (int, int))") [no-any-expr]
+ aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> (int, int))") [no-any-expr]
- aioredis/client.py:773:17: error: Expression type contains "Any" (has type "(x: Untyped) -> (int, int)") [no-any-expr]
+ aioredis/client.py:773:17: error: Expression type contains "Any" (has type "def (x: Untyped) -> (int, int)") [no-any-expr]
- aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:774:19: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:774:19: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:775:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:775:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:778:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:778:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:779:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:779:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:780:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:780:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:781:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:781:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:782:21: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:782:21: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:783:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:783:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:784:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:784:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("(cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
+ aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("def (cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
- aioredis/client.py:830:27: note: Type is "def (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
+ aioredis/client.py:830:27: note: Type is "(url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
- aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:931:37: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:931:37: note: Type is "(command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1101:41: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1101:41: note: Type is "(command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1104:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1104:26: note: Type is "(connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1110:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1110:26: note: Type is "(connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1144:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1144:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1148:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1148:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1152:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1152:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1160:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1160:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1164:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1164:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1178:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1178:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1186:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1186:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1195:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1195:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1204:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1204:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1368:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1368:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1372:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1372:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1376:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1376:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1380:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1380:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1387:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1387:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1391:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1391:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1432:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1432:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1446:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1446:20: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1447:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1447:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1451:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1451:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1455:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1455:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1459:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1459:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1471:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1471:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1480:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1480:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1484:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1484:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1488:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1488:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1492:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1492:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1496:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1496:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1500:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1500:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1504:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1504:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1508:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1508:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1512:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1512:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1516:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1516:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1528:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1528:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1540:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1540:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1544:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1544:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1557:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1557:20: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1559:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1559:20: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1566:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1566:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1609:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1609:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1615:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1615:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1619:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1619:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1633:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1633:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1637:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1637:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1641:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1641:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1648:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1648:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1652:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1652:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1656:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1656:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1660:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1660:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1664:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1664:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1668:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1668:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1672:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1672:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1676:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1676:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1680:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1680:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1697:13: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1697:13: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1712:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1712:20: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1713:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1713:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1726:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1726:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1730:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1730:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
... (truncated 422 lines) ...
parso (https://github.com/davidhalter/parso)
- parso/normalizer.py:22:37: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:22:37: note: Type is "(attr: Untyped) -> None"
- parso/normalizer.py:23:38: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:23:38: note: Type is "(attr: Untyped) -> None"
- parso/normalizer.py:35:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:35:9: note: Type is "(node: Untyped) -> None"
- parso/normalizer.py:36:17: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:36:17: note: Type is "(node: Untyped) -> None"
- parso/normalizer.py:44:20: note: Type is "def (leaf: Untyped) -> None"
+ parso/normalizer.py:44:20: note: Type is "(leaf: Untyped) -> None"
- parso/normalizer.py:46:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/normalizer.py:46:18: note: Type is "(node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/normalizer.py:47:32: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:47:32: note: Type is "(node: Untyped) -> None"
- parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "(self: Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "def (self: Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "(self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("(self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("def (self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/normalizer.py:51:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:51:9: note: Type is "(node: Untyped) -> None"
- parso/normalizer.py:59:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:59:9: note: Type is "(node: Untyped) -> None"
- parso/normalizer.py:75:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/normalizer.py:75:13: note: Type is "(Any (unannotated)) -> None"
- parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("(cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
+ parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("def (cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
- parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "(rule_cls: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "def (rule_cls: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:139:20: note: Type is "def (Untyped) -> None"
+ parso/normalizer.py:139:20: note: Type is "(Untyped) -> None"
- parso/normalizer.py:174:19: note: Type is "def (message: Untyped, node: Untyped) -> None"
+ parso/normalizer.py:174:19: note: Type is "(message: Untyped, node: Untyped) -> None"
- parso/normalizer.py:179:12: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:179:12: note: Type is "(node: Untyped) -> None"
- parso/tree.py:406:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/tree.py:406:16: note: Type is "(children: Untyped, include_prefix: Untyped) -> None"
- parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "(*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "def (*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/python/tokenize.py:604:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:604:25: note: Type is "(character: Untyped) -> None"
- parso/python/tokenize.py:609:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:609:25: note: Type is "(character: Untyped) -> None"
- parso/python/errors.py:225:13: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:225:13: note: Type is "(Untyped) -> None"
- parso/python/errors.py:277:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:277:13: note: Type is "(Any (unannotated)) -> None"
- parso/python/errors.py:279:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:279:13: note: Type is "(Any (unannotated)) -> None"
- parso/python/errors.py:281:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:281:13: note: Type is "(typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:291:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:291:9: note: Type is "(globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:292:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:292:9: note: Type is "(globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:318:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:318:17: note: Type is "(Any (unannotated)) -> None"
- parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "(self: _Context, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "def (self: _Context, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "(self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("(self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("def (self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:368:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:368:9: note: Type is "(Any (unannotated)) -> None"
- parso/python/errors.py:370:9: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/errors.py:370:9: note: Type is "(typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/errors.py:403:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:403:18: note: Type is "(node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "(self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "def (self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "(self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("(self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("def (self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:412:9: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:412:9: note: Type is "(node: Untyped) -> None"
- parso/python/errors.py:415:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:415:18: note: Type is "(node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:417:21: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:417:21: note: Type is "(node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:423:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:423:17: note: Type is "(spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:432:13: note: Type is "def (child_context: Untyped) -> None"
+ parso/python/errors.py:432:13: note: Type is "(child_context: Untyped) -> None"
- parso/python/errors.py:445:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:445:17: note: Type is "(spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:465:17: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:465:17: note: Type is "(node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:470:32: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:470:32: note: Type is "(node: Untyped) -> None"
- parso/python/errors.py:476:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:476:9: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:479:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:479:9: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:491:36: note: Type is "def () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
+ parso/python/errors.py:491:36: note: Type is "() -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
- parso/python/errors.py:492:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:492:13: note: Type is "(Any (unannotated)) -> None"
- parso/python/errors.py:503:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:503:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:533:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:533:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:553:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:553:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:565:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:565:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:577:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:577:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:594:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:594:21: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:600:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:600:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:612:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:612:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:624:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:624:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:655:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:655:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:657:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:657:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:660:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:660:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:673:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:673:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:686:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:686:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:687:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:687:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:697:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:697:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:697:28: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/errors.py:697:28: note: Type is "(leaf: Untyped) -> None"
- parso/python/errors.py:704:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:704:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:716:26: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:716:26: note: Type is "(string: Untyped) -> None"
- parso/python/errors.py:718:34: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:718:34: note: Type is "(string: Untyped) -> None"
- parso/python/errors.py:722:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:722:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:732:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:732:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:740:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:740:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:764:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:764:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:785:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:785:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:798:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:798:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:801:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:801:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:833:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:833:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:867:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:867:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:870:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:870:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:890:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:890:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:896:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:896:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:904:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:904:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:933:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:933:29: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:944:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:944:29: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:946:29: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:946:29: note: Type is "(Untyped) -> None"
- parso/python/errors.py:951:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:951:21: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:955:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:955:21: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:958:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:958:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:959:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:959:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:977:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:977:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:991:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:991:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1003:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1003:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1006:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1006:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1014:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1014:9: note: Type is "(children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1018:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1018:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1022:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1022:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1032:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1032:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1036:13: note: Type is "def (format_spec: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1036:13: note: Type is "(format_spec: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1039:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1039:9: note: Type is "(children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1044:17: note: Type is "def (fstring_expr: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1044:17: note: Type is "(fstring_expr: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1096:29: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1096:29: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1098:25: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1098:25: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1119:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1119:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1147:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1147:17: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1160:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1160:21: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1169:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1169:21: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1171:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1171:13: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1179:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1179:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1182:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1182:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1189:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1189:13: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1195:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1195:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1206:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1206:17: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1222:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1222:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1230:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1230:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1233:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1233:9: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1236:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1236:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1242:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1242:13: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1245:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1245:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1249:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1249:13: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1252:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1252:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1258:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1258:13: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1261:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1261:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1293:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:1293:13: note: Type is "(typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:1326:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1326:9: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/pgen2/grammar_parser.py:56:39: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:56:39: note: Type is "(type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:57:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:57:13: note: Type is "(type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:60:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:60:13: note: Type is "(type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:75:17: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:75:17: note: Type is "(next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:100:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:100:13: note: Type is "(type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:125:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:125:13: note: Type is "(type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:131:13: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:131:13: note: Type is "(next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:135:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:135:13: note: Type is "(msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:140:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:140:13: note: Type is "(msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:143:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:143:13: note: Type is "(msg: Untyped, *args: Untyped) -> None"
- parso/python/tree.py:339:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:339:16: note: Type is "(*names: Untyped) -> None"
- parso/python/tree.py:345:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:345:16: note: Type is "(*names: Untyped) -> None"
- parso/python/tree.py:351:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:351:16: note: Type is "(*names: Untyped) -> None"
- parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@next], /) -> _T@next
+ parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@_as_builtin], /) -> _T@_as_builtin
- parso/python/tree.py:1021:17: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1021:17: note: Type is "(Untyped) -> None"
- parso/python/tree.py:1025:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1025:25: note: Type is "(Untyped) -> None"
- parso/python/tree.py:1028:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1028:25: note: Type is "(Untyped) -> None"
- parso/python/tree.py:1031:9: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1031:9: note: Type is "(Untyped) -> None"
- parso/python/tree.py:1197:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/python/tree.py:1197:16: note: Type is "(children: Untyped, include_prefix: Untyped) -> None"
- parso/pgen2/generator.py:103:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:103:29: note: Type is "() -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:116:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:116:29: note: Type is "() -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:201:47: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:201:47: note: Type is "() -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/pgen2/generator.py:210:13: note: Type is "def (next_: Untyped, label: Untyped) -> None"
+ parso/pgen2/generator.py:210:13: note: Type is "(next_: Untyped, label: Untyped) -> None"
- parso/pgen2/generator.py:265:30: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:265:30: note: Type is "() -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/parser.py:129:13: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:129:13: note: Type is "(token: Untyped) -> None"
- parso/parser.py:144:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:144:24: note: Type is "(nonterminal: Untyped, children: Untyped) -> None"
- parso/parser.py:186:21: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:186:21: note: Type is "(token: Untyped) -> None"
- parso/parser.py:194:13: note: Type is "def (Untyped) -> None"
+ parso/parser.py:194:13: note: Type is "(Untyped) -> None"
- parso/parser.py:196:16: note: Type is "def (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
+ parso/parser.py:196:16: note: Type is "(type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
- parso/parser.py:200:15: note: Type is "def (typing_extensions.SupportsIndex =) -> Untyped"
+ parso/parser.py:200:15: note: Type is "(typing_extensions.SupportsIndex =) -> Untyped"
- parso/parser.py:208:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:208:24: note: Type is "(nonterminal: Untyped, children: Untyped) -> None"
- parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:178:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/pep8.py:178:18: note: Type is "(node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:189:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:189:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:196:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:196:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:202:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:202:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:213:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:213:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:221:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:221:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:247:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:247:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:285:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:285:13: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:338:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:338:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:350:13: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:350:13: note: Type is "(part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:352:9: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/pep8.py:352:9: note: Type is "(leaf: Untyped) -> None"
- parso/python/pep8.py:353:9: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:353:9: note: Type is "(part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:371:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:371:13: note: Type is "(spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:393:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:393:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:397:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:397:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:400:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:400:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:402:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:402:13: note: Type is "(spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:405:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:405:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:408:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:408:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:416:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:416:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:435:20: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:435:20: note: Type is "(spacing: Untyped) -> None"
- parso/python/pep8.py:454:29: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:454:29: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:457:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:457:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:466:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:466:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:468:32: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:468:32: note: Type is "(spacing: Untyped) -> None"
- parso/python/pep8.py:472:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:472:37: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:478:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:478:37: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:487:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:487:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:493:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:493:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:499:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:499:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:501:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:501:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:508:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:508:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:514:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:514:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:516:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:516:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:522:13: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:522:13: note: Type is "(part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:524:9: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:524:9: note: Type is "(part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:567:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:567:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:577:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:577:24: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:581:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:581:24: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:590:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:590:13: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:593:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:593:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:597:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:597:13: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:659:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:659:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:675:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:675:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:677:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:677:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:685:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:685:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:687:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:687:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:690:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:690:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:692:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:692:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:702:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:702:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:707:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:707:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:713:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:713:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:715:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:715:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:725:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:725:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/parser.py:77:22: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/parser.py:77:22: note: Type is "(tokens: Untyped) -> None"
- parso/python/parser.py:136:25: note: Type is "def (token: Untyped) -> None"
+ parso/python/parser.py:136:25: note: Type is "(token: Untyped) -> None"
- parso/python/parser.py:159:12: note: Type is "def (start_index: Untyped) -> None"
+ parso/python/parser.py:159:12: note: Type is "(start_index: Untyped) -> None"
- parso/python/parser.py:166:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/parser.py:166:17: note: Type is "(Any (unannotated)) -> None"
- parso/python/parser.py:199:21: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/parser.py:199:21: note: Type is "(typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/diff.py:305:17: note: Type is "def (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
+ parso/python/diff.py:305:17: note: Type is "(line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
- parso/python/diff.py:307:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:307:17: note: Type is "(until_line: Untyped) -> None"
- parso/python/diff.py:309:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:309:17: note: Type is "(until_line: Untyped) -> None"
- parso/python/diff.py:324:46: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:324:46: note: Type is "(tokens: Untyped) -> None"
- parso/python/diff.py:350:25: note: Type is "def (old_line: Untyped) -> None"
+ parso/python/diff.py:350:25: note: Type is "(old_line: Untyped) -> None"
- parso/python/diff.py:355:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:355:17: note: Type is "(until_line: Untyped) -> None"
- parso/python/diff.py:414:20: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:414:20: note: Type is "(until_line: Untyped) -> None"
- parso/python/diff.py:417:13: note: Type is "def (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:417:13: note: Type is "(tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:444:18: note: Type is "def (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
+ parso/python/diff.py:444:18: note: Type is "(lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
- parso/python/diff.py:453:16: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:453:16: note: Type is "(tokens: Untyped) -> None"
- parso/python/diff.py:553:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:553:9: note: Type is "(Any (unannotated)) -> None"
- parso/python/diff.py:562:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:562:9: note: Type is "(Any (unannotated)) -> None"
- parso/python/diff.py:603:16: note: Type is "def (suffix: Untyped) -> None"
+ parso/python/diff.py:603:16: note: Type is "(suffix: Untyped) -> None"
- parso/python/diff.py:613:22: note: Type is "def (tree_nodes: Untyped) -> None"
+ parso/python/diff.py:613:22: note: Type is "(tree_nodes: Untyped) -> None"
- parso/python/diff.py:633:13: note: Type is "def (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
+ parso/python/diff.py:633:13: note: Type is "(prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
- parso/python/diff.py:635:13: note: Type is "def (child_node: Untyped) -> None"
+ parso/python/diff.py:635:13: note: Type is "(child_node: Untyped) -> None"
- parso/python/diff.py:638:13: note: Type is "def (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:638:13: note: Type is "(tree_node: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:704:9: note: Type is "def (indentation: Untyped) -> None"
+ parso/python/diff.py:704:9: note: Type is "(indentation: Untyped) -> None"
- parso/python/diff.py:706:70: note: Type is "def (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
+ parso/python/diff.py:706:70: note: Type is "(working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
- parso/python/diff.py:726:22: note: Type is "def (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
+ parso/python/diff.py:726:22: note: Type is "(tree_nodes: Untyped, is_new_suite: Untyped) -> None"
- parso/grammar.py:180:16: note: Type is "def (node: Untyped, normalizer_config: Untyped =) -> None"
+ parso/grammar.py:180:16: note: Type is "(node: Untyped, normalizer_config: Untyped =) -> None"
- parso/grammar.py:183:16: note: Type is "def (node: Untyped) -> None"
+ parso/grammar.py:183:16: note: Type is "(node: Untyped) -> None"
- parso/grammar.py:198:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:198:22: note: Type is "(normalizer_config: Untyped) -> None"
- parso/grammar.py:202:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:202:22: note: Type is "(normalizer_config: Untyped) -> None"
- parso/grammar.py:259:20: note: Type is "def (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
+ parso/grammar.py:259:20: note: Type is "(str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
pyjwt (https://github.com/jpadilla/pyjwt)
- jwt/algorithms.py:167:5: error: Type of decorated function contains type "Any" ("(self: Algorithm, key: Any) -> Any") [no-any-decorated]
+ jwt/algorithms.py:167:5: error: Type of decorated function contains type "Any" ("def (self: Algorithm, key: Any) -> Any") [no-any-decorated]
- jwt/algorithms.py:174:5: error: Type of decorated function contains type "Any" ("(self: Algorithm, msg: bytes, key: Any) -> bytes") [no-any-decorated]
+ jwt/algorithms.py:174:5: error: Type of decorated function contains type "Any" ("def (self: Algorithm, msg: bytes, key: Any) -> bytes") [no-any-decorated]
- jwt/algorithms.py:181:5: error: Type of decorated function contains type "Any" ("(self: Algorithm, msg: bytes, key: Any, sig: bytes) -> bool") [no-any-decorated]
+ jwt/algorithms.py:181:5: error: Type of decorated function contains type "Any" ("def (self: Algorithm, msg: bytes, key: Any, sig: bytes) -> bool") [no-any-decorated]
+ jwt/algorithms.py: note: In class "HMACAlgorithm":
+ jwt/algorithms.py:248:37: error: Assigning a "FunctionType" on the class will become a "MethodType" [callable-functiontype]
+ jwt/algorithms.py:248:37: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ jwt/algorithms.py:249:37: error: Assigning a "FunctionType" on the class will become a "MethodType" [callable-functiontype]
+ jwt/algorithms.py:250:37: error: Assigning a "FunctionType" on the class will become a "MethodType" [callable-functiontype]
- jwt/api_jws.py:186:46: note: Type is "def () -> _collections_abc.dict_keys[str, Untyped]"
+ jwt/api_jws.py:186:46: note: Type is "() -> _collections_abc.dict_keys[str, Untyped]"
- jwt/api_jws.py:231:46: note: Type is "def () -> _collections_abc.dict_keys[str, Untyped]"
+ jwt/api_jws.py:231:46: note: Type is "() -> _collections_abc.dict_keys[str, Untyped]"
- jwt/api_jws.py:234:19: note: Type is "def (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
+ jwt/api_jws.py:234:19: note: Type is "(jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
- jwt/api_jwt.py:152:19: note: Type is "def (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
+ jwt/api_jwt.py:152:19: note: Type is "(jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
- jwt/api_jwt.py:163:9: note: Type is "def (payload: dict[str, Any], options: dict[str, Any], audience: Untyped =, issuer: Untyped =, leeway: float | datetime.timedelta =) -> None"
+ jwt/api_jwt.py:163:9: note: Type is "(payload: dict[str, Any], options: dict[str, Any], audience: Untyped =, issuer: Untyped =, leeway: float | datetime.timedelta =) -> None"
itsdangerous (https://github.com/pallets/itsdangerous)
- src/itsdangerous/signer.py:54:49: error: Expression type contains "Any" (has type "(string: bytes=...) -> Any") [no-any-expr]
+ src/itsdangerous/signer.py:54:49: error: Expression type contains "Any" (has type "def (string: bytes=...) -> Any") [no-any-expr]
- src/itsdangerous/signer.py:120:49: error: Expression type contains "Any" (has type "(string: bytes=...) -> Any") [no-any-expr]
+ src/itsdangerous/signer.py:120:49: error: Expression type contains "Any" (has type "def (string: bytes=...) -> Any") [no-any-expr]
- src/itsdangerous/serializer.py:110:5: error: Type of decorated function contains type "Any" ("(self: Serializer[str], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., serializer: None | _PDataSerializer[str]=..., serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:110:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[str], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., serializer: None | _PDataSerializer[str]=..., serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:126:5: error: Type of decorated function contains type "Any" ("(self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:126:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:142:5: error: Type of decorated function contains type "Any" ("(self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:142:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:161:5: error: Type of decorated function contains type "Any" ("(self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: Any, serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:161:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: Any, serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:177:5: error: Type of decorated function contains type "Any" ("(self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: Any, serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:177:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: Any, serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
boostedblob (https://github.com/hauntsaninja/boostedblob)
- boostedblob/azure_auth.py:145:28: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ boostedblob/azure_auth.py:145:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
+ boostedblob/globals.py:69:52: error: "(T@TokenManager) -> Awaitable[(Any, float)]" has no attribute "__qualname__" [attr-defined]
- boostedblob/globals.py:142:46: error: Expression type contains "Any" (has type "(cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
+ boostedblob/globals.py:142:46: error: Expression type contains "Any" (has type "def (cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
- boostedblob/globals.py:145:46: error: Expression type contains "Any" (has type "(cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
+ boostedblob/globals.py:145:46: error: Expression type contains "Any" (has type "def (cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
- boostedblob/globals.py:148:46: error: Expression type contains "Any" (has type "(_: str) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
+ boostedblob/globals.py:148:46: error: Expression type contains "Any" (has type "def (_: str) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
- boostedblob/globals.py:203:2: error: Expression type contains "Any" (has type "(**kwargs: Any) -> Iterator[None]") [no-any-expr]
+ boostedblob/globals.py:203:2: error: Expression type contains "Any" (has type "def (**kwargs: Any) -> Iterator[None]") [no-any-expr]
- boostedblob/globals.py:204:1: error: Type of decorated function contains type "Any" ("(**kwargs: Any) -> _GeneratorContextManager[None]") [no-any-decorated]
+ boostedblob/globals.py:204:1: error: Type of decorated function contains type "Any" ("def (**kwargs: Any) -> _GeneratorContextManager[None]") [no-any-decorated]
- boostedblob/globals.py:247:6: error: Expression type contains "Any" (has type "(*args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any]") [no-any-expr]
+ boostedblob/globals.py:247:6: error: Expression type contains "Any" (has type "def (*args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any]") [no-any-expr]
- boostedblob/globals.py:248:5: error: Type of decorated function contains type "Any" ("(*args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any]") [no-any-decorated]
+ boostedblob/globals.py:248:5: error: Type of decorated function contains type "Any" ("def (*args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any]") [no-any-decorated]
- boostedblob/globals.py:252:12: error: Expression type contains "Any" (has type "(*args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any]") [no-any-expr]
+ boostedblob/globals.py:252:12: error: Expression type contains "Any" (has type "def (*args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any]") [no-any-expr]
- boostedblob/globals.py:268:32: error: Expression type contains "Any" (has type "(loop: AbstractEventLoop, context: dict[str, Any]) -> None") [no-any-expr]
+ boostedblob/globals.py:268:32: error: Expression type contains "Any" (has type "def (loop: AbstractEventLoop, context: dict[str, Any]) -> None") [no-any-expr]
- boostedblob/request.py:84: error: Type of decorated function contains type "Any" ("(*, method: str = ..., url: str = ..., params: Mapping[str, str] = ..., data: dict[str, Any] | bytes | None = ..., headers: Mapping[str, str] = ..., success_codes: Sequence[int] = ..., retry_codes: Sequence[int] = ..., failure_exceptions: Mapping[int, Exception] = ..., auth: (Request) -> Awaitable[RawRequest] | None = ...) -> None") [no-any-decorated]
+ boostedblob/request.py:84: error: Type of decorated function contains type "Any" ("def (*, method: str = ..., url: str = ..., params: Mapping[str, str] = ..., data: dict[str, Any] | bytes | None = ..., headers: Mapping[str, str] = ..., success_codes: Sequence[int] = ..., retry_codes: Sequence[int] = ..., failure_exceptions: Mapping[int, Exception] = ..., auth: (Request) -> Awaitable[RawRequest] | None = ...) -> None") [no-any-decorated]
- boostedblob/path.py:384:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (fn: F) -> F") [no-any-expr]
+ boostedblob/path.py:384:2: error: Expression type contains "Any" (has type "def [F: (...) -> Any] (fn: F) -> F") [no-any-expr]
- boostedblob/path.py:428:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (fn: F) -> F") [no-any-expr]
+ boostedblob/path.py:428:2: error: Expression type contains "Any" (has type "def [F: (...) -> Any] (fn: F) -> F") [no-any-expr]
- boostedblob/path.py:439:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (fn: F) -> F") [no-any-expr]
+ boostedblob/path.py:439:2: error: Expression type contains "Any" (has type "def [F: (...) -> Any] (fn: F) -> F") [no-any-expr]
- boostedblob/path.py:535:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (fn: F) -> F") [no-any-expr]
+ boostedblob/path.py:535:2: error: Expression type contains "Any" (has type "def [F: (...) -> Any] (fn: F) -> F") [no-any-expr]
- boostedblob/path.py:559:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (fn: F) -> F") [no-any-expr]
+ boostedblob/path.py:559:2: error: Expression type contains "Any" (has type "def [F: (...) -> Any] (fn: F) -> F") [no-any-expr]
- boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (fn: F) -> F") [no-any-expr]
+ boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "def [F: (...) -> Any] (fn: F) -> F") [no-any-expr]
- boostedblob/read.py:33:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (fn: F) -> F") [no-any-expr]
+ boostedblob/read.py:33:2: error: Expression type contains "Any" (has type "def [F: (...) -> Any] (fn: F) -> F") [no-any-expr]
- boostedblob/read.py:93:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (fn: F) -> F") [no-any-expr]
+ boostedblob/read.py:93:2: error: Expression type contains "Any" (has type "def [F: (...) -> Any] (fn: F) -> F") [no-any-expr]
- boostedblob/read.py:119:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (fn: F) -> F") [no-any-expr]
+ boostedblob/read.py:119:2: error: Expression type contains "Any" (has type "def [F: (...) -> Any] (fn: F) -> F") [no-any-expr]```</details>
... (truncated 30683 lines) ... |
Diff from mypy_primer, showing the effect of this PR on open source code: parso (https://github.com/davidhalter/parso)
- parso/normalizer.py:22:37: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:22:37: note: Type is "(attr: Untyped) -> None"
- parso/normalizer.py:23:38: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:23:38: note: Type is "(attr: Untyped) -> None"
- parso/normalizer.py:35:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:35:9: note: Type is "(node: Untyped) -> None"
- parso/normalizer.py:36:17: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:36:17: note: Type is "(node: Untyped) -> None"
- parso/normalizer.py:44:20: note: Type is "def (leaf: Untyped) -> None"
+ parso/normalizer.py:44:20: note: Type is "(leaf: Untyped) -> None"
- parso/normalizer.py:46:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/normalizer.py:46:18: note: Type is "(node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/normalizer.py:47:32: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:47:32: note: Type is "(node: Untyped) -> None"
- parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "(self: Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "def (self: Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "(self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("(self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("def (self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/normalizer.py:51:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:51:9: note: Type is "(node: Untyped) -> None"
- parso/normalizer.py:59:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:59:9: note: Type is "(node: Untyped) -> None"
- parso/normalizer.py:75:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/normalizer.py:75:13: note: Type is "(Any (unannotated)) -> None"
- parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("(cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
+ parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("def (cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
- parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "(rule_cls: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "def (rule_cls: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:139:20: note: Type is "def (Untyped) -> None"
+ parso/normalizer.py:139:20: note: Type is "(Untyped) -> None"
- parso/normalizer.py:174:19: note: Type is "def (message: Untyped, node: Untyped) -> None"
+ parso/normalizer.py:174:19: note: Type is "(message: Untyped, node: Untyped) -> None"
- parso/normalizer.py:179:12: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:179:12: note: Type is "(node: Untyped) -> None"
- parso/tree.py:406:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/tree.py:406:16: note: Type is "(children: Untyped, include_prefix: Untyped) -> None"
- parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "(*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "def (*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/python/tokenize.py:604:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:604:25: note: Type is "(character: Untyped) -> None"
- parso/python/tokenize.py:609:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:609:25: note: Type is "(character: Untyped) -> None"
- parso/python/errors.py:225:13: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:225:13: note: Type is "(Untyped) -> None"
- parso/python/errors.py:277:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:277:13: note: Type is "(Any (unannotated)) -> None"
- parso/python/errors.py:279:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:279:13: note: Type is "(Any (unannotated)) -> None"
- parso/python/errors.py:281:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:281:13: note: Type is "(typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:291:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:291:9: note: Type is "(globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:292:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:292:9: note: Type is "(globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:318:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:318:17: note: Type is "(Any (unannotated)) -> None"
- parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "(self: _Context, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "def (self: _Context, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "(self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("(self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("def (self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:368:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:368:9: note: Type is "(Any (unannotated)) -> None"
- parso/python/errors.py:370:9: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/errors.py:370:9: note: Type is "(typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/errors.py:403:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:403:18: note: Type is "(node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "(self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "def (self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "(self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("(self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("def (self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:412:9: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:412:9: note: Type is "(node: Untyped) -> None"
- parso/python/errors.py:415:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:415:18: note: Type is "(node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:417:21: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:417:21: note: Type is "(node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:423:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:423:17: note: Type is "(spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:432:13: note: Type is "def (child_context: Untyped) -> None"
+ parso/python/errors.py:432:13: note: Type is "(child_context: Untyped) -> None"
- parso/python/errors.py:445:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:445:17: note: Type is "(spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:465:17: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:465:17: note: Type is "(node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:470:32: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:470:32: note: Type is "(node: Untyped) -> None"
- parso/python/errors.py:476:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:476:9: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:479:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:479:9: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:491:36: note: Type is "def () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
+ parso/python/errors.py:491:36: note: Type is "() -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
- parso/python/errors.py:492:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:492:13: note: Type is "(Any (unannotated)) -> None"
- parso/python/errors.py:503:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:503:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:533:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:533:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:553:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:553:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:565:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:565:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:577:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:577:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:594:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:594:21: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:600:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:600:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:612:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:612:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:624:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:624:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:655:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:655:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:657:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:657:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:660:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:660:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:673:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:673:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:686:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:686:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:687:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:687:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:697:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:697:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:697:28: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/errors.py:697:28: note: Type is "(leaf: Untyped) -> None"
- parso/python/errors.py:704:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:704:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:716:26: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:716:26: note: Type is "(string: Untyped) -> None"
- parso/python/errors.py:718:34: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:718:34: note: Type is "(string: Untyped) -> None"
- parso/python/errors.py:722:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:722:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:732:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:732:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:740:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:740:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:764:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:764:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:785:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:785:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:798:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:798:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:801:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:801:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:833:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:833:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:867:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:867:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:870:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:870:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:890:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:890:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:896:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:896:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:904:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:904:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:933:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:933:29: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:944:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:944:29: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:946:29: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:946:29: note: Type is "(Untyped) -> None"
- parso/python/errors.py:951:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:951:21: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:955:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:955:21: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:958:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:958:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:959:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:959:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:977:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:977:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:991:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:991:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1003:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1003:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1006:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1006:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1014:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1014:9: note: Type is "(children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1018:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1018:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1022:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1022:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1032:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1032:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1036:13: note: Type is "def (format_spec: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1036:13: note: Type is "(format_spec: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1039:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1039:9: note: Type is "(children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1044:17: note: Type is "def (fstring_expr: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1044:17: note: Type is "(fstring_expr: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1096:29: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1096:29: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1098:25: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1098:25: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1119:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1119:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1147:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1147:17: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1160:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1160:21: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1169:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1169:21: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1171:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1171:13: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1179:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1179:13: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1182:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1182:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1189:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1189:13: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1195:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1195:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1206:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1206:17: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1222:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1222:17: note: Type is "(node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1230:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1230:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1233:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1233:9: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1236:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1236:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1242:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1242:13: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1245:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1245:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1249:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1249:13: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1252:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1252:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1258:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1258:13: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1261:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1261:2: note: Type is "(*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1293:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:1293:13: note: Type is "(typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:1326:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1326:9: note: Type is "(node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/pgen2/grammar_parser.py:56:39: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:56:39: note: Type is "(type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:57:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:57:13: note: Type is "(type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:60:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:60:13: note: Type is "(type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:75:17: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:75:17: note: Type is "(next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:100:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:100:13: note: Type is "(type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:125:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:125:13: note: Type is "(type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:131:13: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:131:13: note: Type is "(next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:135:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:135:13: note: Type is "(msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:140:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:140:13: note: Type is "(msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:143:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:143:13: note: Type is "(msg: Untyped, *args: Untyped) -> None"
- parso/python/tree.py:339:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:339:16: note: Type is "(*names: Untyped) -> None"
- parso/python/tree.py:345:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:345:16: note: Type is "(*names: Untyped) -> None"
- parso/python/tree.py:351:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:351:16: note: Type is "(*names: Untyped) -> None"
- parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@next], /) -> _T@next
+ parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@_as_builtin], /) -> _T@_as_builtin
- parso/python/tree.py:1021:17: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1021:17: note: Type is "(Untyped) -> None"
- parso/python/tree.py:1025:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1025:25: note: Type is "(Untyped) -> None"
- parso/python/tree.py:1028:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1028:25: note: Type is "(Untyped) -> None"
- parso/python/tree.py:1031:9: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1031:9: note: Type is "(Untyped) -> None"
- parso/python/tree.py:1197:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/python/tree.py:1197:16: note: Type is "(children: Untyped, include_prefix: Untyped) -> None"
- parso/pgen2/generator.py:103:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:103:29: note: Type is "() -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:116:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:116:29: note: Type is "() -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:201:47: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:201:47: note: Type is "() -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/pgen2/generator.py:210:13: note: Type is "def (next_: Untyped, label: Untyped) -> None"
+ parso/pgen2/generator.py:210:13: note: Type is "(next_: Untyped, label: Untyped) -> None"
- parso/pgen2/generator.py:265:30: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:265:30: note: Type is "() -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/parser.py:129:13: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:129:13: note: Type is "(token: Untyped) -> None"
- parso/parser.py:144:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:144:24: note: Type is "(nonterminal: Untyped, children: Untyped) -> None"
- parso/parser.py:186:21: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:186:21: note: Type is "(token: Untyped) -> None"
- parso/parser.py:194:13: note: Type is "def (Untyped) -> None"
+ parso/parser.py:194:13: note: Type is "(Untyped) -> None"
- parso/parser.py:196:16: note: Type is "def (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
+ parso/parser.py:196:16: note: Type is "(type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
- parso/parser.py:200:15: note: Type is "def (typing_extensions.SupportsIndex =) -> Untyped"
+ parso/parser.py:200:15: note: Type is "(typing_extensions.SupportsIndex =) -> Untyped"
- parso/parser.py:208:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:208:24: note: Type is "(nonterminal: Untyped, children: Untyped) -> None"
- parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:178:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/pep8.py:178:18: note: Type is "(node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:189:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:189:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:196:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:196:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:202:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:202:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:213:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:213:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:221:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:221:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:247:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:247:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:285:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:285:13: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:338:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:338:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:350:13: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:350:13: note: Type is "(part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:352:9: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/pep8.py:352:9: note: Type is "(leaf: Untyped) -> None"
- parso/python/pep8.py:353:9: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:353:9: note: Type is "(part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:371:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:371:13: note: Type is "(spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:393:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:393:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:397:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:397:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:400:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:400:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:402:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:402:13: note: Type is "(spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:405:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:405:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:408:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:408:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:416:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:416:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:435:20: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:435:20: note: Type is "(spacing: Untyped) -> None"
- parso/python/pep8.py:454:29: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:454:29: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:457:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:457:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:466:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:466:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:468:32: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:468:32: note: Type is "(spacing: Untyped) -> None"
- parso/python/pep8.py:472:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:472:37: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:478:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:478:37: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:487:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:487:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:493:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:493:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:499:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:499:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:501:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:501:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:508:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:508:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:514:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:514:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:516:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:516:41: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:522:13: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:522:13: note: Type is "(part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:524:9: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:524:9: note: Type is "(part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:567:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:567:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:577:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:577:24: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:581:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:581:24: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:590:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:590:13: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:593:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:593:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:597:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:597:13: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:659:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:659:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:675:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:675:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:677:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:677:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:685:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:685:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:687:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:687:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:690:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:690:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:692:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:692:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:702:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:702:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:707:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:707:25: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:713:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:713:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:715:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:715:21: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:725:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:725:17: note: Type is "(node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/parser.py:77:22: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/parser.py:77:22: note: Type is "(tokens: Untyped) -> None"
- parso/python/parser.py:136:25: note: Type is "def (token: Untyped) -> None"
+ parso/python/parser.py:136:25: note: Type is "(token: Untyped) -> None"
- parso/python/parser.py:159:12: note: Type is "def (start_index: Untyped) -> None"
+ parso/python/parser.py:159:12: note: Type is "(start_index: Untyped) -> None"
- parso/python/parser.py:166:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/parser.py:166:17: note: Type is "(Any (unannotated)) -> None"
- parso/python/parser.py:199:21: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/parser.py:199:21: note: Type is "(typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/diff.py:305:17: note: Type is "def (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
+ parso/python/diff.py:305:17: note: Type is "(line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
- parso/python/diff.py:307:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:307:17: note: Type is "(until_line: Untyped) -> None"
- parso/python/diff.py:309:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:309:17: note: Type is "(until_line: Untyped) -> None"
- parso/python/diff.py:324:46: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:324:46: note: Type is "(tokens: Untyped) -> None"
- parso/python/diff.py:350:25: note: Type is "def (old_line: Untyped) -> None"
+ parso/python/diff.py:350:25: note: Type is "(old_line: Untyped) -> None"
- parso/python/diff.py:355:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:355:17: note: Type is "(until_line: Untyped) -> None"
- parso/python/diff.py:414:20: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:414:20: note: Type is "(until_line: Untyped) -> None"
- parso/python/diff.py:417:13: note: Type is "def (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:417:13: note: Type is "(tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:444:18: note: Type is "def (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
+ parso/python/diff.py:444:18: note: Type is "(lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
- parso/python/diff.py:453:16: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:453:16: note: Type is "(tokens: Untyped) -> None"
- parso/python/diff.py:553:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:553:9: note: Type is "(Any (unannotated)) -> None"
- parso/python/diff.py:562:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:562:9: note: Type is "(Any (unannotated)) -> None"
- parso/python/diff.py:603:16: note: Type is "def (suffix: Untyped) -> None"
+ parso/python/diff.py:603:16: note: Type is "(suffix: Untyped) -> None"
- parso/python/diff.py:613:22: note: Type is "def (tree_nodes: Untyped) -> None"
+ parso/python/diff.py:613:22: note: Type is "(tree_nodes: Untyped) -> None"
- parso/python/diff.py:633:13: note: Type is "def (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
+ parso/python/diff.py:633:13: note: Type is "(prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
- parso/python/diff.py:635:13: note: Type is "def (child_node: Untyped) -> None"
+ parso/python/diff.py:635:13: note: Type is "(child_node: Untyped) -> None"
- parso/python/diff.py:638:13: note: Type is "def (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:638:13: note: Type is "(tree_node: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:704:9: note: Type is "def (indentation: Untyped) -> None"
+ parso/python/diff.py:704:9: note: Type is "(indentation: Untyped) -> None"
- parso/python/diff.py:706:70: note: Type is "def (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
+ parso/python/diff.py:706:70: note: Type is "(working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
- parso/python/diff.py:726:22: note: Type is "def (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
+ parso/python/diff.py:726:22: note: Type is "(tree_nodes: Untyped, is_new_suite: Untyped) -> None"
- parso/grammar.py:180:16: note: Type is "def (node: Untyped, normalizer_config: Untyped =) -> None"
+ parso/grammar.py:180:16: note: Type is "(node: Untyped, normalizer_config: Untyped =) -> None"
- parso/grammar.py:183:16: note: Type is "def (node: Untyped) -> None"
+ parso/grammar.py:183:16: note: Type is "(node: Untyped) -> None"
- parso/grammar.py:198:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:198:22: note: Type is "(normalizer_config: Untyped) -> None"
- parso/grammar.py:202:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:202:22: note: Type is "(normalizer_config: Untyped) -> None"
- parso/grammar.py:259:20: note: Type is "def (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
+ parso/grammar.py:259:20: note: Type is "(str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
aioredis (https://github.com/aio-libs/aioredis)
- aioredis/utils.py:28:12: note: Type is "def (url: str, **kwargs: Untyped) -> None"
+ aioredis/utils.py:28:12: note: Type is "(url: str, **kwargs: Untyped) -> None"
- aioredis/connection.py:698:35: note: Type is "def (exception: Untyped) -> None"
+ aioredis/connection.py:698:35: note: Type is "(exception: Untyped) -> None"
- aioredis/connection.py:767:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:767:19: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:776:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:776:23: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:784:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:784:19: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:790:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:790:19: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:823:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:823:23: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:829:27: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:829:27: note: Type is "(*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("[_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
+ aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("def [_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
- aioredis/connection.py:1559:17: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1559:17: note: Type is "(item: Untyped) -> None"
- aioredis/connection.py:1604:36: note: Type is "def () -> typing.Coroutine[Any, Any, Untyped]"
+ aioredis/connection.py:1604:36: note: Type is "() -> typing.Coroutine[Any, Any, Untyped]"
- aioredis/connection.py:1647:13: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1647:13: note: Type is "(item: Untyped) -> None"
- aioredis/client.py:363:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:363:13: note: Type is "((Untyped, None)) -> None"
- aioredis/client.py:365:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:365:13: note: Type is "((Untyped, None)) -> None"
- aioredis/client.py:374:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:374:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Untyped") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Untyped") [no-any-expr]
- aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:11: error: list comprehension has incompatible type list[(...) -> Untyped]; expected list[def (x: Untyped) -> Any] [misc]
- aioredis/client.py:537:22: error: Expression type contains "Any" (has type "(fv: ((x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
+ aioredis/client.py:537:22: error: Expression type contains "Any" (has type "def (fv: (def (x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
- aioredis/client.py:537:33: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:33: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:39: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:39: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[((x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
+ aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[(def (x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:586:13: note: Type is "def (Any (unannotated)) -> None"
+ aioredis/client.py:586:13: note: Type is "(Any (unannotated)) -> None"
- aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:673:13: error: Expression type contains "Any" (has type "(r: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:673:13: error: Expression type contains "Any" (has type "def (r: Untyped) -> int") [no-any-expr]
- aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:675:39: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:675:39: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:676:57: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:676:57: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:680:13: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:680:13: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:682:46: error: Expression type contains "Any" (has type "(r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
+ aioredis/client.py:682:46: error: Expression type contains "Any" (has type "def (r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
- aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:684:45: error: Expression type contains "Any" (has type "(r: Untyped) -> set[Any]") [no-any-expr]
+ aioredis/client.py:684:45: error: Expression type contains "Any" (has type "def (r: Untyped) -> set[Any]") [no-any-expr]
- aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:688:13: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:688:13: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:691:34: error: Expression type contains "Any" (has type "(r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
+ aioredis/client.py:691:34: error: Expression type contains "Any" (has type "def (r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
- aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:693:49: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:693:49: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:694:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:694:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:695:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:695:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:696:54: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:696:54: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:697:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:697:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:700:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:700:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:701:21: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:701:21: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:702:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:702:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:703:20: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:703:20: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:704:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:704:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:705:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:705:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:706:22: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:706:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:710:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:710:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:711:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:711:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:712:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:712:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:713:27: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:713:27: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:714:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:714:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:715:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:715:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:716:42: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:716:42: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:717:36: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:717:36: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:718:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:718:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:719:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:719:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:720:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:720:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:721:25: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:721:25: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:722:28: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:722:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:723:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:723:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:724:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:724:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:725:30: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:725:30: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:726:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:726:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:727:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:727:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:728:37: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:728:37: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:729:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:729:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:730:27: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:730:27: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:731:23: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:731:23: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:732:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:732:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:733:23: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:733:23: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:734:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:734:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:735:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:735:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
+ aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
- aioredis/client.py:736:19: error: Expression type contains "Any" (has type "(r: Untyped) -> list[(float, float) | None]") [no-any-expr]
+ aioredis/client.py:736:19: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[(float, float) | None]") [no-any-expr]
- aioredis/client.py:737:17: error: Expression type contains "Any" (has type "(ll: Any) -> (float, float) | None") [no-any-expr]
+ aioredis/client.py:737:17: error: Expression type contains "Any" (has type "def (ll: Any) -> (float, float) | None") [no-any-expr]
- aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:739:22: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:739:22: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:740:30: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:740:30: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> dict[Any, Any])") [no-any-expr]
+ aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> dict[Any, Any])") [no-any-expr]
- aioredis/client.py:741:20: error: Expression type contains "Any" (has type "(r: Untyped) -> dict[Any, Any]") [no-any-expr]
+ aioredis/client.py:741:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> dict[Any, Any]") [no-any-expr]
- aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:742:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:742:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:743:17: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:743:17: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:744:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:744:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:745:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:745:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:746:25: error: Expression type contains "Any" (has type "(response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:746:25: error: Expression type contains "Any" (has type "def (response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:747:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:747:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:748:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:748:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:749:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:749:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[None])") [no-any-expr]
+ aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[None])") [no-any-expr]
- aioredis/client.py:750:24: error: Expression type contains "Any" (has type "(r: Untyped) -> list[None]") [no-any-expr]
+ aioredis/client.py:750:24: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[None]") [no-any-expr]
- aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:751:19: error: Expression type contains "Any" (has type "(response: Untyped, infotype: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:751:19: error: Expression type contains "Any" (has type "def (response: Untyped, infotype: Untyped) -> None") [no-any-expr]
- aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:752:17: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:752:17: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:753:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:753:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | None)") [no-any-expr]
+ aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | None)") [no-any-expr]
- aioredis/client.py:754:22: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | None") [no-any-expr]
+ aioredis/client.py:754:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | None") [no-any-expr]
- aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:755:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:755:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[bool])") [no-any-expr]
+ aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[bool])") [no-any-expr]
- aioredis/client.py:756:26: error: Expression type contains "Any" (has type "(r: Untyped) -> list[bool]") [no-any-expr]
+ aioredis/client.py:756:26: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[bool]") [no-any-expr]
- aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:757:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:757:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:758:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:758:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:760:45: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:760:45: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:761:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:761:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:762:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:762:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:763:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:763:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:764:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:764:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:765:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:765:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:766:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:766:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:767:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:767:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | bool)") [no-any-expr]
+ aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | bool)") [no-any-expr]
- aioredis/client.py:768:16: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | bool") [no-any-expr]
+ aioredis/client.py:768:16: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | bool") [no-any-expr]
- aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:769:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:769:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:771:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:771:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:772:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:772:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> (int, int))") [no-any-expr]
+ aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> (int, int))") [no-any-expr]
- aioredis/client.py:773:17: error: Expression type contains "Any" (has type "(x: Untyped) -> (int, int)") [no-any-expr]
+ aioredis/client.py:773:17: error: Expression type contains "Any" (has type "def (x: Untyped) -> (int, int)") [no-any-expr]
- aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:774:19: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:774:19: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:775:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:775:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:778:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:778:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:779:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:779:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:780:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:780:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:781:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:781:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:782:21: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:782:21: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:783:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:783:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:784:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:784:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("(cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
+ aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("def (cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
- aioredis/client.py:830:27: note: Type is "def (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
+ aioredis/client.py:830:27: note: Type is "(url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
- aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:931:37: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:931:37: note: Type is "(command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1101:41: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1101:41: note: Type is "(command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1104:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1104:26: note: Type is "(connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1110:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1110:26: note: Type is "(connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1144:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1144:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1148:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1148:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1152:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1152:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1160:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1160:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1164:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1164:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1178:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1178:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1186:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1186:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1195:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1195:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1204:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1204:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1368:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1368:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1372:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1372:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1376:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1376:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1380:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1380:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1387:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1387:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1391:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1391:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1432:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1432:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1446:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1446:20: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1447:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1447:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1451:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1451:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1455:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1455:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1459:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1459:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1471:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1471:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1480:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1480:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1484:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1484:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1488:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1488:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1492:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1492:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1496:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1496:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1500:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1500:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1504:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1504:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1508:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1508:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1512:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1512:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1516:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1516:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1528:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1528:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1540:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1540:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1544:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1544:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1557:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1557:20: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1559:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1559:20: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1566:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1566:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1609:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1609:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1615:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1615:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1619:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1619:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1633:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1633:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1637:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1637:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1641:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1641:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1648:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1648:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1652:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1652:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1656:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1656:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1660:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1660:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1664:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1664:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1668:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1668:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1672:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1672:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1676:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1676:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1680:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1680:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1697:13: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1697:13: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1712:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1712:20: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1713:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1713:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1726:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1726:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1730:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1730:16: note: Type is "(*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
... (truncated 422 lines) ...
pycryptodome (https://github.com/Legrandin/pycryptodome)
- lib/Crypto/SelfTest/loader.py:88:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/loader.py:88:13: note: Type is "(Untyped) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "(x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "(x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "(x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "(x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "(population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "((data: Untyped) -> None, (data: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(def (data: Untyped) -> None, def (data: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "def (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "(tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "(filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "(tv: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "(rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "(obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "def (obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "def (bits: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "(bits: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:116:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:116:17: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:124:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:124:17: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:134:27: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:134:27: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:147:27: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:147:27: note: Type is "(tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:163:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:163:13: note: Type is "(Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:168:9: note: Type is "def (elgObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:168:9: note: Type is "(elgObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:169:9: note: Type is "def (elgObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:169:9: note: Type is "(elgObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:171:9: note: Type is "def (elgObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:171:9: note: Type is "(elgObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:172:9: note: Type is "def (elgObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:172:9: note: Type is "(elgObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:767:22: error: Expression type contains "Any" (has type "(str, (k: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:767:22: error: Expression type contains "Any" (has type "(str, def (k: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:767:27: error: Expression type contains "Any" (has type "(k: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:767:27: error: Expression type contains "Any" (has type "def (k: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:768:22: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:768:22: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:768:27: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:768:27: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:769:22: error: Expression type contains "Any" (has type "(str, (y: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:769:22: error: Expression type contains "Any" (has type "(str, def (y: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:769:27: error: Expression type contains "Any" (has type "(y: Untyped) -> int") [no-any-expr]
... (truncated 877 lines) ...
attrs (https://github.com/python-attrs/attrs)
- tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
- tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
git-revise (https://github.com/mystor/git-revise)
- gitrevise/odb.py:390:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:390:16: note: Type is "(int =) -> Untyped"
- gitrevise/odb.py:406:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:406:16: note: Type is "(int =) -> Untyped"
CPython (cases_generator) (https://github.com/python/cpython)
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:151:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:151:6: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ Tools/cases_generator/parsing.py: note: In member "definition" of class "Parser":
+ Tools/cases_generator/parsing.py:153:21: error: Too few arguments for "macro_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:155:22: error: Too few arguments for "family_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:157:22: error: Too few arguments for "pseudo_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:159:20: error: Too few arguments for "inst_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:163:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inst_def" of class "Parser":
+ Tools/cases_generator/parsing.py:165:19: error: Too few arguments for "inst_header" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:166:25: error: Too few arguments for "block" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:178:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inputs" of class "Parser":
+ Tools/cases_generator/parsing.py:218:19: error: Too few arguments for "input" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:229:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "input" of class "Parser":
+ Tools/cases_generator/parsing.py:231:16: error: Too few arguments for "cache_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:231:39: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In member "outputs" of class "Parser":
+ Tools/cases_generator/parsing.py:236:20: error: Too few arguments for "output" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:246:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "output" of class "Parser":
+ Tools/cases_generator/parsing.py:248:16: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:250:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:264:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "stack_effect" of class "Parser":
+ Tools/cases_generator/parsing.py:277:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:285:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:293:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:318:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:324:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "uops" of class "Parser":
+ Tools/cases_generator/parsing.py:338:19: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:342:27: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:350:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:368:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:407:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:444:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: At top level:
+ Tools/cases_generator/parsing.py:483:9: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:483:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-arg for more info
+ Tools/cases_generator/parser.py: note: In function "parse_files":
+ Tools/cases_generator/parser.py:58:23: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parser.py: note: At top level:
itsdangerous (https://github.com/pallets/itsdangerous)
- src/itsdangerous/signer.py:54:49: error: Expression type contains "Any" (has type "(string: bytes=...) -> Any") [no-any-expr]
+ src/itsdangerous/signer.py:54:49: error: Expression type contains "Any" (has type "def (string: bytes=...) -> Any") [no-any-expr]
- src/itsdangerous/signer.py:120:49: error: Expression type contains "Any" (has type "(string: bytes=...) -> Any") [no-any-expr]
+ src/itsdangerous/signer.py:120:49: error: Expression type contains "Any" (has type "def (string: bytes=...) -> Any") [no-any-expr]
- src/itsdangerous/serializer.py:110:5: error: Type of decorated function contains type "Any" ("(self: Serializer[str], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., serializer: None | _PDataSerializer[str]=..., serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:110:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[str], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., serializer: None | _PDataSerializer[str]=..., serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:126:5: error: Type of decorated function contains type "Any" ("(self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:126:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:142:5: error: Type of decorated function contains type "Any" ("(self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:142:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:161:5: error: Type of decorated function contains type "Any" ("(self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: Any, serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:161:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: Any, serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:177:5: error: Type of decorated function contains type "Any" ("(self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: Any, serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:177:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: Any, serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
dulwich (https://github.com/dulwich/dulwich)
- dulwich/mailmap.py:70:17: note: Type is "def (canonical_identity: Untyped, from_identity: Untyped =) -> None"
+ dulwich/mailmap.py:70:17: note: Type is "(canonical_identity: Untyped, from_identity: Untyped =) -> None"
- dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("(cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
+ dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("def (cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
- dulwich/lru_cache.py:82:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:82:9: note: Type is "(max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:291:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:291:9: note: Type is "(max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:402:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:402:9: note: Type is "(max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
+ dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("def (cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
- dulwich/lfs.py:41:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], repo: Untyped, create: bool=...) -> None") [no-any-decorated]
+ dulwich/lfs.py:41:5: error: Type of decorated function contains type "Any" ("def (cls: type[LFSStore], repo: Untyped, create: bool=...) -> None") [no-any-decorated]
- dulwich/lfs.py:44:20: note: Type is "def (lfs_dir: Untyped) -> None"
+ dulwich/lfs.py:44:20: note: Type is "(lfs_dir: Untyped) -> None"
- dulwich/lfs.py:53:25: note: Type is "def (sha: Untyped) -> None"
+ dulwich/lfs.py:53:25: note: Type is "(sha: Untyped) -> None"
- dulwich/lfs.py:70:16: note: Type is "def (sha: Untyped) -> None"
+ dulwich/lfs.py:70:16: note: Type is "(sha: Untyped) -> None"
- dulwich/protocol.py:247:9: note: Type is "def (data: Untyped) -> None"
+ dulwich/protocol.py:247:9: note: Type is "(data: Untyped) -> None"
- dulwich/protocol.py:303:13: note: Type is "def (line: Untyped) -> None"
+ dulwich/protocol.py:303:13: note: Type is "(line: Untyped) -> None"
- dulwich/protocol.py:315:9: note: Type is "def (line: Untyped) -> None"
+ dulwich/protocol.py:315:9: note: Type is "(line: Untyped) -> None"
- dulwich/hooks.py:159:46: error: Expression type contains "Any" (has type "(*args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:159:46: error: Expression type contains "Any" (has type "def (*args: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:159:59: error: Expression type contains "Any" (has type "(success: Untyped, *args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:159:59: error: Expression type contains "Any" (has type "def (success: Untyped, *args: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:71:5: note: Type is "def (item: Untyped) -> None"
+ dulwich/graph.py:71:5: note: Type is "(item: Untyped) -> None"
- dulwich/graph.py:75:9: note: Type is "def (item: Untyped) -> None"
+ dulwich/graph.py:75:9: note: Type is "(item: Untyped) -> None"
- dulwich/graph.py:112:22: error: Expression type contains "Any" (has type "(x: (Any (unannotated), Any (unannotated))) -> Any (unannotated)") [no-any-expr]
+ dulwich/graph.py:112:22: error: Expression type contains "Any" (has type "def (x: (Any (unannotated), Any (unannotated))) -> Any (unannotated)") [no-any-expr]
- dulwich/graph.py:150:23: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:150:23: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:150:48: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:150:48: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:187:30: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:187:30: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:187:57: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:187:57: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:188:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ dulwich/graph.py:188:13: note: Type is "(typing.Iterable[Any (unannotated)]) -> None"
- dulwich/graph.py:221:23: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:221:23: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:221:49: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:221:49: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:183:21: error: Expression type contains "Any" (has type "(obj: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:183:21: error: Expression type contains "Any" (has type "def (obj: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:183:26: error: Expression type contains "Any" (has type "(obj: Untyped, value: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:183:26: error: Expression type contains "Any" (has type "def (obj: Untyped, value: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:387:5: error: Type of decorated function contains type "Any" ("(magic: Untyped, f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:387:5: error: Type of decorated function contains type "Any" ("def (magic: Untyped, f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:415:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:415:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:421:19: note: Type is "def (magic: Untyped, f: typing.BinaryIO) -> dulwich.objects.ShaFile"
+ dulwich/objects.py:421:19: note: Type is "(magic: Untyped, f: typing.BinaryIO) -> dulwich.objects.ShaFile"
- dulwich/objects.py:422:13: note: Type is "def (map: Untyped) -> None"
+ dulwich/objects.py:422:13: note: Type is "(map: Untyped) -> None"
- dulwich/objects.py:425:13: note: Type is "def (map: Untyped) -> None"
+ dulwich/objects.py:425:13: note: Type is "(map: Untyped) -> None"
- dulwich/objects.py:441:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], path: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:441:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], path: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:444:20: note: Type is "def (f: Untyped) -> None"
+ dulwich/objects.py:444:20: note: Type is "(f: Untyped) -> None"
- dulwich/objects.py:447:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:447:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:450:19: note: Type is "def (f: Untyped) -> None"
+ dulwich/objects.py:450:19: note: Type is "(f: Untyped) -> None"
- dulwich/objects.py:457:5: error: Type of decorated function contains type "Any" ("(type_num: Untyped, string: Untyped, sha: Untyped=...) -> None") [no-any-decorated]
+ dulwich/objects.py:457:5: error: Type of decorated function contains type "Any" ("def (type_num: Untyped, string: Untyped, sha: Untyped=...) -> None") [no-any-decorated]
- dulwich/objects.py:491:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], string: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:491:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], string: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:608:20: error: Expression type contains "Any" (has type "(self: Blob, data: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:608:20: error: Expression type contains "Any" (has type "def (self: Blob, data: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:630:5: error: Type of decorated function contains type "Any" ("(cls: type[Blob], path: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:630:5: error: Type of decorated function contains type "Any" ("def (cls: type[Blob], path: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:631:16: note: Type is "def (path: Untyped) -> None"
+ dulwich/objects.py:631:16: note: Type is "(path: Untyped) -> None"
- dulwich/objects.py:768:5: error: Type of decorated function contains type "Any" ("(cls: type[Tag], filename: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:768:5: error: Type of decorated function contains type "Any" ("def (cls: type[Tag], filename: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:769:15: note: Type is "def (path: Untyped) -> None"
+ dulwich/objects.py:769:15: note: Type is "(path: Untyped) -> None"
- dulwich/objects.py:782:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:782:9: note: Type is "(member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:783:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:783:9: note: Type is "(member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:784:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:784:9: note: Type is "(member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:794:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:794:9: note: Type is "(member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:885:36: error: Expression type contains "Any" (has type "(self: Tag, value: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:885:36: error: Expression type contains "Any" (has type "def (self: Tag, value: Untyped) -> None") [no-any-expr]```</details>
... (truncated 30633 lines) ... |
Diff from mypy_primer, showing the effect of this PR on open source code: parso (https://github.com/davidhalter/parso)
+ parso/normalizer.py:22: error: INTERNAL ERROR -- Please try using mypy master on GitHub:
+ https://kotlinisland.github.io/basedmypy/common_issues.html#using-a-development-mypy-build
+ Please report a bug at https://github.com/KotlinIsland/basedmypy/issues
+ version: 2.5.0+dev.fe3799401cc66c37d580d692502e6901331002f2
+ parso/normalizer.py:22: : note: use --pdb to drop into pdb
- parso/normalizer.py:20:9: error: Need type annotation for "issues" (hint: "issues: list[<type>] = ...") [var-annotated]
- parso/normalizer.py:20:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-var-annotated for more info
- parso/normalizer.py:22:37: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:22:37: note: Type is "_NamedCallable & (attr: Untyped) -> None"
+ Traceback (most recent call last):
+ File "", line 8, in <module>
+ sys.exit(console_entry())
+ File "/__main__.py", line 15, in console_entry
+ main()
+ File "/main.py", line 103, in main
+ res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+ File "/main.py", line 210, in run_build
+ res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+ File "/build.py", line 196, in build
+ result = _build(
+ File "/build.py", line 273, in _build
+ graph = dispatch(sources, manager, stdout)
+ File "/build.py", line 3085, in dispatch
+ process_graph(graph, manager)
+ File "/build.py", line 3485, in process_graph
+ process_stale_scc(graph, scc, manager)
+ File "/build.py", line 3586, in process_stale_scc
+ graph[id].type_check_first_pass()
+ File "/build.py", line 2452, in type_check_first_pass
+ self.type_checker().check_first_pass()
+ File "/checker.py", line 503, in check_first_pass
+ self.accept(d)
+ File "/checker.py", line 613, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1144, in accept
+ return visitor.visit_class_def(self)
+ File "/checker.py", line 2536, in visit_class_def
+ self.accept(defn.defs)
+ File "/checker.py", line 613, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1225, in accept
+ return visitor.visit_block(self)
+ File "/checker.py", line 2998, in visit_block
+ self.accept(s)
+ File "/checker.py", line 613, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 789, in accept
+ return visitor.visit_func_def(self)
+ File "/checker.py", line 1124, in visit_func_def
+ self._visit_func_def(defn)
+ File "/checker.py", line 1128, in _visit_func_def
+ self.check_func_item(defn, name=defn.name)
+ File "/checker.py", line 1201, in check_func_item
+ self.check_func_def(defn, typ, name, allow_empty)
+ File "/checker.py", line 1521, in check_func_def
+ self.accept(item.body)
+ File "/checker.py", line 613, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1225, in accept
+ return visitor.visit_block(self)
+ File "/checker.py", line 2998, in visit_block
+ self.accept(s)
+ File "/checker.py", line 613, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1312, in accept
+ return visitor.visit_assignment_stmt(self)
+ File "/checker.py", line 3061, in visit_assignment_stmt
+ self.check_assignment(
+ File "/checker.py", line 3219, in check_assignment
+ rvalue_type, lvalue_type, infer_lvalue_type = self.check_member_assignment(
+ File "/checker.py", line 4609, in check_member_assignment
+ rvalue_type = self.check_simple_assignment(get_type, rvalue, context)
+ File "/checker.py", line 4504, in check_simple_assignment
+ rvalue_type = self.expr_checker.accept(
+ File "/checkexpr.py", line 5972, in accept
+ typ = node.accept(self)
+ File "/nodes.py", line 1908, in accept
+ return visitor.visit_call_expr(self)
+ File "/checkexpr.py", line 484, in visit_call_expr
+ return self.visit_call_expr_inner(e, allow_none_return=allow_none_return)
+ File "/checkexpr.py", line 713, in visit_call_expr_inner
+ and fullname not in {"dataclasses.field", {"pydantic.fields.Field"}}
+ TypeError: unhashable type: 'set'
- parso/normalizer.py:22:37: error: "_instantiate_rules" of "Normalizer" does not return a value (it only ever returns None) [func-returns-value]
- parso/normalizer.py:22:37: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-func-returns-value for more info
- parso/normalizer.py:22:37: error: Incompatible types in assignment (expression has type "None", variable has type "dict[str, list[type]]") [assignment]
- parso/normalizer.py:23:38: error: Call to incomplete function "_instantiate_rules" of "Normalizer" in typed context [no-untyped-call]
- parso/normalizer.py:23:38: note: Type is "def (attr: Untyped) -> None"
- parso/normalizer.py:23:38: error: "_instantiate_rules" of "Normalizer" does not return a value (it only ever returns None) [func-returns-value]
- parso/normalizer.py:23:38: error: Incompatible types in assignment (expression has type "None", variable has type "dict[str, list[type]]") [assignment]
- parso/normalizer.py: note: In member "_instantiate_rules" of class "Normalizer":
- parso/normalizer.py:25:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:26:9: error: Need type annotation for "dct" (hint: "dct: dict[<type>, <type>] = ...") [var-annotated]
- parso/normalizer.py:28:25: error: Expression type contains "Any" (has type "Any | dict[Any, Any]") [no-any-expr]
- parso/normalizer.py:28:39: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:28:45: error: Expression type contains "Any" (has type "dict[Any, Any]") [no-any-expr]
- parso/normalizer.py:29:13: error: Expression type contains "Any" (has type "Any | (Any, Any)") [no-any-expr]
- parso/normalizer.py:29:13: error: Expression has type "Any" [no-any-expr]
- parso/normalizer.py:29:40: error: Expression type contains "Any" (has type "Any | dict[Any, Any]") [no-any-expr]
- parso/normalizer.py:29:40: error: Expression type contains "Any" (has type "Any | dict_items[Any, Any]") [no-any-expr]
- parso/normalizer.py:30:23: error: Expression has type "Any" [no-any-expr]
- parso/normalizer.py:30:23: error: Expression type contains "Any" (has type "list[Any]") [no-any-expr]
- parso/normalizer.py:30:24: error: Expression has type "Any" [no-any-expr]
- parso/normalizer.py:30:55: error: Expression has type "Any" [no-any-expr]
- parso/normalizer.py:31:17: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- parso/normalizer.py:31:17: error: Expression has type "Any (unannotated)" [no-any-expr]
- parso/normalizer.py:31:32: error: Expression has type "Any" [no-any-expr]
- parso/normalizer.py:31:39: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- parso/normalizer.py:31:50: error: Expression type contains "Any" (has type "list[Any]") [no-any-expr]
- parso/normalizer.py:32:9: error: No return value expected [return-value]
- parso/normalizer.py:32:16: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- parso/normalizer.py: note: In member "walk" of class "Normalizer":
- parso/normalizer.py:34:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:35:9: error: Call to incomplete function "initialize" of "Normalizer" in typed context [no-untyped-call]
- parso/normalizer.py:35:9: note: Type is "def (node: Untyped) -> None"
- parso/normalizer.py:35:25: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:36:17: error: Call to incomplete function "visit" of "Normalizer" in typed context [no-untyped-call]
- parso/normalizer.py:36:17: note: Type is "def (node: Untyped) -> None"
- parso/normalizer.py:36:17: error: "visit" of "Normalizer" does not return a value (it only ever returns None) [func-returns-value]
- parso/normalizer.py:36:28: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "visit" of class "Normalizer":
- parso/normalizer.py:40:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:42:13: error: Usage of untyped name "children" in typed context [no-untyped-usage]
- parso/normalizer.py:42:24: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:44:20: error: Call to incomplete function "visit_leaf" of "Normalizer" in typed context [no-untyped-call]
- parso/normalizer.py:44:20: note: Type is "def (leaf: Untyped) -> None"
- parso/normalizer.py:44:36: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:46:18: error: Call to incomplete function "visit_node" of "Normalizer" in typed context [no-untyped-call]
- parso/normalizer.py:46:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/normalizer.py:46:34: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:47:17: error: No return value expected [return-value]
- parso/normalizer.py:47:31: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:47:32: error: Call to incomplete function "visit" of "Normalizer" in typed context [no-untyped-call]
- parso/normalizer.py:47:32: note: Type is "def (node: Untyped) -> None"
- parso/normalizer.py:47:32: error: "visit" of "Normalizer" does not return a value (it only ever returns None) [func-returns-value]
- parso/normalizer.py:47:32: error: Generator has incompatible item type "None"; expected "str" [misc]
- parso/normalizer.py:47:43: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:47:63: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In class "Normalizer":
- parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "(self: Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "(self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/normalizer.py: note: In member "visit_node" of class "Normalizer":
- parso/normalizer.py:50:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:50:5: error: The return type of a generator function should be "Generator" or one of its supertypes [misc]
- parso/normalizer.py: note: In class "Normalizer":
- parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("(self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/normalizer.py:50:5: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-no-any-decorated for more info
- parso/normalizer.py: note: In member "visit_node" of class "Normalizer":
- parso/normalizer.py:51:9: error: Call to incomplete function "_check_type_rules" of "Normalizer" in typed context [no-untyped-call]
- parso/normalizer.py:51:9: note: Type is "def (node: Untyped) -> None"
- parso/normalizer.py:51:32: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "_check_type_rules" of class "Normalizer":
- parso/normalizer.py:54:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:55:51: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:56:13: error: "type" has no attribute "feed_node" [attr-defined]
- parso/normalizer.py:56:28: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "visit_leaf" of class "Normalizer":
- parso/normalizer.py:58:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:59:9: error: Call to incomplete function "_check_type_rules" of "Normalizer" in typed context [no-untyped-call]
- parso/normalizer.py:59:9: note: Type is "def (node: Untyped) -> None"
- parso/normalizer.py:59:32: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:61:52: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:62:13: error: "type" has no attribute "feed_node" [attr-defined]
- parso/normalizer.py:62:28: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:64:9: error: Returning Any from function declared to return "None" [no-any-return]
- parso/normalizer.py:64:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-no-any-return for more info
- parso/normalizer.py:64:16: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:64:16: error: Expression has type "Any (unannotated)" [no-any-expr]
- parso/normalizer.py:64:30: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "initialize" of class "Normalizer":
- parso/normalizer.py:66:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py: note: In member "add_issue" of class "Normalizer":
- parso/normalizer.py:72:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:73:23: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:73:29: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:73:35: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:74:25: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- parso/normalizer.py:75:13: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- parso/normalizer.py:75:13: error: Call to incomplete function "append" of "list" in typed context [no-untyped-call]
- parso/normalizer.py:75:13: note: Type is "def (Any (unannotated)) -> None"
- parso/normalizer.py:76:9: error: No return value expected [return-value]
- parso/normalizer.py: note: In member "register_rule" of class "Normalizer":
- parso/normalizer.py:79:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py: note: In class "Normalizer":
- parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("(cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
- parso/normalizer.py: note: In member "register_rule" of class "Normalizer":
- parso/normalizer.py:88:18: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- parso/normalizer.py:88:23: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:89:17: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- parso/normalizer.py:89:22: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:90:12: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:91:13: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- parso/normalizer.py:91:27: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:92:12: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:93:13: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- parso/normalizer.py:93:26: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:95:16: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- parso/normalizer.py:95:31: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- parso/normalizer.py: note: In function "register_rule":
- parso/normalizer.py:98:9: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:99:13: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:99:22: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:100:17: error: "type[Normalizer]" has no attribute "rule_value_classes" [attr-defined]
- parso/normalizer.py:100:51: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:100:65: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:101:13: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:101:22: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:102:17: error: "type[Normalizer]" has no attribute "rule_type_classes" [attr-defined]
- parso/normalizer.py:102:50: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:102:64: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:103:13: error: Returning Any from function declared to return "None" [no-any-return]
- parso/normalizer.py:103:20: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "register_rule" of class "Normalizer":
- parso/normalizer.py:105:9: error: No return value expected [return-value]
- parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "(rule_cls: Untyped) -> None") [no-any-expr]
- parso/normalizer.py: note: In member "create_normalizer" of class "NormalizerConfig":
- parso/normalizer.py:111:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:112:12: error: Condition is always false [redundant-expr]
- parso/normalizer.py:112:12: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-redundant-expr for more info
- parso/normalizer.py:113:13: error: Statement is unreachable [unreachable]
- parso/normalizer.py:113:13: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-unreachable for more info
- parso/normalizer.py:115:9: error: No return value expected [return-value]
- parso/normalizer.py:115:38: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "__init__" of class "Issue":
- parso/normalizer.py:119:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:120:9: error: Usage of untyped name "code" in typed context [no-untyped-usage]
- parso/normalizer.py:120:21: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:124:9: error: Usage of untyped name "message" in typed context [no-untyped-usage]
- parso/normalizer.py:124:24: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:128:9: error: Usage of untyped name "start_pos" in typed context [no-untyped-usage]
- parso/normalizer.py:128:26: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:133:9: error: Usage of untyped name "end_pos" in typed context [no-untyped-usage]
- parso/normalizer.py:133:24: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "__eq__" of class "Issue":
- parso/normalizer.py:135:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:135:5: error: Return type "None" of "__eq__" incompatible with return type "bool" in supertype "object" [override]
- parso/normalizer.py:135:5: error: Method "__eq__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- parso/normalizer.py:135:5: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-explicit-override for more info
- parso/normalizer.py:136:9: error: Returning Any from function declared to return "None" [no-any-return]
- parso/normalizer.py:136:16: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:136:16: error: Expression has type "Any (unannotated)" [no-any-expr]
- parso/normalizer.py:136:34: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:136:54: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:136:54: error: Expression has type "Any (unannotated)" [no-any-expr]
- parso/normalizer.py:136:67: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "__ne__" of class "Issue":
- parso/normalizer.py:138:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:138:5: error: Return type "None" of "__ne__" incompatible with return type "bool" in supertype "object" [override]
- parso/normalizer.py:138:5: error: Method "__ne__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- parso/normalizer.py:139:9: error: No return value expected [return-value]
- parso/normalizer.py:139:20: error: Call to incomplete function "__eq__" of "Issue" in typed context [no-untyped-call]
- parso/normalizer.py:139:20: note: Type is "def (Untyped) -> None"
- parso/normalizer.py:139:20: error: "__eq__" of "Issue" does not return a value (it only ever returns None) [func-returns-value]
- parso/normalizer.py:139:32: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "__hash__" of class "Issue":
- parso/normalizer.py:141:5: error: Return type "None" of "__hash__" incompatible with return type "int" in supertype "object" [override]
- parso/normalizer.py:141:5: error: Method "__hash__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- parso/normalizer.py:142:9: error: No return value expected [return-value]
- parso/normalizer.py:142:21: error: Expression type contains "Any" (has type "(Untyped, Untyped)") [no-any-expr]
- parso/normalizer.py:142:22: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:142:33: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "__repr__" of class "Issue":
- parso/normalizer.py:144:5: error: Return type "None" of "__repr__" incompatible with return type "str" in supertype "object" [override]
- parso/normalizer.py:144:5: error: Method "__repr__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- parso/normalizer.py:145:9: error: No return value expected [return-value]
- parso/normalizer.py:145:29: error: Expression type contains "Any" (has type "(str, Untyped)") [no-any-expr]
- parso/normalizer.py:145:55: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "__init__" of class "Rule":
- parso/normalizer.py:152:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:153:9: error: Usage of untyped name "_normalizer" in typed context [no-untyped-usage]
- parso/normalizer.py:153:28: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "is_issue" of class "Rule":
- parso/normalizer.py:155:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py: note: In member "get_node" of class "Rule":
- parso/normalizer.py:158:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:159:9: error: Returning Any from function declared to return "None" [no-any-return]
- parso/normalizer.py:159:16: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "_get_message" of class "Rule":
- parso/normalizer.py:161:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:162:12: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:163:13: error: Usage of untyped name "message" in typed context [no-untyped-usage]
- parso/normalizer.py:164:16: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:166:9: error: Returning Any from function declared to return "None" [no-any-return]
- parso/normalizer.py:166:16: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "add_issue" of class "Rule":
- parso/normalizer.py:168:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:169:12: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:170:13: error: Usage of untyped name "code" in typed context [no-untyped-usage]
- parso/normalizer.py:171:16: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:174:19: error: Call to incomplete function "_get_message" of "Rule" in typed context [no-untyped-call]
- parso/normalizer.py:174:19: note: Type is "def (message: Untyped, node: Untyped) -> None"
- parso/normalizer.py:174:19: error: "_get_message" of "Rule" does not return a value (it only ever returns None) [func-returns-value]
- parso/normalizer.py:174:37: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:174:46: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:176:9: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:176:36: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:176:42: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "feed_node" of class "Rule":
- parso/normalizer.py:178:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:179:12: error: Call to incomplete function "is_issue" of "Rule" in typed context [no-untyped-call]
- parso/normalizer.py:179:12: note: Type is "def (node: Untyped) -> None"
- parso/normalizer.py:179:12: error: "is_issue" of "Rule" does not return a value (it only ever returns None) [func-returns-value]
- parso/normalizer.py:179:12: error: Condition is always false [redundant-expr]
- parso/normalizer.py:179:26: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:180:13: error: Statement is unreachable [unreachable]
- parso/normalizer.py: note: In member "__init__" of class "RefactoringNormalizer":
- parso/normalizer.py:185:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:186:9: error: Usage of untyped name "_node_to_str_map" in typed context [no-untyped-usage]
- parso/normalizer.py:186:33: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "visit" of class "RefactoringNormalizer":
- parso/normalizer.py:188:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:188:5: error: Method "visit" is not using @override but is overriding a method in class "parso.normalizer.Normalizer" [explicit-override]
- parso/normalizer.py:190:13: error: Returning Any from function declared to return "None" [no-any-return]
- parso/normalizer.py:190:20: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:190:42: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:192:34: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py: note: In member "visit_leaf" of class "RefactoringNormalizer":
- parso/normalizer.py:194:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/normalizer.py:194:5: error: Method "visit_leaf" is not using @override but is overriding a method in class "parso.normalizer.Normalizer" [explicit-override]
- parso/normalizer.py:196:13: error: Returning Any from function declared to return "None" [no-any-return]
- parso/normalizer.py:196:20: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:196:42: error: Expression has type "Untyped" [no-any-expr]
- parso/normalizer.py:198:39: error: Expression has type "Untyped" [no-any-expr]
- parso/file_io.py: note: In member "__init__" of class "FileIO":
- parso/file_io.py:7: error: Missing type parameters for generic type "PathLike" [type-arg]
- parso/file_io.py:7: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-type-arg for more info
- parso/file_io.py:8:23: error: Expression type contains "Any" (has type "PathLike[Untyped] | str") [no-any-expr]
- parso/file_io.py:10:21: error: Expression type contains "Any" (has type "Path | PathLike[Untyped]") [no-any-expr]
- parso/file_io.py: note: In member "read" of class "FileIO":
- parso/file_io.py:16:19: error: Expression type contains "Any" (has type "Path | PathLike[Untyped]") [no-any-expr]
- parso/file_io.py:17:13: error: No return value expected [return-value]
- parso/file_io.py: note: In member "get_last_modified" of class "FileIO":
- parso/file_io.py:24:13: error: No return value expected [return-value]
- parso/file_io.py:24:37: error: Expression type contains "Any" (has type "Path | PathLike[Untyped]") [no-any-expr]
- parso/file_io.py: note: In member "__repr__" of class "FileIO":
- parso/file_io.py:28:5: error: Return type "None" of "__repr__" incompatible with return type "str" in supertype "object" [override]
- parso/file_io.py:28:5: error: Method "__repr__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- parso/file_io.py:29:9: error: No return value expected [return-value]
- parso/file_io.py:29:27: error: Expression type contains "Any" (has type "(str, Path | PathLike[Untyped])") [no-any-expr]
- parso/file_io.py:29:53: error: Expression type contains "Any" (has type "Path | PathLike[Untyped]") [no-any-expr]
- parso/file_io.py: note: In member "__init__" of class "KnownContentFileIO":
- parso/file_io.py:33:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/file_io.py:34:26: error: Expression has type "Untyped" [no-any-expr]
- parso/file_io.py:35:9: error: Usage of untyped name "_content" in typed context [no-untyped-usage]
- parso/file_io.py:35:25: error: Expression has type "Untyped" [no-any-expr]
- parso/file_io.py: note: In member "read" of class "KnownContentFileIO":
- parso/file_io.py:37:5: error: Method "read" is not using @override but is overriding a method in class "parso.file_io.FileIO" [explicit-override]
- parso/file_io.py:38:9: error: Returning Any from function declared to return "None" [no-any-return]
- parso/file_io.py:38:16: error: Expression has type "Untyped" [no-any-expr]
- parso/python/token.py: note: In member "__repr__" of class "TokenType":
- parso/python/token.py:14:5: error: Return type "None" of "__repr__" incompatible with return type "str" in supertype "object" [override]
- parso/python/token.py:14:5: error: Method "__repr__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- parso/python/token.py:15:9: error: No return value expected [return-value]
- parso/cache.py: note: In function "_get_default_cache_path":
- parso/cache.py:73:5: error: No return value expected [return-value]
- parso/cache.py: note: At top level:
- parso/cache.py:76:1: error: Need type annotation for "_default_cache_path" (hint: "_default_cache_path: <type> | None = ...") [var-annotated]
- parso/cache.py:76:23: error: "_get_default_cache_path" does not return a value (it only ever returns None) [func-returns-value]
- parso/cache.py: note: In function "_get_cache_clear_lock_path":
- parso/cache.py:89:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/cache.py:96:18: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:96:18: error: Expression type contains "Any" (has type "Any (unannotated) | None") [no-any-expr]
- parso/cache.py:96:32: error: Expression type contains "Any" (has type "Any (unannotated) | None") [no-any-expr]
- parso/cache.py:97:5: error: Returning Any from function declared to return "None" [no-any-return]
- parso/cache.py:97:12: error: Expression type contains "Any" (has type "Any (unannotated) | None") [no-any-expr]
- parso/cache.py:97:12: error: Item "None" of "Any (unannotated) | None" has no attribute "joinpath" [union-attr]
- parso/cache.py:97:12: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-union-attr for more info
- parso/cache.py:97:12: error: Expression has type "Any (unannotated)" [no-any-expr]
- parso/cache.py: note: At top level:
- parso/cache.py:100:1: error: Explicit "Any" is not allowed [no-any-explicit]
- parso/cache.py:100:1: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-no-any-explicit for more info
- parso/cache.py: note: In member "__init__" of class "_NodeCacheItem":
- parso/cache.py:104:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/cache.py:105:9: error: Usage of untyped name "node" in typed context [no-untyped-usage]
- parso/cache.py:105:21: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:106:9: error: Usage of untyped name "lines" in typed context [no-untyped-usage]
- parso/cache.py:106:22: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:107:12: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:108:13: error: Usage of untyped name "change_time" in typed context [no-untyped-usage]
- parso/cache.py:109:9: error: Usage of untyped name "change_time" in typed context [no-untyped-usage]
- parso/cache.py:109:28: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:110:9: error: Usage of untyped name "last_used" in typed context [no-untyped-usage]
- parso/cache.py:110:26: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py: note: In function "load_module":
- parso/cache.py:113:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/cache.py:117:5: error: Usage of untyped name "p_time" in typed context [no-untyped-usage]
- parso/cache.py:117:14: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:118:8: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:122:29: error: Expression type contains "Any" (has type "dict[str, Any]") [no-any-expr]
- parso/cache.py:122:29: error: Expression has type "Any" [no-any-expr]
- parso/cache.py:122:42: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:122:58: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:123:12: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:123:12: error: Expression has type "Any (unannotated)" [no-any-expr]
- parso/cache.py:123:22: error: Expression has type "Any" [no-any-expr]
- parso/cache.py:124:13: error: Expression has type "Any" [no-any-expr]
- parso/cache.py:125:13: error: Returning Any from function declared to return "None" [no-any-return]
- parso/cache.py:125:20: error: Expression has type "Any" [no-any-expr]
- parso/cache.py:127:16: error: Call to incomplete function "_load_from_file_system" in typed context [no-untyped-call]
- parso/cache.py:127:16: note: Type is "def (hashed_grammar: Untyped, path: Untyped, p_time: Untyped, cache_path: Untyped =) -> None"
- parso/cache.py:128:13: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:129:13: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:130:13: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:131:24: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py: note: In function "_load_from_file_system":
- parso/cache.py:135:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/cache.py:136:18: error: Call to incomplete function "_get_hashed_path" in typed context [no-untyped-call]
- parso/cache.py:136:18: note: Type is "def (hashed_grammar: Untyped, path: Untyped, cache_path: Untyped =) -> None"
- parso/cache.py:136:18: error: "_get_hashed_path" does not return a value (it only ever returns None) [func-returns-value]
- parso/cache.py:136:35: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:136:51: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:136:68: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:138:12: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:138:12: error: Expression has type "Any (unannotated)" [no-any-expr]
- parso/cache.py:138:38: error: Argument 1 to "getmtime" has incompatible type "None"; expected "int | str | bytes | PathLike[str] | PathLike[bytes]" [arg-type]
- parso/cache.py:142:14: error: No overload variant of "open" matches argument types "None", "str" [call-overload]
- parso/cache.py:142:14: note: Possible overload variants:
- parso/cache.py:142:14: note: def open(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: 'r+' | '+r' | 'rt+' | 'r+t' | '+rt' | 'tr+' | 't+r' | '+tr' | 'w+' | '+w' | 'wt+' | 'w+t' | '+wt' | 'tw+' | 't+w' | '+tw' | 'a+' | '+a' | 'at+' | 'a+t' | '+at' | 'ta+' | 't+a' | '+ta' | 'x+' | '+x' | 'xt+' | 'x+t' | '+xt' | 'tx+' | 't+x' | '+tx' | 'w' | 'wt' | 'tw' | 'a' | 'at' | 'ta' | 'x' | 'xt' | 'tx' | 'r' | 'rt' | 'tr' | 'U' | 'rU' | 'Ur' | 'rtU' | 'rUt' | 'Urt' | 'trU' | 'tUr' | 'Utr' = ..., buffering: int = ..., encoding: str | None = ..., errors: str | None = ..., newline: str | None = ..., closefd: bool = ..., opener: Any (from unimported type) | None = ...) -> TextIOWrapper
- parso/cache.py:142:14: note: def open(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: 'rb+' | 'r+b' | '+rb' | 'br+' | 'b+r' | '+br' | 'wb+' | 'w+b' | '+wb' | 'bw+' | 'b+w' | '+bw' | 'ab+' | 'a+b' | '+ab' | 'ba+' | 'b+a' | '+ba' | 'xb+' | 'x+b' | '+xb' | 'bx+' | 'b+x' | '+bx' | 'rb' | 'br' | 'rbU' | 'rUb' | 'Urb' | 'brU' | 'bUr' | 'Ubr' | 'wb' | 'bw' | 'ab' | 'ba' | 'xb' | 'bx', buffering: 0, encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: Any (from unimported type) | None = ...) -> FileIO
- parso/cache.py:142:14: note: def open(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: 'rb+' | 'r+b' | '+rb' | 'br+' | 'b+r' | '+br' | 'wb+' | 'w+b' | '+wb' | 'bw+' | 'b+w' | '+bw' | 'ab+' | 'a+b' | '+ab' | 'ba+' | 'b+a' | '+ba' | 'xb+' | 'x+b' | '+xb' | 'bx+' | 'b+x' | '+bx', buffering: -1 | 1 = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: Any (from unimported type) | None = ...) -> BufferedRandom
- parso/cache.py:142:14: note: def open(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: 'wb' | 'bw' | 'ab' | 'ba' | 'xb' | 'bx', buffering: -1 | 1 = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: Any (from unimported type) | None = ...) -> BufferedWriter
- parso/cache.py:142:14: note: def open(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: 'rb' | 'br' | 'rbU' | 'rUb' | 'Urb' | 'brU' | 'bUr' | 'Ubr', buffering: -1 | 1 = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: Any (from unimported type) | None = ...) -> BufferedReader
- parso/cache.py:142:14: note: def open(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: 'rb+' | 'r+b' | '+rb' | 'br+' | 'b+r' | '+br' | 'wb+' | 'w+b' | '+wb' | 'bw+' | 'b+w' | '+bw' | 'ab+' | 'a+b' | '+ab' | 'ba+' | 'b+a' | '+ba' | 'xb+' | 'x+b' | '+xb' | 'bx+' | 'b+x' | '+bx' | 'rb' | 'br' | 'rbU' | 'rUb' | 'Urb' | 'brU' | 'bUr' | 'Ubr' | 'wb' | 'bw' | 'ab' | 'ba' | 'xb' | 'bx', buffering: int = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: Any (from unimported type) | None = ...) -> BinaryIO
- parso/cache.py:142:14: note: def open(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = ..., encoding: str | None = ..., errors: str | None = ..., newline: str | None = ..., closefd: bool = ..., opener: Any (from unimported type) | None = ...) -> IO[Any]
- parso/cache.py:142:14: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-overload for more info
- parso/cache.py:145:37: error: Expression has type "Any" [no-any-expr]
- parso/cache.py:151:9: error: Call to incomplete function "_set_cache_item" in typed context [no-untyped-call]
- parso/cache.py:151:9: note: Type is "def (hashed_grammar: Untyped, path: Untyped, module_cache_item: Untyped) -> None"
- parso/cache.py:151:25: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:151:41: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:151:47: error: Expression has type "Any" [no-any-expr]
- parso/cache.py:152:40: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:153:9: error: Returning Any from function declared to return "None" [no-any-return]
- parso/cache.py:153:16: error: Expression has type "Any" [no-any-expr]
- parso/cache.py: note: In function "_set_cache_item":
- parso/cache.py:156:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/cache.py:157:11: error: Expression has type "Any" [no-any-expr]
- parso/cache.py:157:16: error: Expression has type "Any" [no-any-expr]
- parso/cache.py:157:28: error: Expression type contains "Any" (has type "dict[str, Any]") [no-any-expr]
- parso/cache.py:157:28: error: Expression type contains "Any" (has type "dict_values[str, Any]") [no-any-expr]
- parso/cache.py:162:9: error: Expression type contains "Any" (has type "(str, Any)") [no-any-expr]
- parso/cache.py:162:9: error: Expression has type "Any" [no-any-expr]
- parso/cache.py:162:38: error: Expression type contains "Any" (has type "dict[str, Any]") [no-any-expr]
- parso/cache.py:162:38: error: Expression type contains "Any" (has type "dict_items[str, Any]") [no-any-expr]
- parso/cache.py:163:13: error: Expression type contains "Any" (has type "dict[str, Any]") [no-any-expr]
- parso/cache.py:163:33: error: Expression has type "Any" [no-any-expr]
- parso/cache.py:163:33: error: Expression type contains "Any" (has type "dict[Any, Any]") [no-any-expr]
- parso/cache.py:164:17: error: Expression has type "Any" [no-any-expr]
- parso/cache.py:164:23: error: Expression has type "Any" [no-any-expr]
- parso/cache.py:165:40: error: Expression has type "Any" [no-any-expr]
- parso/cache.py:166:20: error: Expression has type "Any" [no-any-expr]
- parso/cache.py:169:5: error: Expression type contains "Any" (has type "dict[str, Any]") [no-any-expr]
- parso/cache.py:169:5: error: Expression has type "Any" [no-any-expr]
- parso/cache.py:169:29: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:169:45: error: Expression type contains "Any" (has type "dict[Any, Any]") [no-any-expr]
- parso/cache.py:169:49: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:169:57: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py: note: In function "try_to_save_module":
- parso/cache.py:172:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/cache.py:173:5: error: Usage of untyped name "path" in typed context [no-untyped-usage]
- parso/cache.py:173:12: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:175:18: error: Expression type contains "Any" (has type "None | Untyped") [no-any-expr]
- parso/cache.py:175:26: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:175:44: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:180:27: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:180:35: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:180:42: error: Expression type contains "Any" (has type "Untyped | None") [no-any-expr]
- parso/cache.py:181:5: error: Call to incomplete function "_set_cache_item" in typed context [no-untyped-call]
- parso/cache.py:181:5: note: Type is "def (hashed_grammar: Untyped, path: Untyped, module_cache_item: Untyped) -> None"
- parso/cache.py:181:21: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:181:37: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:182:21: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:184:13: error: Call to incomplete function "_save_to_file_system" in typed context [no-untyped-call]
- parso/cache.py:184:13: note: Type is "def (hashed_grammar: Untyped, path: Untyped, item: Untyped, cache_path: Untyped =) -> None"
- parso/cache.py:184:34: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:184:50: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:184:73: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:190:76: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:194:13: error: Call to incomplete function "_remove_cache_and_update_lock" in typed context [no-untyped-call]
- parso/cache.py:194:13: note: Type is "def (cache_path: Untyped =) -> None"
- parso/cache.py:194:54: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py: note: In function "_save_to_file_system":
- parso/cache.py:197:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/cache.py:198:10: error: No overload variant of "open" matches argument types "None", "str" [call-overload]
- parso/cache.py:198:10: note: Possible overload variants:
- parso/cache.py:198:10: note: def open(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: 'r+' | '+r' | 'rt+' | 'r+t' | '+rt' | 'tr+' | 't+r' | '+tr' | 'w+' | '+w' | 'wt+' | 'w+t' | '+wt' | 'tw+' | 't+w' | '+tw' | 'a+' | '+a' | 'at+' | 'a+t' | '+at' | 'ta+' | 't+a' | '+ta' | 'x+' | '+x' | 'xt+' | 'x+t' | '+xt' | 'tx+' | 't+x' | '+tx' | 'w' | 'wt' | 'tw' | 'a' | 'at' | 'ta' | 'x' | 'xt' | 'tx' | 'r' | 'rt' | 'tr' | 'U' | 'rU' | 'Ur' | 'rtU' | 'rUt' | 'Urt' | 'trU' | 'tUr' | 'Utr' = ..., buffering: int = ..., encoding: str | None = ..., errors: str | None = ..., newline: str | None = ..., closefd: bool = ..., opener: Any (from unimported type) | None = ...) -> TextIOWrapper
- parso/cache.py:198:10: note: def open(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: 'rb+' | 'r+b' | '+rb' | 'br+' | 'b+r' | '+br' | 'wb+' | 'w+b' | '+wb' | 'bw+' | 'b+w' | '+bw' | 'ab+' | 'a+b' | '+ab' | 'ba+' | 'b+a' | '+ba' | 'xb+' | 'x+b' | '+xb' | 'bx+' | 'b+x' | '+bx' | 'rb' | 'br' | 'rbU' | 'rUb' | 'Urb' | 'brU' | 'bUr' | 'Ubr' | 'wb' | 'bw' | 'ab' | 'ba' | 'xb' | 'bx', buffering: 0, encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: Any (from unimported type) | None = ...) -> FileIO
- parso/cache.py:198:10: note: def open(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: 'rb+' | 'r+b' | '+rb' | 'br+' | 'b+r' | '+br' | 'wb+' | 'w+b' | '+wb' | 'bw+' | 'b+w' | '+bw' | 'ab+' | 'a+b' | '+ab' | 'ba+' | 'b+a' | '+ba' | 'xb+' | 'x+b' | '+xb' | 'bx+' | 'b+x' | '+bx', buffering: -1 | 1 = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: Any (from unimported type) | None = ...) -> BufferedRandom
- parso/cache.py:198:10: note: def open(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: 'wb' | 'bw' | 'ab' | 'ba' | 'xb' | 'bx', buffering: -1 | 1 = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: Any (from unimported type) | None = ...) -> BufferedWriter
- parso/cache.py:198:10: note: def open(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: 'rb' | 'br' | 'rbU' | 'rUb' | 'Urb' | 'brU' | 'bUr' | 'Ubr', buffering: -1 | 1 = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: Any (from unimported type) | None = ...) -> BufferedReader
- parso/cache.py:198:10: note: def open(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: 'rb+' | 'r+b' | '+rb' | 'br+' | 'b+r' | '+br' | 'wb+' | 'w+b' | '+wb' | 'bw+' | 'b+w' | '+bw' | 'ab+' | 'a+b' | '+ab' | 'ba+' | 'b+a' | '+ba' | 'xb+' | 'x+b' | '+xb' | 'bx+' | 'b+x' | '+bx' | 'rb' | 'br' | 'rbU' | 'rUb' | 'Urb' | 'brU' | 'bUr' | 'Ubr' | 'wb' | 'bw' | 'ab' | 'ba' | 'xb' | 'bx', buffering: int = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: Any (from unimported type) | None = ...) -> BinaryIO
- parso/cache.py:198:10: note: def open(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = ..., encoding: str | None = ..., errors: str | None = ..., newline: str | None = ..., closefd: bool = ..., opener: Any (from unimported type) | None = ...) -> IO[Any]
- parso/cache.py:198:15: error: Call to incomplete function "_get_hashed_path" in typed context [no-untyped-call]
- parso/cache.py:198:15: error: "_get_hashed_path" does not return a value (it only ever returns None) [func-returns-value]
- parso/cache.py:198:15: note: Type is "def (hashed_grammar: Untyped, path: Untyped, cache_path: Untyped =) -> None"
- parso/cache.py:198:32: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:198:48: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:198:65: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:199:21: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py: note: In function "clear_cache":
- parso/cache.py:202:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/cache.py:203:8: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:204:9: error: Usage of untyped name "cache_path" in typed context [no-untyped-usage]
- parso/cache.py:204:22: error: Expression type contains "Any" (has type "Any (unannotated) | None") [no-any-expr]
- parso/cache.py:205:19: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:206:5: error: Expression type contains "Any" (has type "dict[str, Any]") [no-any-expr]
- parso/cache.py: note: In function "clear_inactive_cache":
- parso/cache.py:209:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/cache.py:213:8: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:214:9: error: Usage of untyped name "cache_path" in typed context [no-untyped-usage]
- parso/cache.py:214:22: error: Expression type contains "Any" (has type "Any (unannotated) | None") [no-any-expr]
- parso/cache.py:215:12: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:216:9: error: No return value expected [return-value]
- parso/cache.py:217:31: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:218:9: error: Usage of untyped name "version_path" in typed context [no-untyped-usage]
- parso/cache.py:218:24: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:219:16: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:221:32: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:228:9: error: No return value expected [return-value]
- parso/cache.py: note: In function "_touch":
- parso/cache.py:231:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/cache.py:233:18: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:236:25: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:239:13: error: No return value expected [return-value]
- parso/cache.py:240:5: error: No return value expected [return-value]
- parso/cache.py: note: In function "_remove_cache_and_update_lock":
- parso/cache.py:243:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/cache.py:244:17: error: Call to incomplete function "_get_cache_clear_lock_path" in typed context [no-untyped-call]
- parso/cache.py:244:17: note: Type is "def (cache_path: Untyped =) -> None"
- parso/cache.py:244:17: error: "_get_cache_clear_lock_path" does not return a value (it only ever returns None) [func-returns-value]
- parso/cache.py:244:55: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:246:44: error: Argument 1 to "getmtime" has incompatible type "None"; expected "int | str | bytes | PathLike[str] | PathLike[bytes]" [arg-type]
- parso/cache.py:253:12: error: Condition is always true [redundant-expr]
- parso/cache.py:253:16: error: Call to incomplete function "_touch" in typed context [no-untyped-call]
- parso/cache.py:253:16: note: Type is "def (path: Untyped) -> None"
- parso/cache.py:253:16: error: "_touch" does not return a value (it only ever returns None) [func-returns-value]
- parso/cache.py:257:13: error: No return value expected [return-value]
- parso/cache.py:259:9: error: Statement is unreachable [unreachable]
- parso/cache.py: note: In function "_get_hashed_path":
- parso/cache.py:262:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/cache.py:263:17: error: Call to incomplete function "_get_cache_directory_path" in typed context [no-untyped-call]
- parso/cache.py:263:17: note: Type is "def (cache_path: Untyped =) -> None"
- parso/cache.py:263:17: error: "_get_cache_directory_path" does not return a value (it only ever returns None) [func-returns-value]
- parso/cache.py:263:54: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:265:36: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:266:5: error: Returning Any from function declared to return "None" [no-any-return]
- parso/cache.py:266:12: error: No overload variant of "join" matches argument types "None", "str" [call-overload]
- parso/cache.py:266:12: note: Possible overload variants:
- parso/cache.py:266:12: note: def join(str, /, *paths: str) -> str
- parso/cache.py:266:12: note: def join(str | PathLike[str], /, *paths: str | PathLike[str]) -> str
- parso/cache.py:266:12: note: def join(bytes | PathLike[bytes], /, *paths: bytes | PathLike[bytes]) -> bytes
- parso/cache.py:266:50: error: Expression type contains "Any" (has type "(Untyped, str)") [no-any-expr]
- parso/cache.py:266:51: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py: note: In function "_get_cache_directory_path":
- parso/cache.py:269:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/cache.py:270:8: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:271:9: error: Usage of untyped name "cache_path" in typed context [no-untyped-usage]
- parso/cache.py:271:22: error: Expression type contains "Any" (has type "Any (unannotated) | None") [no-any-expr]
- parso/cache.py:272:5: error: Usage of untyped name "directory" in typed context [no-untyped-usage]
- parso/cache.py:272:17: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:273:12: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:274:21: error: Expression has type "Untyped" [no-any-expr]
- parso/cache.py:275:5: error: Returning Any from function declared to return "None" [no-any-return]
- parso/cache.py:275:12: error: Expression has type "Untyped" [no-any-expr]
- parso/utils.py: note: In function "python_bytes_to_unicode":
- parso/utils.py:90:21: error: Expression has type "Any" [no-any-expr]
- parso/utils.py:91:30: error: Expression has type "Any" [no-any-expr]
- parso/utils.py:93:13: error: No return value expected [return-value]
- parso/utils.py:95:27: error: Item "None" of "Match[bytes] | None" has no attribute "group" [union-attr]
- parso/utils.py:95:73: error: Argument 2 to "match" has incompatible type "str | bytes"; expected "Buffer" [arg-type]
- parso/utils.py:100:16: error: Condition is always true [redundant-expr]
- parso/utils.py:100:31: error: Intersection of "bytes & str" cannot exist: would have incompatible method signatures [unreachable]
- parso/utils.py:101:21: error: Incompatible types in assignment (expression has type "str", variable has type "bytes") [assignment]
- parso/utils.py:102:13: error: No return value expected [return-value]
- parso/utils.py:105:13: error: No return value expected [return-value]
- parso/utils.py:111:16: error: "detect_encoding" does not return a value (it only ever returns None) [func-returns-value]
- parso/utils.py:111:16: error: Incompatible types in assignment (expression has type "None", variable has type "str") [assignment]
- parso/utils.py: note: In function "version_info":
- parso/utils.py:132:21: error: Argument 1 to "Version" has incompatible type "*list[str | int]"; expected "int" [arg-type]
- parso/utils.py: note: In member "__gt__" of class "PythonVersionInfo":
- parso/utils.py:142:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/utils.py:142:5: error: Return type "None" of "__gt__" incompatible with return type "bool" in supertype "tuple" [override]
- parso/utils.py:142:5: error: Method "__gt__" is not using @override but is overriding a method in class "builtins.tuple" [explicit-override]
- parso/utils.py:143:23: error: Expression has type "Untyped" [no-any-expr]
- parso/utils.py:146:13: error: No return value expected [return-value]
- parso/utils.py:147:24: error: Expression has type "Untyped" [no-any-expr]
- parso/utils.py:149:9: error: No return value expected [return-value]
- parso/utils.py: note: In member "__eq__" of class "PythonVersionInfo":
- parso/utils.py:151:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/utils.py:151:5: error: Return type "None" of "__eq__" incompatible with return type "bool" in supertype "tuple" [override]
- parso/utils.py:151:5: error: Return type "None" of "__eq__" incompatible with return type "bool" in supertype "object" [override]
- parso/utils.py:151:5: error: Method "__eq__" is not using @override but is overriding a method in class "builtins.tuple" [explicit-override]
- parso/utils.py:152:23: error: Expression has type "Untyped" [no-any-expr]
- parso/utils.py:155:13: error: No return value expected [return-value]
- parso/utils.py:156:24: error: Expression has type "Untyped" [no-any-expr]
- parso/utils.py: note: In member "__ne__" of class "PythonVersionInfo":
- parso/utils.py:158:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/utils.py:158:5: error: Return type "None" of "__ne__" incompatible with return type "bool" in supertype "object" [override]
- parso/utils.py:158:5: error: Method "__ne__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- parso/utils.py:159:9: error: No return value expected [return-value]
- parso/utils.py:159:20: error: "__eq__" of "PythonVersionInfo" does not return a value (it only ever returns None) [func-returns-value]
- parso/utils.py:159:32: error: Expression has type "Untyped" [no-any-expr]
- parso/utils.py: note: In function "_parse_version":
- parso/utils.py:162:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/utils.py:163:72: error: Expression has type "Untyped" [no-any-expr]
- parso/utils.py: note: In function "parse_version_string":
- parso/utils.py:191:8: error: Condition is always false [redundant-expr]
- parso/utils.py:194:12: error: Call to incomplete function "_parse_version" in typed context [no-untyped-call]
- parso/utils.py:194:12: note: Type is "def (version: Untyped) -> tuple[int, int, fallback=parso.utils.PythonVersionInfo]"
- parso/tree.py: note: In member "get_root_node" of class "NodeOrLeaf":
- parso/tree.py:48:9: error: No return value expected [return-value]
- parso/tree.py: note: In member "get_next_sibling" of class "NodeOrLeaf":
- parso/tree.py:63:21: error: No return value expected [return-value]
- parso/tree.py:63:28: error: Item "None" of "BaseNode | None" has no attribute "children" [union-attr]
- parso/tree.py: note: In member "get_previous_sibling" of class "NodeOrLeaf":
- parso/tree.py:82:17: error: No return value expected [return-value]
- parso/tree.py:82:24: error: Item "None" of "BaseNode | None" has no attribute "children" [union-attr]
- parso/tree.py: note: In member "get_previous_leaf" of class "NodeOrLeaf":
- parso/tree.py:94:17: error: Item "None" of "BaseNode | None" has no attribute "children" [union-attr]
- parso/tree.py:97:24: error: Incompatible types in assignment (expression has type "BaseNode | None", variable has type "NodeOrLeaf") [assignment]
- parso/tree.py:104:15: error: Condition is always true [redundant-expr]
- parso/tree.py:106:24: error: Item "NodeOrLeaf" of "NodeOrLeaf | Any (from error)" has no attribute "children" [union-attr]
- parso/tree.py:106:24: error: "NodeOrLeaf" has no attribute "children" [attr-defined]
- parso/tree.py:108:17: error: No return value expected [return-value]
- parso/tree.py: note: In member "get_next_leaf" of class "NodeOrLeaf":
- parso/tree.py:120:17: error: Item "None" of "BaseNode | None" has no attribute "children" [union-attr]
- parso/tree.py:123:24: error: Incompatible types in assignment (expression has type "BaseNode | None", variable has type "NodeOrLeaf") [assignment]
- parso/tree.py:130:15: error: Condition is always true [redundant-expr]
- parso/tree.py:132:24: error: Item "NodeOrLeaf" of "NodeOrLeaf | Any (from error)" has no attribute "children" [union-attr]
- parso/tree.py:132:24: error: "NodeOrLeaf" has no attribute "children" [attr-defined]
- parso/tree.py:134:17: error: No return value expected [return-value]
- parso/tree.py: note: In member "dump" of class "NodeOrLeaf":
- parso/tree.py:243:14: error: Condition is always true [redundant-expr]
- parso/tree.py: note: In function "_format_dump":
- parso/tree.py:255:31: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py: note: In member "start_pos" of class "Leaf":
- parso/tree.py:312:6: error: Method "start_pos" is not using @override but is overriding a method in class "parso.tree.NodeOrLeaf" [explicit-override]
- parso/tree.py: note: In member "get_start_pos_of_prefix" of class "Leaf":
- parso/tree.py:321:5: error: Method "get_start_pos_of_prefix" is not using @override but is overriding a method in class "parso.tree.NodeOrLeaf" [explicit-override]
- parso/tree.py:322:25: error: "get_previous_leaf" of "NodeOrLeaf" does not return a value (it only ever returns None) [func-returns-value]
- parso/tree.py:323:12: error: Condition is always true [redundant-expr]
- parso/tree.py:326:13: error: No return value expected [return-value]
- parso/tree.py:327:9: error: Statement is unreachable [unreachable]
- parso/tree.py: note: In member "get_first_leaf" of class "Leaf":
- parso/tree.py:329:5: error: Method "get_first_leaf" is not using @override but is overriding a method in class "parso.tree.NodeOrLeaf" [explicit-override]
- parso/tree.py:330:9: error: No return value expected [return-value]
- parso/tree.py: note: In member "get_last_leaf" of class "Leaf":
- parso/tree.py:332:5: error: Method "get_last_leaf" is not using @override but is overriding a method in class "parso.tree.NodeOrLeaf" [explicit-override]
- parso/tree.py:333:9: error: No return value expected [return-value]
- parso/tree.py: note: In member "get_code" of class "Leaf":
- parso/tree.py:335:5: error: Method "get_code" is not using @override but is overriding a method in class "parso.tree.NodeOrLeaf" [explicit-override]
- parso/tree.py:337:13: error: No return value expected [return-value]
- parso/tree.py:339:13: error: No return value expected [return-value]
- parso/tree.py: note: In class "Leaf":
- parso/tree.py:342:5: error: Method "end_pos" is not using @override but is overriding a method in class "parso.tree.NodeOrLeaf" [explicit-override]
- parso/tree.py: note: In member "__repr__" of class "Leaf":
- parso/tree.py:352:5: error: Return type "None" of "__repr__" incompatible with return type "str" in supertype "object" [override]
- parso/tree.py:352:5: error: Method "__repr__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- parso/tree.py:356:9: error: No return value expected [return-value]
- parso/tree.py: note: In member "__init__" of class "TypedLeaf":
- parso/tree.py:362:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/tree.py:363:26: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:363:33: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:364:21: error: Usage of untyped name "type" in typed context [no-untyped-usage]
- parso/tree.py: note: In class "BaseNode":
- parso/tree.py:388:5: error: Method "start_pos" is not using @override but is overriding a method in class "parso.tree.NodeOrLeaf" [explicit-override]
- parso/tree.py: note: In member "get_start_pos_of_prefix" of class "BaseNode":
- parso/tree.py:391:5: error: Method "get_start_pos_of_prefix" is not using @override but is overriding a method in class "parso.tree.NodeOrLeaf" [explicit-override]
- parso/tree.py: note: In class "BaseNode":
- parso/tree.py:395:5: error: Method "end_pos" is not using @override but is overriding a method in class "parso.tree.NodeOrLeaf" [explicit-override]
- parso/tree.py: note: In member "_get_code_for_children" of class "BaseNode":
- parso/tree.py:398:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/tree.py:399:12: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:400:13: error: No return value expected [return-value]
- parso/tree.py:400:27: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:400:28: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:400:50: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:402:13: error: Usage of untyped name "first" in typed context [no-untyped-usage]
- parso/tree.py:402:21: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:403:13: error: Returning Any from function declared to return "None" [no-any-return]
- parso/tree.py:403:20: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:403:20: error: Expression has type "Any (unannotated)" [no-any-expr]
- parso/tree.py:403:35: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:403:36: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:403:58: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py: note: In member "get_code" of class "BaseNode":
- parso/tree.py:405:5: error: Method "get_code" is not using @override but is overriding a method in class "parso.tree.NodeOrLeaf" [explicit-override]
- parso/tree.py:406:16: error: Call to incomplete function "_get_code_for_children" of "BaseNode" in typed context [no-untyped-call]
- parso/tree.py:406:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
- parso/tree.py: note: In member "get_leaf_for_position" of class "BaseNode":
- parso/tree.py:408:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/tree.py: note: In function "get_leaf_for_position":
- parso/tree.py:417:9: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/tree.py:418:16: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:418:16: error: Expression has type "Any (unannotated)" [no-any-expr]
- parso/tree.py:418:25: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:419:27: error: Expression has type "Any" [no-any-expr]
- parso/tree.py:419:41: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:420:20: error: Expression type contains "Any" (has type "False | Any (unannotated)") [no-any-expr]
- parso/tree.py:420:45: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:420:45: error: Expression has type "Any (unannotated)" [no-any-expr]
- parso/tree.py:420:56: error: Expression has type "Any" [no-any-expr]
- parso/tree.py:425:21: error: Returning Any from function declared to return "None" [no-any-return]
- parso/tree.py:425:28: error: Expression has type "Any" [no-any-expr]
- parso/tree.py:425:58: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:427:21: error: Returning Any from function declared to return "None" [no-any-return]
- parso/tree.py:427:28: error: Expression has type "Any" [no-any-expr]
- parso/tree.py:429:25: error: Expression has type "Any (unannotated)" [no-any-expr]
- parso/tree.py:429:26: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:429:26: error: Expression has type "Any (unannotated)" [no-any-expr]
- parso/tree.py:429:34: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:431:16: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:431:16: error: Expression has type "Any (unannotated)" [no-any-expr]
- parso/tree.py:431:28: error: Expression has type "Any" [no-any-expr]
- parso/tree.py:432:24: error: Call to incomplete function "binary_search" in typed context [no-untyped-call]
- parso/tree.py:432:24: note: Type is "def (lower: Untyped, upper: Untyped) -> None"
- parso/tree.py:432:38: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:434:24: error: Call to incomplete function "binary_search" in typed context [no-untyped-call]
- parso/tree.py:434:24: note: Type is "def (lower: Untyped, upper: Untyped) -> None"
- parso/tree.py:434:49: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py: note: In member "get_leaf_for_position" of class "BaseNode":
- parso/tree.py:436:17: error: Expression has type "Any (unannotated)" [no-any-expr]
- parso/tree.py:436:27: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:438:16: error: Call to incomplete function "binary_search" in typed context [no-untyped-call]
- parso/tree.py:438:16: note: Type is "def (lower: Untyped, upper: Untyped) -> None"
- parso/tree.py: note: In member "get_first_leaf" of class "BaseNode":
- parso/tree.py:440:5: error: Method "get_first_leaf" is not using @override but is overriding a method in class "parso.tree.NodeOrLeaf" [explicit-override]
- parso/tree.py: note: In member "get_last_leaf" of class "BaseNode":
- parso/tree.py:443:5: error: Method "get_last_leaf" is not using @override but is overriding a method in class "parso.tree.NodeOrLeaf" [explicit-override]
- parso/tree.py: note: In member "__repr__" of class "BaseNode":
- parso/tree.py:446:5: error: Return type "None" of "__repr__" incompatible with return type "str" in supertype "object" [override]
- parso/tree.py:446:5: error: Method "__repr__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- parso/tree.py:447:16: error: "get_code" of "BaseNode" does not return a value (it only ever returns None) [func-returns-value]
- parso/tree.py:447:16: error: "None" has no attribute "replace" [attr-defined]
- parso/tree.py:448:9: error: No return value expected [return-value]
- parso/tree.py: note: In member "__init__" of class "Node":
- parso/tree.py:456:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/tree.py:457:26: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:458:21: error: Usage of untyped name "type" in typed context [no-untyped-usage]
- parso/tree.py: note: In member "__repr__" of class "Node":
- parso/tree.py:460:5: error: Return type "None" of "__repr__" incompatible with return type "str" in supertype "object" [override]
- parso/tree.py:460:5: error: Method "__repr__" is not using @override but is overriding a method in class "parso.tree.BaseNode" [explicit-override]
- parso/tree.py:461:9: error: No return value expected [return-value]
- parso/tree.py: note: In member "__init__" of class "ErrorLeaf":
- parso/tree.py:482:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/tree.py:483:26: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:483:33: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py:484:9: error: Usage of untyped name "token_type" in typed context [no-untyped-usage]
- parso/tree.py:484:27: error: Expression has type "Untyped" [no-any-expr]
- parso/tree.py: note: In member "__repr__" of class "ErrorLeaf":
- parso/tree.py:486:5: error: Return type "None" of "__repr__" incompatible with return type "str" in supertype "object" [override]
- parso/tree.py:486:5: error: Method "__repr__" is not using @override but is overriding a method in class "parso.tree.Leaf" [explicit-override]
- parso/tree.py:487:9: error: No return value expected [return-value]
- parso/tree.py:488:13: error: Expression type contains "Any" (has type "(str, Untyped, str, (int, int))") [no-any-expr]
- parso/tree.py:488:35: error: Expression has type "Untyped" [no-any-expr]
- parso/python/tokenize.py:44:19: error: Missing type parameters for generic type "Pattern" [type-arg]
- parso/python/tokenize.py: note: In class "TokenCollection":
- parso/python/tokenize.py:44:19: error: Missing type parameters for generic type "Pattern" [type-arg]
- parso/python/tokenize.py: note: At top level:
- parso/python/tokenize.py:47:24: error: Missing type parameters for generic type "Pattern" [type-arg]
- parso/python/tokenize.py: note: In class "TokenCollection":
- parso/python/tokenize.py:47:24: error: Missing type parameters for generic type "Pattern" [type-arg]
- parso/python/tokenize.py: note: At top level:
- parso/python/tokenize.py:48:17: error: Missing type parameters for generic type "Pattern" [type-arg]
- parso/python/tokenize.py: note: In class "TokenCollection":
- parso/python/tokenize.py:48:17: error: Missing type parameters for generic type "Pattern" [type-arg]
- parso/python/tokenize.py: note: In function "group":
- parso/python/tokenize.py:58:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/python/tokenize.py:59:16: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- parso/python/tokenize.py:64:5: error: No return value expected [return-value]
- parso/python/tokenize.py:64:29: error: Expression type contains "Any" (has type "tuple[Untyped, ...]") [no-any-expr]
- parso/python/tokenize.py: note: In function "maybe":
- parso/python/tokenize.py:67:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/python/tokenize.py:68:5: error: Returning Any from function declared to return "None" [no-any-return]
- parso/python/tokenize.py:68:12: error: Call to incomplete function "group" in typed context [no-untyped-call]
- parso/python/tokenize.py:68:12: note: Type is "def (*choices: Untyped, capture: bool =, **kwargs: Untyped) -> None"
- parso/python/tokenize.py:68:12: error: "group" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:68:12: error: Unsupported left operand type for + ("None") [operator]
- parso/python/tokenize.py:68:12: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-operator for more info
- parso/python/tokenize.py:68:19: error: Expression type contains "Any" (has type "tuple[Untyped, ...]") [no-any-expr]
- parso/python/tokenize.py: note: In function "_all_string_prefixes":
- parso/python/tokenize.py:73:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/python/tokenize.py:73:5: error: The return type of a generator function should be "Generator" or one of its supertypes [misc]
- parso/python/tokenize.py:74:9: error: Expression type contains "Any" (has type "tuple[Any, ...]") [no-any-expr]
- parso/python/tokenize.py:74:18: error: Expression type contains "Any" (has type "product[tuple[Any, ...]]") [no-any-expr]
- parso/python/tokenize.py:74:38: error: Expression has type "Untyped" [no-any-expr]
- parso/python/tokenize.py:74:38: error: Expression type contains "Any" (has type "list[(Untyped, Untyped)]") [no-any-expr]
- parso/python/tokenize.py:74:39: error: Expression type contains "Any" (has type "(Untyped, Untyped)") [no-any-expr]
- parso/python/tokenize.py:74:40: error: Expression has type "Untyped" [no-any-expr]
- parso/python/tokenize.py:74:43: error: Expression has type "Untyped" [no-any-expr]
- parso/python/tokenize.py:74:63: error: Expression has type "Untyped" [no-any-expr]
- parso/python/tokenize.py:75:27: error: Expression type contains "Any" (has type "tuple[Any, ...]") [no-any-expr]
- parso/python/tokenize.py:90:9: error: No return value expected [return-value]
- parso/python/tokenize.py:97:27: error: Call to incomplete function "different_case_versions" in typed context [no-untyped-call]
- parso/python/tokenize.py:97:27: note: Type is "def (prefix: Untyped) -> None"
- parso/python/tokenize.py:97:27: error: "different_case_versions" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:97:27: error: Argument 1 to "update" of "set" has incompatible type "None"; expected "Iterable[str]" [arg-type]
- parso/python/tokenize.py:98:5: error: No return value expected [return-value]
- parso/python/tokenize.py: note: In function "_compile":
- parso/python/tokenize.py:101:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/python/tokenize.py:102:5: error: No return value expected [return-value]
- parso/python/tokenize.py:102:12: error: Expression type contains "Any" (has type "Pattern[Any (unannotated)]") [no-any-expr]
- parso/python/tokenize.py:102:23: error: Expression has type "Untyped" [no-any-expr]
- parso/python/tokenize.py: note: In function "_get_token_collection":
- parso/python/tokenize.py:105:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/python/tokenize.py:107:9: error: No return value expected [return-value]
- parso/python/tokenize.py:107:16: error: Expression type contains "Any" (has type "dict[PythonVersionInfo, TokenCollection]") [no-any-expr]
- parso/python/tokenize.py:107:16: error: Expression type contains "Any" (has type "TokenCollection") [no-any-expr]
- parso/python/tokenize.py:107:40: error: Expression type contains "Any" (has type "tuple[Any (unannotated), ...]") [no-any-expr]
- parso/python/tokenize.py:107:40: error: Invalid index type "tuple[Any (unannotated), ...]" for "dict[PythonVersionInfo, TokenCollection]"; expected type "PythonVersionInfo" [index]
- parso/python/tokenize.py:107:40: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-index for more info
- parso/python/tokenize.py:107:46: error: Expression has type "Untyped" [no-any-expr]
- parso/python/tokenize.py:109:9: error: Expression type contains "Any" (has type "dict[PythonVersionInfo, TokenCollection]") [no-any-expr]
- parso/python/tokenize.py:109:9: error: Incompatible types in assignment (expression has type "None", target has type "TokenCollection") [assignment]
- parso/python/tokenize.py:109:9: error: Untyped indexed-assignment to "_token_collection_cache" in typed context [no-untyped-usage]
- parso/python/tokenize.py:109:33: error: Expression type contains "Any" (has type "tuple[Any (unannotated), ...]") [no-any-expr]
- parso/python/tokenize.py:109:33: error: Invalid index type "tuple[Any (unannotated), ...]" for "dict[PythonVersionInfo, TokenCollection]"; expected type "PythonVersionInfo" [index]
- parso/python/tokenize.py:109:39: error: Expression has type "Untyped" [no-any-expr]
- parso/python/tokenize.py:110:13: error: Call to incomplete function "_create_token_collection" in typed context [no-untyped-call]
- parso/python/tokenize.py:110:13: note: Type is "def (version_info: Untyped) -> None"
- parso/python/tokenize.py:110:13: error: "_create_token_collection" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:110:38: error: Expression has type "Untyped" [no-any-expr]
- parso/python/tokenize.py: note: At top level:
- parso/python/tokenize.py:115:1: error: Need type annotation for "fstring_string_single_line" (hint: "fstring_string_single_line: <type> | None = ...") [var-annotated]
- parso/python/tokenize.py:115:30: error: Call to incomplete function "_compile" in typed context [no-untyped-call]
- parso/python/tokenize.py:115:30: note: Type is "def (expr: Untyped) -> None"
- parso/python/tokenize.py:115:30: error: "_compile" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:119:1: error: Need type annotation for "fstring_string_multi_line" (hint: "fstring_string_multi_line: <type> | None = ...") [var-annotated]
- parso/python/tokenize.py:119:29: error: Call to incomplete function "_compile" in typed context [no-untyped-call]
- parso/python/tokenize.py:119:29: note: Type is "def (expr: Untyped) -> None"
- parso/python/tokenize.py:119:29: error: "_compile" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:122:1: error: Need type annotation for "fstring_format_spec_single_line" (hint: "fstring_format_spec_single_line: <type> | None = ...") [var-annotated]
- parso/python/tokenize.py:122:35: error: Call to incomplete function "_compile" in typed context [no-untyped-call]
- parso/python/tokenize.py:122:35: note: Type is "def (expr: Untyped) -> None"
- parso/python/tokenize.py:122:35: error: "_compile" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:123:1: error: Need type annotation for "fstring_format_spec_multi_line" (hint: "fstring_format_spec_multi_line: <type> | None = ...") [var-annotated]
- parso/python/tokenize.py:123:34: error: Call to incomplete function "_compile" in typed context [no-untyped-call]
- parso/python/tokenize.py:123:34: note: Type is "def (expr: Untyped) -> None"
- parso/python/tokenize.py:123:34: error: "_compile" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py: note: In function "_create_token_collection":
- parso/python/tokenize.py:126:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- parso/python/tokenize.py:130:18: error: Call to incomplete function "_compile" in typed context [no-untyped-call]
- parso/python/tokenize.py:130:18: note: Type is "def (expr: Untyped) -> None"
- parso/python/tokenize.py:130:18: error: "_compile" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:138:17: error: Call to incomplete function "group" in typed context [no-untyped-call]
- parso/python/tokenize.py:138:17: note: Type is "def (*choices: Untyped, capture: bool =, **kwargs: Untyped) -> None"
- parso/python/tokenize.py:138:17: error: "group" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:140:18: error: Call to incomplete function "group" in typed context [no-untyped-call]
- parso/python/tokenize.py:140:18: note: Type is "def (*choices: Untyped, capture: bool =, **kwargs: Untyped) -> None"
- parso/python/tokenize.py:140:18: error: "group" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:140:18: error: Unsupported left operand type for + ("None") [operator]
- parso/python/tokenize.py:141:50: error: Call to incomplete function "maybe" in typed context [no-untyped-call]
- parso/python/tokenize.py:141:50: note: Type is "def (*choices: Untyped) -> None"
- parso/python/tokenize.py:141:50: error: "maybe" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:143:19: error: Call to incomplete function "group" in typed context [no-untyped-call]
- parso/python/tokenize.py:143:19: note: Type is "def (*choices: Untyped, capture: bool =, **kwargs: Untyped) -> None"
- parso/python/tokenize.py:143:19: error: "group" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:144:18: error: Call to incomplete function "group" in typed context [no-untyped-call]
- parso/python/tokenize.py:144:18: note: Type is "def (*choices: Untyped, capture: bool =, **kwargs: Untyped) -> None"
- parso/python/tokenize.py:144:18: error: "group" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:144:50: error: Unsupported left operand type for + ("None") [operator]
- parso/python/tokenize.py:145:14: error: Call to incomplete function "group" in typed context [no-untyped-call]
- parso/python/tokenize.py:145:14: note: Type is "def (*choices: Untyped, capture: bool =, **kwargs: Untyped) -> None"
- parso/python/tokenize.py:145:14: error: "group" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:149:25: error: "_all_string_prefixes" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:150:20: error: Call to incomplete function "group" in typed context [no-untyped-call]
- parso/python/tokenize.py:150:20: note: Type is "def (*choices: Untyped, capture: bool =, **kwargs: Untyped) -> None"
- parso/python/tokenize.py:150:20: error: List or tuple expected as variadic arguments [misc]
- parso/python/tokenize.py:150:20: error: "group" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:151:25: error: Call to incomplete function "group" in typed context [no-untyped-call]
- parso/python/tokenize.py:151:25: note: Type is "def (*choices: Untyped, capture: bool =, **kwargs: Untyped) -> None"
- parso/python/tokenize.py:151:25: error: List or tuple expected as variadic arguments [misc]
- parso/python/tokenize.py:151:25: error: "group" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:151:32: error: "_all_string_prefixes" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:152:24: error: "_all_string_prefixes" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:153:20: error: Call to incomplete function "group" in typed context [no-untyped-call]
- parso/python/tokenize.py:153:20: note: Type is "def (*choices: Untyped, capture: bool =, **kwargs: Untyped) -> None"
- parso/python/tokenize.py:153:20: error: List or tuple expected as variadic arguments [misc]
- parso/python/tokenize.py:153:20: error: "group" does not return a value (it only ever returns None) [func-returns-value]
- parso/python/tokenize.py:163:14: error: Call to incomplete function "group" in typed context [no-untyped-call]
- parso/python/tokenize.py:163:14: note: Type is "def (*choices: Untyped, capture: bool =, **kwargs: Untyped) -> None"
... (truncated 5405 lines) ...
aioredis (https://github.com/aio-libs/aioredis)
- aioredis/utils.py:28:12: note: Type is "def (url: str, **kwargs: Untyped) -> None"
+ aioredis/connection.py:656: error: INTERNAL ERROR -- Please try using mypy master on GitHub:
+ https://kotlinisland.github.io/basedmypy/common_issues.html#using-a-development-mypy-build
+ Please report a bug at https://github.com/KotlinIsland/basedmypy/issues
+ version: 2.5.0+dev.fe3799401cc66c37d580d692502e6901331002f2
+ aioredis/connection.py:656: : note: use --pdb to drop into pdb
- aioredis/utils.py: note: At top level:
- aioredis/utils.py:45: error: Unused "type: ignore" comment, use narrower [overload-overlap] instead of [misc] code [unused-ignore]
- aioredis/connection.py:468:24: error: Expression has type "Any (from unimported type)" [no-any-expr]
- aioredis/connection.py: note: In member "__repr__" of class "Connection":
- aioredis/connection.py:655:5: error: Return type "None" of "__repr__" incompatible with return type "str" in supertype "object" [override]
- aioredis/connection.py:655:5: error: Method "__repr__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- aioredis/connection.py:656:54: error: "repr_pieces" of "Connection" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:656:54: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-func-returns-value for more info
- aioredis/connection.py:656:54: error: "None" has no attribute "__iter__" (not iterable) [attr-defined]
- aioredis/connection.py:657:9: error: No return value expected [return-value]
- aioredis/connection.py: note: In member "repr_pieces" of class "Connection":
- aioredis/connection.py:663:9: error: No return value expected [return-value]
- aioredis/connection.py: note: In member "__del__" of class "Connection":
- aioredis/connection.py:667:16: error: Condition is always false [redundant-expr]
- aioredis/connection.py:668:17: error: Statement is unreachable [unreachable]
- aioredis/connection.py:668:17: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-unreachable for more info
- aioredis/connection.py: note: In class "Connection":
- aioredis/connection.py:678:5: error: Property is missing a type annotation [no-untyped-def]
- aioredis/connection.py: note: In member "is_connected" of class "Connection":
- aioredis/connection.py:679:9: error: No return value expected [return-value]
- aioredis/connection.py: note: In member "register_connect_callback" of class "Connection":
- aioredis/connection.py:681:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/connection.py:682:40: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py: note: In member "connect" of class "Connection":
- aioredis/connection.py:689:12: error: Condition is always false [redundant-expr]
- aioredis/connection.py:690:13: error: Statement is unreachable [unreachable]
- aioredis/connection.py:698:35: error: Call to incomplete function "_error_message" of "Connection" in typed context [no-untyped-call]
- aioredis/connection.py:698:35: note: Type is "def (exception: Untyped) -> None"
- aioredis/connection.py:698:35: error: "_error_message" of "Connection" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py: note: In member "_connect" of class "Connection":
- aioredis/connection.py:718:20: error: Expression has type "Any (from unimported type)" [no-any-expr]
- aioredis/connection.py:726:16: error: Expression has type "Any" [no-any-expr]
- aioredis/connection.py:727:12: error: Expression has type "Any" [no-any-expr]
- aioredis/connection.py:728:13: error: Expression has type "Any" [no-any-expr]
- aioredis/connection.py:732:21: error: Expression has type "Any" [no-any-expr]
- aioredis/connection.py:734:25: error: Expression has type "Any" [no-any-expr]
- aioredis/connection.py: note: In member "_error_message" of class "Connection":
- aioredis/connection.py:742:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/connection.py:745:16: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:746:13: error: No return value expected [return-value]
- aioredis/connection.py:746:20: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:746:68: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:748:13: error: No return value expected [return-value]
- aioredis/connection.py:749:17: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:749:26: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:750:20: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py: note: In member "on_connect" of class "Connection":
- aioredis/connection.py:767:19: error: Call to incomplete function "send_command" of "Connection" in typed context [no-untyped-call]
- aioredis/connection.py:767:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:770:33: error: Function does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:776:23: error: Call to incomplete function "send_command" of "Connection" in typed context [no-untyped-call]
- aioredis/connection.py:776:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:777:33: error: Function does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:779:16: error: "str_if_bytes" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:784:19: error: Call to incomplete function "send_command" of "Connection" in typed context [no-untyped-call]
- aioredis/connection.py:784:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:785:16: error: "str_if_bytes" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:785:29: error: Function does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:790:19: error: Call to incomplete function "send_command" of "Connection" in typed context [no-untyped-call]
- aioredis/connection.py:790:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:791:16: error: "str_if_bytes" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:791:29: error: Function does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py: note: In member "disconnect" of class "Connection":
- aioredis/connection.py:797:24: error: Expression has type "Any (from unimported type)" [no-any-expr]
- aioredis/connection.py:799:20: error: Condition is always true [redundant-expr]
- aioredis/connection.py:801:17: error: Statement is unreachable [unreachable]
- aioredis/connection.py: note: At top level:
- aioredis/connection.py:803: error: Unused "type: ignore" comment [unused-ignore]
- aioredis/connection.py:806: error: Unused "type: ignore" comment [unused-ignore]
- aioredis/connection.py: note: In member "disconnect" of class "Connection":
- aioredis/connection.py:813:17: error: The string for "None" isn't helpful in a user-facing or semantic string [helpful-string]
- aioredis/connection.py:813:17: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-helpful-string for more info
- aioredis/connection.py: note: In member "check_health" of class "Connection":
- aioredis/connection.py:823:23: error: Call to incomplete function "send_command" of "Connection" in typed context [no-untyped-call]
- aioredis/connection.py:823:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:824:20: error: "str_if_bytes" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:824:33: error: Function does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:829:27: error: Call to incomplete function "send_command" of "Connection" in typed context [no-untyped-call]
- aioredis/connection.py:829:27: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:830:24: error: "str_if_bytes" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:830:37: error: Function does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py: note: In member "send_packed_command" of class "Connection":
- aioredis/connection.py:869:20: error: Expression type contains "Any" (has type "tuple[Any, ...]") [no-any-expr]
- aioredis/connection.py:870:45: error: Expression type contains "Any" (has type "(Any,)") [no-any-expr]
- aioredis/connection.py:870:45: error: Expression has type "Any" [no-any-expr]
- aioredis/connection.py:872:26: error: Expression type contains "Any" (has type "tuple[Any, ...]") [no-any-expr]
- aioredis/connection.py:873:26: error: Expression type contains "Any" (has type "tuple[Any, ...]") [no-any-expr]
- aioredis/connection.py:873:26: error: Expression has type "Any" [no-any-expr]
- aioredis/connection.py:875:17: error: Expression has type "Any" [no-any-expr]
- aioredis/connection.py: note: In member "send_command" of class "Connection":
- aioredis/connection.py:881:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/connection.py:883:12: error: Condition is always true [redundant-expr]
- aioredis/connection.py:886:32: error: Expression type contains "Any" (has type "tuple[Untyped, ...]") [no-any-expr]
- aioredis/connection.py:886:52: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/connection.py:886:52: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py: note: In member "can_read" of class "Connection":
- aioredis/connection.py:891:12: error: Condition is always true [redundant-expr]
- aioredis/connection.py:893:9: error: No return value expected [return-value]
- aioredis/connection.py: note: In member "read_response" of class "Connection":
- aioredis/connection.py:899:28: error: Expression has type "Any (from unimported type)" [no-any-expr]
- aioredis/connection.py:907:17: error: Expression type contains "Any" (has type "tuple[Any, ...]") [no-any-expr]
- aioredis/connection.py:920:9: error: No return value expected [return-value]
- aioredis/connection.py: note: In member "pack_command" of class "Connection":
- aioredis/connection.py:933:14: error: Unsupported right operand type for in ("bytes | memoryview | int") [operator]
- aioredis/connection.py:934:26: error: Item "memoryview" of "bytes | memoryview | int" has no attribute "split" [union-attr]
- aioredis/connection.py:934:26: error: Item "int" of "bytes | memoryview | int" has no attribute "split" [union-attr]
- aioredis/connection.py:934:26: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-union-attr for more info
- aioredis/connection.py: note: In member "__init__" of class "SSLConnection":
- aioredis/connection.py:999:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/connection.py:1008:28: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/connection.py: note: In class "SSLConnection":
- aioredis/connection.py:1018:5: error: Property is missing a type annotation [no-untyped-def]
- aioredis/connection.py: note: In member "keyfile" of class "SSLConnection":
- aioredis/connection.py:1019:9: error: No return value expected [return-value]
- aioredis/connection.py: note: In class "SSLConnection":
- aioredis/connection.py:1022:5: error: Property is missing a type annotation [no-untyped-def]
- aioredis/connection.py: note: In member "certfile" of class "SSLConnection":
- aioredis/connection.py:1023:9: error: No return value expected [return-value]
- aioredis/connection.py: note: In class "SSLConnection":
- aioredis/connection.py:1026:5: error: Property is missing a type annotation [no-untyped-def]
- aioredis/connection.py: note: In member "cert_reqs" of class "SSLConnection":
- aioredis/connection.py:1027:9: error: No return value expected [return-value]
- aioredis/connection.py: note: In class "SSLConnection":
- aioredis/connection.py:1030:5: error: Property is missing a type annotation [no-untyped-def]
- aioredis/connection.py: note: In member "ca_certs" of class "SSLConnection":
- aioredis/connection.py:1031:9: error: No return value expected [return-value]
- aioredis/connection.py: note: In class "SSLConnection":
- aioredis/connection.py:1034:5: error: Property is missing a type annotation [no-untyped-def]
- aioredis/connection.py: note: In member "check_hostname" of class "SSLConnection":
- aioredis/connection.py:1035:9: error: No return value expected [return-value]
- aioredis/connection.py: note: In member "__init__" of class "RedisSSLContext":
- aioredis/connection.py:1060:14: error: Condition is always true [redundant-expr]
- aioredis/connection.py: note: In member "__init__" of class "UnixDomainSocketConnection":
- aioredis/connection.py:1089:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/connection.py:1111:28: error: Usage of untyped name "client_name" in typed context [no-untyped-usage]
- aioredis/connection.py:1111:28: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-no-untyped-usage for more info
- aioredis/connection.py: note: In member "repr_pieces" of class "UnixDomainSocketConnection":
- aioredis/connection.py:1127:5: error: Return type "Iterable[(str, str | int)]" of "repr_pieces" incompatible with return type "None" in supertype "Connection" [override]
- aioredis/connection.py:1127:5: error: Method "repr_pieces" is not using @override but is overriding a method in class "aioredis.connection.Connection" [explicit-override]
- aioredis/connection.py: note: In member "_connect" of class "UnixDomainSocketConnection":
- aioredis/connection.py:1136:5: error: Method "_connect" is not using @override but is overriding a method in class "aioredis.connection.Connection" [explicit-override]
- aioredis/connection.py:1137:20: error: Expression has type "Any (from unimported type)" [no-any-expr]
- aioredis/connection.py: note: In member "_error_message" of class "UnixDomainSocketConnection":
- aioredis/connection.py:1143:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/connection.py:1143:5: error: Method "_error_message" is not using @override but is overriding a method in class "aioredis.connection.Connection" [explicit-override]
- aioredis/connection.py:1146:16: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1147:13: error: No return value expected [return-value]
- aioredis/connection.py:1147:20: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1147:69: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1149:13: error: No return value expected [return-value]
- aioredis/connection.py:1150:17: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1150:26: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1151:33: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py: note: In function "to_bool":
- aioredis/connection.py:1158:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/connection.py:1159:8: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1159:8: error: Expression type contains "Any" (has type "True | Any (unannotated)") [no-any-expr]
- aioredis/connection.py:1159:25: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1159:25: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/connection.py:1161:19: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1163:17: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py: note: At top level:
- aioredis/connection.py:1166:1: error: Explicit "Any" is not allowed [no-any-explicit]
- aioredis/connection.py:1167:5: error: Expression type contains "Any" (has type "dict[str, (...) -> object]") [no-any-expr]
- aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py: note: In function "parse_url":
- aioredis/connection.py:1197:22: error: Expression type contains "Any" (has type "Mapping[str, (...) -> object]") [no-any-expr]
- aioredis/connection.py:1197:22: error: Expression type contains "Any" (has type "(...) -> object | None") [no-any-expr]
- aioredis/connection.py:1198:16: error: Expression type contains "Any" (has type "(...) -> object | None") [no-any-expr]
- aioredis/connection.py: note: At top level:
- aioredis/connection.py:1201: error: Unused "type: ignore" comment [unused-ignore]
- aioredis/connection.py: note: In function "parse_url":
- aioredis/connection.py:1201:28: error: TypedDict key must be a string literal; expected one of ("username", "password", "connection_class", "host", "port", ...) [literal-required]
- aioredis/connection.py:1201:28: note: Error code changed to literal-required; "type: ignore" comment may be out of date
- aioredis/connection.py:1201:28: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-literal-required for more info
- aioredis/connection.py: note: At top level:
- aioredis/connection.py:1205: error: Unused "type: ignore" comment [unused-ignore]
- aioredis/connection.py: note: In function "parse_url":
- aioredis/connection.py:1205:24: error: TypedDict key must be a string literal; expected one of ("username", "password", "connection_class", "host", "port", ...) [literal-required]
- aioredis/connection.py:1205:24: note: Error code changed to literal-required; "type: ignore" comment may be out of date
- aioredis/connection.py: note: In member "from_url" of class "ConnectionPool":
- aioredis/connection.py:1261:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/connection.py: note: In class "ConnectionPool":
- aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("[_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
- aioredis/connection.py:1261:5: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-no-any-decorated for more info
- aioredis/connection.py: note: In member "from_url" of class "ConnectionPool":
- aioredis/connection.py:1301:9: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/connection.py:1302:22: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/connection.py: note: In member "__init__" of class "ConnectionPool":
- aioredis/connection.py:1304:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/connection.py:1311:12: error: Left operand of "or" is always false [redundant-expr]
- aioredis/connection.py:1315:34: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/connection.py:1332:9: error: Usage of untyped name "encoder_class" in typed context [no-untyped-usage]
- aioredis/connection.py:1332:30: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/connection.py:1332:30: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py: note: In member "__repr__" of class "ConnectionPool":
- aioredis/connection.py:1334:5: error: Return type "None" of "__repr__" incompatible with return type "str" in supertype "object" [override]
- aioredis/connection.py:1334:5: error: Method "__repr__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- aioredis/connection.py:1335:9: error: No return value expected [return-value]
- aioredis/connection.py:1337:41: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/connection.py: note: In member "get_connection" of class "ConnectionPool":
- aioredis/connection.py:1404:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/connection.py:1411:30: error: "make_connection" of "ConnectionPool" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:1411:30: error: Incompatible types in assignment (expression has type "None", variable has type "Connection") [assignment]
- aioredis/connection.py:1422:20: error: Function does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:1422:20: error: Condition is always false [redundant-expr]
- aioredis/connection.py:1427:20: error: Function does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:1427:20: error: Condition is always false [redundant-expr]
- aioredis/connection.py:1435:9: error: No return value expected [return-value]
- aioredis/connection.py: note: In member "get_encoder" of class "ConnectionPool":
- aioredis/connection.py:1439:18: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/connection.py:1440:9: error: Returning Any from function declared to return "None" [no-any-return]
- aioredis/connection.py:1440:16: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1441:22: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/connection.py:1441:22: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1442:29: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/connection.py:1442:29: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1443:30: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/connection.py:1443:30: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py: note: In member "make_connection" of class "ConnectionPool":
- aioredis/connection.py:1451:9: error: No return value expected [return-value]
- aioredis/connection.py:1451:40: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/connection.py: note: In member "release" of class "ConnectionPool":
- aioredis/connection.py:1464:16: error: "owns_connection" of "ConnectionPool" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:1464:16: error: Condition is always false [redundant-expr]
- aioredis/connection.py:1465:17: error: Statement is unreachable [unreachable]
- aioredis/connection.py: note: In member "owns_connection" of class "ConnectionPool":
- aioredis/connection.py:1475:9: error: No return value expected [return-value]
- aioredis/connection.py: note: In member "disconnect" of class "ConnectionPool":
- aioredis/connection.py:1494:61: error: Item "list[Connection]" of "list[Connection] | Iterator[Connection]" has no attribute "__next__" [union-attr]
- aioredis/connection.py:1536:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/connection.py:1545:28: error: Expression type contains "Any" (has type "type[Queue[Untyped]]") [no-any-expr]
- aioredis/connection.py:1551:15: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/connection.py: note: In member "reset" of class "BlockingConnectionPool":
- aioredis/connection.py:1554:5: error: Method "reset" is not using @override but is overriding a method in class "aioredis.connection.ConnectionPool" [explicit-override]
- aioredis/connection.py:1556:21: error: Expression type contains "Any" (has type "Queue[Untyped]") [no-any-expr]
- aioredis/connection.py:1559:17: error: Expression type contains "Any" (has type "Queue[Untyped]") [no-any-expr]
- aioredis/connection.py:1559:17: error: Call to incomplete function "put_nowait" of "Queue" in typed context [no-untyped-call]
- aioredis/connection.py:1559:17: note: Type is "def (item: Untyped) -> None"
- aioredis/connection.py: note: In member "make_connection" of class "BlockingConnectionPool":
- aioredis/connection.py:1578:5: error: Method "make_connection" is not using @override but is overriding a method in class "aioredis.connection.ConnectionPool" [explicit-override]
- aioredis/connection.py:1580:46: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/connection.py:1582:9: error: No return value expected [return-value]
- aioredis/connection.py: note: In member "get_connection" of class "BlockingConnectionPool":
- aioredis/connection.py:1584:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/connection.py:1584:5: error: Method "get_connection" is not using @override but is overriding a method in class "aioredis.connection.ConnectionPool" [explicit-override]
- aioredis/connection.py:1603:24: error: Expression has type "Any (from unimported type)" [no-any-expr]
- aioredis/connection.py:1604:30: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1604:36: error: Expression type contains "Any" (has type "Queue[Untyped]") [no-any-expr]
- aioredis/connection.py:1604:36: error: Call to incomplete function "get" of "Queue" in typed context [no-untyped-call]
- aioredis/connection.py:1604:36: note: Type is "def () -> typing.Coroutine[Any, Any, Untyped]"
- aioredis/connection.py:1604:36: error: Expression type contains "Any" (has type "Coroutine[Any, Any, Untyped]") [no-any-expr]
- aioredis/connection.py:1612:12: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1613:26: error: "make_connection" of "BlockingConnectionPool" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:1617:19: error: Expression type contains "Any" (has type "Untyped | None") [no-any-expr]
- aioredis/connection.py:1617:19: error: Item "None" of "Untyped | None" has no attribute "connect" [union-attr]
- aioredis/connection.py:1617:19: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1623:20: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/connection.py:1623:26: error: Expression type contains "Any" (has type "Untyped | None") [no-any-expr]
- aioredis/connection.py:1623:26: error: Item "None" of "Untyped | None" has no attribute "can_read" [union-attr]
- aioredis/connection.py:1623:26: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1626:23: error: Expression type contains "Any" (has type "Untyped | None") [no-any-expr]
- aioredis/connection.py:1626:23: error: Item "None" of "Untyped | None" has no attribute "disconnect" [union-attr]
- aioredis/connection.py:1626:23: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1627:23: error: Expression type contains "Any" (has type "Untyped | None") [no-any-expr]
- aioredis/connection.py:1627:23: error: Item "None" of "Untyped | None" has no attribute "connect" [union-attr]
- aioredis/connection.py:1627:23: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1628:20: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/connection.py:1628:26: error: Expression type contains "Any" (has type "Untyped | None") [no-any-expr]
- aioredis/connection.py:1628:26: error: Item "None" of "Untyped | None" has no attribute "can_read" [union-attr]
- aioredis/connection.py:1628:26: error: Expression has type "Untyped" [no-any-expr]
- aioredis/connection.py:1632:32: error: Expression type contains "Any" (has type "Untyped | None") [no-any-expr]
- aioredis/connection.py:1632:32: error: Argument 1 to "release" of "BlockingConnectionPool" has incompatible type "Untyped | None"; expected "Connection" [arg-type]
- aioredis/connection.py:1635:9: error: No return value expected [return-value]
- aioredis/connection.py:1635:16: error: Expression type contains "Any" (has type "Untyped | None") [no-any-expr]
- aioredis/connection.py: note: In member "release" of class "BlockingConnectionPool":
- aioredis/connection.py:1637:5: error: Method "release" is not using @override but is overriding a method in class "aioredis.connection.ConnectionPool" [explicit-override]
- aioredis/connection.py:1641:12: error: Condition is always true [redundant-expr]
- aioredis/connection.py:1641:16: error: "owns_connection" of "ConnectionPool" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/connection.py:1647:13: error: Expression type contains "Any" (has type "Queue[Untyped]") [no-any-expr]
- aioredis/connection.py:1647:13: error: Call to incomplete function "put_nowait" of "Queue" in typed context [no-untyped-call]
- aioredis/connection.py:1647:13: note: Type is "def (item: Untyped) -> None"
- aioredis/connection.py:1651:9: error: Statement is unreachable [unreachable]
- aioredis/connection.py: note: In member "disconnect" of class "BlockingConnectionPool":
- aioredis/connection.py:1658:5: error: Method "disconnect" is not using @override but is overriding a method in class "aioredis.connection.ConnectionPool" [explicit-override]
- aioredis/client.py:59:8: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:60:12: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:61:10: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:63:12: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:64:10: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:65:13: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:67:15: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:76:15: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:94: error: Unused "type: ignore" comment [unused-ignore]
- aioredis/client.py: note: In function "timestamp_to_datetime":
- aioredis/client.py:109:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
+ aioredis/utils.py:28:12: note: Type is "(url: str, **kwargs: Untyped) -> None"
- aioredis/client.py:111:12: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:114:9: error: Usage of untyped name "response" in typed context [no-untyped-usage]
- aioredis/client.py:114:24: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:117:5: error: No return value expected [return-value]
- aioredis/client.py:117:44: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "string_keys_to_dict":
- aioredis/client.py:120:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:121:5: error: No return value expected [return-value]
- aioredis/client.py:121:26: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:121:46: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: At top level:
- aioredis/client.py: note: In member "__init__" of class "CaseInsensitiveDict":
- aioredis/client.py:127:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:128:9: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:128:9: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:128:21: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:129:13: error: Untyped indexed-assignment to "self" in typed context [no-untyped-usage]
- aioredis/client.py:129:18: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:129:31: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py: note: In member "__contains__" of class "CaseInsensitiveDict":
- aioredis/client.py:131:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:131:5: error: Return type "None" of "__contains__" incompatible with return type "bool" in supertype "Mapping" [override]
- aioredis/client.py:131:5: error: Return type "None" of "__contains__" incompatible with return type "bool" in supertype "Container" [override]
- aioredis/client.py:131:5: error: Method "__contains__" is not using @override but is overriding a method in class "typing.Mapping" [explicit-override]
- aioredis/client.py:132:9: error: No return value expected [return-value]
- aioredis/client.py:132:37: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In member "__delitem__" of class "CaseInsensitiveDict":
- aioredis/client.py:134:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:134:5: error: Method "__delitem__" is not using @override but is overriding a method in class "builtins.dict" [explicit-override]
- aioredis/client.py:135:29: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In member "__getitem__" of class "CaseInsensitiveDict":
- aioredis/client.py:137:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:137:5: error: Method "__getitem__" is not using @override but is overriding a method in class "builtins.dict" [explicit-override]
- aioredis/client.py:138:9: error: Returning Any from function declared to return "None" [no-any-return]
- aioredis/client.py:138:16: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:138:36: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In member "get" of class "CaseInsensitiveDict":
- aioredis/client.py:140:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:140:5: error: Method "get" is not using @override but is overriding a method in class "builtins.dict" [explicit-override]
- aioredis/client.py:141:9: error: Returning Any from function declared to return "None" [no-any-return]
- aioredis/client.py:141:16: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:141:28: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:141:39: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In member "__setitem__" of class "CaseInsensitiveDict":
- aioredis/client.py:143:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:143:5: error: Method "__setitem__" is not using @override but is overriding a method in class "builtins.dict" [explicit-override]
- aioredis/client.py:144:29: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:144:40: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In member "update" of class "CaseInsensitiveDict":
- aioredis/client.py:146:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:146:5: error: Signature of "update" incompatible with supertype "MutableMapping" [override]
- aioredis/client.py:146:5: note: Superclass:
- aioredis/client.py:146:5: note: @overload
- aioredis/client.py:146:5: note: def update(self, SupportsKeysAndGetItem[Untyped, Untyped], /, **kwargs: Untyped) -> None
- aioredis/client.py:146:5: note: @overload
- aioredis/client.py:146:5: note: def update(self, Iterable[(Untyped, Untyped)], /, **kwargs: Untyped) -> None
- aioredis/client.py:146:5: note: @overload
- aioredis/client.py:146:5: note: def update(self, **kwargs: Untyped) -> None
- aioredis/client.py:146:5: note: Subclass:
- aioredis/client.py:146:5: note: def update(self, data: Untyped) -> None
- aioredis/client.py:146:5: error: Method "update" is not using @override but is overriding a method in class "typing.MutableMapping" [explicit-override]
- aioredis/client.py:147:36: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "parse_debug_object":
- aioredis/client.py:151:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:155:16: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:155:29: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:156:16: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:156:26: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:157:20: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:157:20: error: Expression type contains "Any" (has type "Generator[(Any, Any), None, None]") [no-any-expr]
- aioredis/client.py:157:21: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:157:45: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:166:5: error: No return value expected [return-value]
- aioredis/client.py: note: In function "parse_object":
- aioredis/client.py:169:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:171:8: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:172:16: error: Call to incomplete function "int_or_none" in typed context [no-untyped-call]
- aioredis/client.py:172:16: note: Type is "def (response: Untyped) -> None"
- aioredis/client.py:172:28: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:173:5: error: Returning Any from function declared to return "None" [no-any-return]
- aioredis/client.py:173:12: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "parse_info":
- aioredis/client.py:176:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:178:5: error: Explicit "Any" is not allowed [no-any-explicit]
- aioredis/client.py:179:16: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:179:29: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:181:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:182:23: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:182:43: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:184:27: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:185:21: error: No return value expected [return-value]
- aioredis/client.py:185:34: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:187:21: error: No return value expected [return-value]
- aioredis/client.py:187:32: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:189:17: error: Returning Any from function declared to return "None" [no-any-return]
- aioredis/client.py:189:24: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:191:13: error: Need type annotation for "sub_dict" (hint: "sub_dict: dict[<type>, <type>] = ...") [var-annotated]
- aioredis/client.py:191:13: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-var-annotated for more info
- aioredis/client.py:192:13: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:192:25: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:193:24: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:193:24: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:194:17: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- aioredis/client.py:194:17: error: Untyped indexed-assignment to "sub_dict" in typed context [no-untyped-usage]
- aioredis/client.py:194:26: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:194:31: error: Call to incomplete function "get_value" in typed context [no-untyped-call]
- aioredis/client.py:194:31: note: Type is "def (value: Untyped) -> None"
- aioredis/client.py:194:31: error: "get_value" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py:194:41: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:195:13: error: No return value expected [return-value]
- aioredis/client.py:195:20: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- aioredis/client.py:197:5: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:197:17: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:198:12: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:198:12: error: Expression type contains "Any" (has type "Any | bool") [no-any-expr]
- aioredis/client.py:198:25: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:199:16: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:203:30: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:204:20: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:205:34: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:207:20: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:210:21: error: Expression type contains "Any" (has type "dict[str, Any]") [no-any-expr]
- aioredis/client.py:210:21: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:210:48: error: Expression type contains "Any" (has type "list[Any]") [no-any-expr]
- aioredis/client.py:210:59: error: Call to incomplete function "get_value" in typed context [no-untyped-call]
- aioredis/client.py:210:59: note: Type is "def (value: Untyped) -> None"
- aioredis/client.py:210:59: error: "get_value" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py:210:69: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:212:21: error: Expression type contains "Any" (has type "dict[str, Any]") [no-any-expr]
- aioredis/client.py:212:26: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:212:33: error: Call to incomplete function "get_value" in typed context [no-untyped-call]
- aioredis/client.py:212:33: note: Type is "def (value: Untyped) -> None"
- aioredis/client.py:212:33: error: "get_value" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py:212:43: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:215:17: error: Expression type contains "Any" (has type "dict[str, Any]") [no-any-expr]
- aioredis/client.py:215:17: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:215:44: error: Expression type contains "Any" (has type "list[Any]") [no-any-expr]
- aioredis/client.py:215:55: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:217:5: error: No return value expected [return-value]
- aioredis/client.py:217:12: error: Expression type contains "Any" (has type "dict[str, Any]") [no-any-expr]
- aioredis/client.py: note: In function "parse_memory_stats":
- aioredis/client.py:220:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:222:13: error: Call to incomplete function "pairs_to_dict" in typed context [no-untyped-call]
- aioredis/client.py:222:13: note: Type is "def (response: Untyped, decode_keys: bool =, decode_string_values: bool =) -> None"
- aioredis/client.py:222:13: error: "pairs_to_dict" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py:222:27: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:223:23: error: "None" has no attribute "items" [attr-defined]
- aioredis/client.py:225:13: error: Unsupported target for indexed assignment ("None") [index]
- aioredis/client.py:225:13: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-index for more info
- aioredis/client.py:225:26: error: Call to incomplete function "pairs_to_dict" in typed context [no-untyped-call]
- aioredis/client.py:225:26: note: Type is "def (response: Untyped, decode_keys: bool =, decode_string_values: bool =) -> None"
- aioredis/client.py:225:26: error: "pairs_to_dict" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py: note: In function "parse_sentinel_state":
- aioredis/client.py:258:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:259:14: error: Call to incomplete function "pairs_to_dict_typed" in typed context [no-untyped-call]
- aioredis/client.py:259:14: note: Type is "def (response: Untyped, type_info: Untyped) -> None"
- aioredis/client.py:259:14: error: "pairs_to_dict_typed" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py:259:34: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:260:17: error: Value of type "None" is not indexable [index]
- aioredis/client.py:270:9: error: Unsupported target for indexed assignment ("None") [index]
- aioredis/client.py: note: In function "parse_sentinel_master":
- aioredis/client.py:274:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:275:12: error: Call to incomplete function "parse_sentinel_state" in typed context [no-untyped-call]
- aioredis/client.py:275:12: note: Type is "def (item: Untyped) -> None"
- aioredis/client.py:275:33: error: Expression type contains "Any" (has type "map[Any (unannotated)]") [no-any-expr]
- aioredis/client.py:275:51: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "parse_sentinel_masters":
- aioredis/client.py:278:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:279:5: error: Need type annotation for "result" (hint: "result: dict[<type>, <type>] = ...") [var-annotated]
- aioredis/client.py:280:5: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:280:17: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:281:17: error: Call to incomplete function "parse_sentinel_state" in typed context [no-untyped-call]
- aioredis/client.py:281:17: note: Type is "def (item: Untyped) -> None"
- aioredis/client.py:281:17: error: "parse_sentinel_state" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py:281:38: error: Expression type contains "Any" (has type "map[Any (unannotated)]") [no-any-expr]
- aioredis/client.py:281:56: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:282:9: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- aioredis/client.py:282:9: error: Untyped indexed-assignment to "result" in typed context [no-untyped-usage]
- aioredis/client.py:282:16: error: Value of type "None" is not indexable [index]
- aioredis/client.py:283:5: error: No return value expected [return-value]
- aioredis/client.py:283:12: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- aioredis/client.py: note: In function "parse_sentinel_slaves_and_sentinels":
- aioredis/client.py:286:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:287:5: error: No return value expected [return-value]
- aioredis/client.py:287:12: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:287:13: error: Call to incomplete function "parse_sentinel_state" in typed context [no-untyped-call]
- aioredis/client.py:287:13: note: Type is "def (item: Untyped) -> None"
- aioredis/client.py:287:13: error: "parse_sentinel_state" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py:287:34: error: Expression type contains "Any" (has type "map[Any (unannotated)]") [no-any-expr]
- aioredis/client.py:287:52: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:287:71: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "parse_sentinel_get_master":
- aioredis/client.py:290:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:291:5: error: No return value expected [return-value]
- aioredis/client.py:291:12: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:291:12: error: Expression type contains "Any" (has type "Any (unannotated) | (Untyped, int)") [no-any-expr]
- aioredis/client.py:291:12: error: Expression type contains "Any" (has type "(Untyped, int) | None") [no-any-expr]
- aioredis/client.py:291:25: error: Expression type contains "Any" (has type "(Untyped, int)") [no-any-expr]
- aioredis/client.py:291:26: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:291:43: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "pairs_to_dict":
- aioredis/client.py:294:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:296:8: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:297:9: error: No return value expected [return-value]
- aioredis/client.py:301:9: error: Usage of untyped name "keys" in typed context [no-untyped-usage]
- aioredis/client.py:301:16: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:303:13: error: Usage of untyped name "keys" in typed context [no-untyped-usage]
- aioredis/client.py:303:20: error: Expression type contains "Any" (has type "map[Any (unannotated)]") [no-any-expr]
- aioredis/client.py:303:38: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:304:9: error: Usage of untyped name "values" in typed context [no-untyped-usage]
- aioredis/client.py:304:18: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:306:13: error: Usage of untyped name "values" in typed context [no-untyped-usage]
- aioredis/client.py:306:22: error: Expression type contains "Any" (has type "map[Any (unannotated)]") [no-any-expr]
- aioredis/client.py:306:40: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:307:9: error: No return value expected [return-value]
- aioredis/client.py:307:21: error: Expression type contains "Any" (has type "zip[(Any (unannotated), Any (unannotated))]") [no-any-expr]
- aioredis/client.py:307:25: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:307:31: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:309:14: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:309:19: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:310:9: error: No return value expected [return-value]
- aioredis/client.py:310:21: error: Expression type contains "Any" (has type "zip[(Any, Any)]") [no-any-expr]
- aioredis/client.py:310:25: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:310:29: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py: note: In function "pairs_to_dict_typed":
- aioredis/client.py:313:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:314:10: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:314:15: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:316:5: error: Expression type contains "Any" (has type "(Any, Any)") [no-any-expr]
- aioredis/client.py:316:5: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:316:23: error: Expression type contains "Any" (has type "zip[(Any, Any)]") [no-any-expr]
- aioredis/client.py:316:27: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:316:31: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:317:12: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:317:19: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:319:25: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:319:35: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:319:40: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:324:9: error: Expression type contains "Any" (has type "dict[Any, Any]") [no-any-expr]
- aioredis/client.py:324:16: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:324:23: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:325:5: error: No return value expected [return-value]
- aioredis/client.py:325:12: error: Expression type contains "Any" (has type "dict[Any, Any]") [no-any-expr]
- aioredis/client.py: note: In function "zset_score_pairs":
- aioredis/client.py:328:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:333:12: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:333:28: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/client.py:333:28: error: Expression type contains "Any" (has type "Untyped | None") [no-any-expr]
- aioredis/client.py:334:9: error: Returning Any from function declared to return "None" [no-any-return]
- aioredis/client.py:334:16: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:335:5: error: Usage of untyped name "score_cast_func" in typed context [no-untyped-usage]
- aioredis/client.py:335:23: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/client.py:335:23: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:336:10: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:336:15: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:337:5: error: No return value expected [return-value]
- aioredis/client.py:337:12: error: Expression type contains "Any" (has type "list[(Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:337:17: error: Expression type contains "Any" (has type "zip[(Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:337:21: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:337:25: error: Expression type contains "Any" (has type "map[Any (unannotated)]") [no-any-expr]
- aioredis/client.py:337:29: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:337:46: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py: note: In function "sort_return_tuples":
- aioredis/client.py:340:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:345:12: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:345:28: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/client.py:345:28: error: Expression type contains "Any" (has type "Untyped | None") [no-any-expr]
- aioredis/client.py:346:9: error: Returning Any from function declared to return "None" [no-any-return]
- aioredis/client.py:346:16: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:347:5: error: Usage of untyped name "n" in typed context [no-untyped-usage]
- aioredis/client.py:347:9: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/client.py:347:9: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:348:5: error: No return value expected [return-value]
- aioredis/client.py:348:12: error: Expression type contains "Any" (has type "list[tuple[Any, ...]]") [no-any-expr]
- aioredis/client.py:348:17: error: Expression type contains "Any" (has type "zip[tuple[Any, ...]]") [no-any-expr]
- aioredis/client.py:348:22: error: Expression type contains "Any" (has type "Generator[Any (unannotated), None, None]") [no-any-expr]
- aioredis/client.py:348:23: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:348:35: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:348:53: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "int_or_none":
- aioredis/client.py:351:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:352:8: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:354:5: error: No return value expected [return-value]
- aioredis/client.py:354:16: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "parse_stream_list":
- aioredis/client.py:357:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:358:8: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:361:5: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:361:14: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:362:12: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:363:13: error: Expression type contains "Any" (has type "list[(Untyped, None)]") [no-any-expr]
- aioredis/client.py:363:13: error: Call to incomplete function "append" of "list" in typed context [no-untyped-call]
- aioredis/client.py:363:13: note: Type is "def ((Untyped, None)) -> None"
- aioredis/client.py:363:25: error: Expression type contains "Any" (has type "(Untyped, None)") [no-any-expr]
- aioredis/client.py:363:26: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:363:32: error: Call to incomplete function "pairs_to_dict" in typed context [no-untyped-call]
- aioredis/client.py:363:32: note: Type is "def (response: Untyped, decode_keys: bool =, decode_string_values: bool =) -> None"
- aioredis/client.py:363:32: error: "pairs_to_dict" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py:363:46: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:365:13: error: Expression type contains "Any" (has type "list[(Untyped, None)]") [no-any-expr]
- aioredis/client.py:365:13: error: Call to incomplete function "append" of "list" in typed context [no-untyped-call]
- aioredis/client.py:365:13: note: Type is "def ((Untyped, None)) -> None"
- aioredis/client.py:366:5: error: No return value expected [return-value]
- aioredis/client.py:366:12: error: Expression type contains "Any" (has type "list[(Untyped, None)]") [no-any-expr]
- aioredis/client.py: note: In function "pairs_to_dict_with_str_keys":
- aioredis/client.py:369:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:370:12: error: Call to incomplete function "pairs_to_dict" in typed context [no-untyped-call]
- aioredis/client.py:370:12: note: Type is "def (response: Untyped, decode_keys: bool =, decode_string_values: bool =) -> None"
- aioredis/client.py:370:26: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "parse_list_of_dicts":
- aioredis/client.py:373:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:374:5: error: No return value expected [return-value]
- aioredis/client.py:374:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:374:50: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "parse_xclaim":
- aioredis/client.py:377:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:378:8: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/client.py:378:8: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:379:9: error: Returning Any from function declared to return "None" [no-any-return]
- aioredis/client.py:379:16: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:380:12: error: Call to incomplete function "parse_stream_list" in typed context [no-untyped-call]
- aioredis/client.py:380:12: note: Type is "def (response: Untyped) -> None"
- aioredis/client.py:380:30: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "parse_xinfo_stream":
- aioredis/client.py:383:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:384:12: error: Call to incomplete function "pairs_to_dict" in typed context [no-untyped-call]
- aioredis/client.py:384:12: note: Type is "def (response: Untyped, decode_keys: bool =, decode_string_values: bool =) -> None"
- aioredis/client.py:384:12: error: "pairs_to_dict" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py:384:26: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:385:13: error: Value of type "None" is not indexable [index]
- aioredis/client.py:387:9: error: Unsupported target for indexed assignment ("None") [index]
- aioredis/client.py:387:42: error: Call to incomplete function "pairs_to_dict" in typed context [no-untyped-call]
- aioredis/client.py:387:42: note: Type is "def (response: Untyped, decode_keys: bool =, decode_string_values: bool =) -> None"
- aioredis/client.py:387:42: error: "pairs_to_dict" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py:388:12: error: Value of type "None" is not indexable [index]
- aioredis/client.py:390:9: error: Unsupported target for indexed assignment ("None") [index]
- aioredis/client.py:390:40: error: Call to incomplete function "pairs_to_dict" in typed context [no-untyped-call]
- aioredis/client.py:390:40: note: Type is "def (response: Untyped, decode_keys: bool =, decode_string_values: bool =) -> None"
- aioredis/client.py:390:40: error: "pairs_to_dict" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py: note: In function "parse_xread":
- aioredis/client.py:394:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:395:8: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:396:9: error: No return value expected [return-value]
- aioredis/client.py:397:5: error: No return value expected [return-value]
- aioredis/client.py:397:12: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:397:12: error: Expression type contains "Any" (has type "list[list[Untyped | None]]") [no-any-expr]
- aioredis/client.py:397:13: error: Expression type contains "Any" (has type "list[Untyped | None]") [no-any-expr]
- aioredis/client.py:397:14: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:397:20: error: Call to incomplete function "parse_stream_list" in typed context [no-untyped-call]
- aioredis/client.py:397:20: note: Type is "def (response: Untyped) -> None"
- aioredis/client.py:397:20: error: "parse_stream_list" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py:397:38: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:397:54: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "parse_xpending":
- aioredis/client.py:400:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:401:8: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/client.py:401:8: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:402:16: error: Call to incomplete function "parse_xpending_range" in typed context [no-untyped-call]
- aioredis/client.py:402:16: note: Type is "def (response: Untyped) -> None"
- aioredis/client.py:402:37: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:403:17: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:403:17: error: Expression type contains "Any" (has type "list[dict[str | str, Any (unannotated) | int]]") [no-any-expr]
- aioredis/client.py:403:18: error: Expression type contains "Any" (has type "dict[str | str, Any (unannotated) | int]") [no-any-expr]
- aioredis/client.py:403:19: error: Expression type contains "Any" (has type "(str, Any (unannotated))") [no-any-expr]
- aioredis/client.py:403:27: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:403:45: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:403:61: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:403:61: error: Expression type contains "Any" (has type "Any (unannotated) | list[Any (unannotated)]") [no-any-expr]
- aioredis/client.py:403:76: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- aioredis/client.py:404:5: error: No return value expected [return-value]
- aioredis/client.py:404:12: error: Expression type contains "Any" (has type "dict[str | str, Untyped | list[dict[str, Any (unannotated) | int]]]") [no-any-expr]
- aioredis/client.py:405:9: error: Expression type contains "Any" (has type "(str, Untyped)") [no-any-expr]
- aioredis/client.py:405:20: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:406:9: error: Expression type contains "Any" (has type "(str, Untyped)") [no-any-expr]
- aioredis/client.py:406:16: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:407:9: error: Expression type contains "Any" (has type "(str, Untyped)") [no-any-expr]
- aioredis/client.py:407:16: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:408:9: error: Expression type contains "Any" (has type "(str, list[dict[str, Any (unannotated) | int]])") [no-any-expr]
- aioredis/client.py:408:22: error: Expression type contains "Any" (has type "list[dict[str, Any (unannotated) | int]]") [no-any-expr]
- aioredis/client.py: note: In function "parse_xpending_range":
- aioredis/client.py:412:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:414:5: error: No return value expected [return-value]
- aioredis/client.py:414:12: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:414:12: error: Expression type contains "Any" (has type "list[dict[str, Any (unannotated)]]") [no-any-expr]
- aioredis/client.py:414:13: error: Expression type contains "Any" (has type "dict[str, Any (unannotated)]") [no-any-expr]
- aioredis/client.py:414:18: error: Expression type contains "Any" (has type "zip[(str, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:414:25: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:414:38: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "float_or_none":
- aioredis/client.py:417:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:418:8: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:420:5: error: No return value expected [return-value]
- aioredis/client.py:420:18: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "bool_ok":
- aioredis/client.py:423:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:424:5: error: Returning Any from function declared to return "None" [no-any-return]
- aioredis/client.py:424:12: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:424:25: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "parse_zadd":
- aioredis/client.py:427:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:428:8: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:430:8: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/client.py:430:8: error: Expression type contains "Any" (has type "Untyped | None") [no-any-expr]
- aioredis/client.py:431:9: error: No return value expected [return-value]
- aioredis/client.py:431:22: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:432:5: error: No return value expected [return-value]
- aioredis/client.py:432:16: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "parse_client_list":
- aioredis/client.py:435:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:437:5: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:437:14: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:437:27: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:439:28: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:439:28: error: Expression type contains "Any" (has type "Generator[(Any, Any), None, None]") [no-any-expr]
- aioredis/client.py:439:29: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:439:60: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:440:5: error: No return value expected [return-value]
- aioredis/client.py: note: In function "parse_config_get":
- aioredis/client.py:443:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:444:16: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:444:16: error: Expression type contains "Any" (has type "list[Any | None]") [no-any-expr]
- aioredis/client.py:444:17: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:444:17: error: Expression type contains "Any" (has type "Any | None") [no-any-expr]
- aioredis/client.py:444:30: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:444:36: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:444:69: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:445:5: error: No return value expected [return-value]
- aioredis/client.py:445:12: error: Expression type contains "Any" (has type "list[Any | None]") [no-any-expr]
- aioredis/client.py:445:12: error: Expression type contains "Any" (has type "list[Any | None] | None") [no-any-expr]
- aioredis/client.py:445:12: error: Left operand of "or" is always false [redundant-expr]
- aioredis/client.py:445:25: error: Call to incomplete function "pairs_to_dict" in typed context [no-untyped-call]
- aioredis/client.py:445:25: note: Type is "def (response: Untyped, decode_keys: bool =, decode_string_values: bool =) -> None"
- aioredis/client.py:445:25: error: "pairs_to_dict" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py:445:39: error: Expression type contains "Any" (has type "list[Any | None]") [no-any-expr]
- aioredis/client.py: note: In function "parse_scan":
- aioredis/client.py:448:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:449:17: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:449:17: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:450:5: error: No return value expected [return-value]
- aioredis/client.py:450:12: error: Expression type contains "Any" (has type "(int, Any (unannotated))") [no-any-expr]
- aioredis/client.py:450:16: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:450:25: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py: note: In function "parse_hscan":
- aioredis/client.py:453:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:454:17: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:454:17: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:455:5: error: No return value expected [return-value]
- aioredis/client.py:455:12: error: Expression type contains "Any" (has type "(int, dict[Any (unannotated), Any (unannotated)])") [no-any-expr]
- aioredis/client.py:455:16: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:455:25: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:455:25: error: Expression type contains "Any" (has type "Any (unannotated) | None") [no-any-expr]
- aioredis/client.py:455:25: error: Left operand of "or" is always false [redundant-expr]
- aioredis/client.py:455:25: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- aioredis/client.py:455:31: error: Call to incomplete function "pairs_to_dict" in typed context [no-untyped-call]
- aioredis/client.py:455:31: note: Type is "def (response: Untyped, decode_keys: bool =, decode_string_values: bool =) -> None"
- aioredis/client.py:455:31: error: "pairs_to_dict" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py:455:45: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:455:51: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- aioredis/client.py: note: In function "parse_zscan":
- aioredis/client.py:458:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:459:5: error: Usage of untyped name "score_cast_func" in typed context [no-untyped-usage]
- aioredis/client.py:459:23: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/client.py:459:23: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:460:17: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:460:17: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:461:10: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:461:15: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:462:5: error: No return value expected [return-value]
- aioredis/client.py:462:12: error: Expression type contains "Any" (has type "(int, list[(Any, Any (unannotated))])") [no-any-expr]
- aioredis/client.py:462:16: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:462:25: error: Expression type contains "Any" (has type "list[(Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:462:30: error: Expression type contains "Any" (has type "zip[(Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:462:34: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:462:38: error: Expression type contains "Any" (has type "map[Any (unannotated)]") [no-any-expr]
- aioredis/client.py:462:42: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:462:59: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py: note: In function "parse_slowlog_get":
- aioredis/client.py:465:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:466:39: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/client.py:466:39: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:467:5: error: No return value expected [return-value]
- aioredis/client.py:467:12: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:467:12: error: Expression type contains "Any" (has type "list[dict[str | str, Untyped | int | str | bytes]]") [no-any-expr]
- aioredis/client.py:468:9: error: Expression type contains "Any" (has type "dict[str | str, Untyped | int | str | bytes]") [no-any-expr]
- aioredis/client.py:469:13: error: Expression type contains "Any" (has type "(str, Untyped)") [no-any-expr]
- aioredis/client.py:469:19: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:470:31: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:471:29: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:476:28: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:477:31: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:478:33: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:481:21: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py: note: In function "parse_cluster_info":
- aioredis/client.py:485:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:486:16: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:486:29: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:487:5: error: No return value expected [return-value]
- aioredis/client.py:487:16: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:487:16: error: Expression type contains "Any" (has type "Generator[(Any, Any), None, None]") [no-any-expr]
- aioredis/client.py:487:17: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:487:45: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:487:70: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py: note: In function "_parse_node_line":
- aioredis/client.py:490:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:491:5: error: Usage of untyped name "line_items" in typed context [no-untyped-usage]
- aioredis/client.py:491:18: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:492:69: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:492:69: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:493:13: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:493:13: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- aioredis/client.py:493:14: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:493:38: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:494:17: error: Expression type contains "Any" (has type "dict[str | str, Any (unannotated) | list[Any (unannotated)] | bool | bool]") [no-any-expr]
- aioredis/client.py:495:9: error: Expression type contains "Any" (has type "(str, Any (unannotated))") [no-any-expr]
- aioredis/client.py:495:20: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:496:9: error: Expression type contains "Any" (has type "(str, Any (unannotated))") [no-any-expr]
- aioredis/client.py:496:18: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:497:9: error: Expression type contains "Any" (has type "(str, Any (unannotated))") [no-any-expr]
- aioredis/client.py:497:22: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:498:9: error: Expression type contains "Any" (has type "(str, Any (unannotated))") [no-any-expr]
- aioredis/client.py:498:27: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:499:9: error: Expression type contains "Any" (has type "(str, Any (unannotated))") [no-any-expr]
- aioredis/client.py:499:27: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:500:9: error: Expression type contains "Any" (has type "(str, Any (unannotated))") [no-any-expr]
- aioredis/client.py:500:18: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:501:9: error: Expression type contains "Any" (has type "(str, list[Any (unannotated)])") [no-any-expr]
- aioredis/client.py:501:18: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- aioredis/client.py:502:30: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:504:5: error: No return value expected [return-value]
- aioredis/client.py:504:12: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:504:12: error: Expression type contains "Any" (has type "(Any (unannotated), dict[str, Any (unannotated) | list[Any (unannotated)] | bool])") [no-any-expr]
- aioredis/client.py:504:18: error: Expression type contains "Any" (has type "dict[str, Any (unannotated) | list[Any (unannotated)] | bool]") [no-any-expr]
- aioredis/client.py: note: In function "parse_cluster_nodes":
- aioredis/client.py:507:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:508:17: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:508:30: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:509:5: error: No return value expected [return-value]
- aioredis/client.py:509:16: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:509:16: error: Argument 1 to "dict" has incompatible type "Generator[None, None, None]"; expected "Iterable[(Never, Never)]" [arg-type]
- aioredis/client.py:509:17: error: Call to incomplete function "_parse_node_line" in typed context [no-untyped-call]
- aioredis/client.py:509:17: error: "_parse_node_line" does not return a value (it only ever returns None) [func-returns-value]
- aioredis/client.py:509:17: note: Type is "def (line: Untyped) -> None"
- aioredis/client.py:509:34: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:509:52: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:512:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- aioredis/client.py:513:8: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/client.py:513:8: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:513:8: error: Expression has type "Any (unannotated)" [no-any-expr]
- aioredis/client.py:513:28: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/client.py:513:28: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:516:9: error: Returning Any from function declared to return "None" [no-any-return]
- aioredis/client.py:516:16: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:518:8: error: Expression type contains "Any" (has type "type[Untyped]") [no-any-expr]
- aioredis/client.py:518:13: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:519:25: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- aioredis/client.py:519:26: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:523:12: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/client.py:523:12: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:523:40: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/client.py:523:40: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:523:69: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/client.py:523:69: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:525:9: error: No return value expected [return-value]
- aioredis/client.py:525:16: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- aioredis/client.py:529:40: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:529:54: error: Expression has type "Any" [no-any-expr]
- aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Untyped") [no-any-expr]
- aioredis/client.py:535:20: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:11: error: Expression type contains "Any" (has type "dict[str, (...) -> Untyped]") [no-any-expr]
- aioredis/client.py:536:11: error: Expression type contains "Any" (has type "(...) -> Untyped") [no-any-expr]
- aioredis/client.py:536:69: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- aioredis/client.py:536:69: error: Expression has type "Untyped" [no-any-expr]
- aioredis/client.py:537:5: error: No return value expected [return-value]
- aioredis/client.py:537:12: error: Expression has type "Any (unannotated)" [no-any-expr]
... (truncated 1695 lines) ...
git-revise (https://github.com/mystor/git-revise)
- gitrevise/odb.py:390:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:390:16: note: Type is "(int =) -> Untyped"
- gitrevise/odb.py:406:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:406:16: note: Type is "(int =) -> Untyped"
CPython (cases_generator) (https://github.com/python/cpython)
+ Tools/cases_generator/parsing.py:41: error: INTERNAL ERROR -- Please try using mypy master on GitHub:
+ https://kotlinisland.github.io/basedmypy/common_issues.html#using-a-development-mypy-build
+ Please report a bug at https://github.com/KotlinIsland/basedmypy/issues
+ version: 2.5.0+dev.fe3799401cc66c37d580d692502e6901331002f2
+ Tools/cases_generator/parsing.py:41: : note: use --pdb to drop into pdb
+ Traceback (most recent call last):
+ File "", line 8, in <module>
+ sys.exit(console_entry())
+ File "/__main__.py", line 15, in console_entry
+ main()
+ File "/main.py", line 103, in main
+ res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+ File "/main.py", line 210, in run_build
+ res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+ File "/build.py", line 196, in build
+ result = _build(
+ File "/build.py", line 273, in _build
+ graph = dispatch(sources, manager, stdout)
+ File "/build.py", line 3085, in dispatch
+ process_graph(graph, manager)
+ File "/build.py", line 3485, in process_graph
+ process_stale_scc(graph, scc, manager)
+ File "/build.py", line 3586, in process_stale_scc
+ graph[id].type_check_first_pass()
+ File "/build.py", line 2452, in type_check_first_pass
+ self.type_checker().check_first_pass()
+ File "/checker.py", line 503, in check_first_pass
+ self.accept(d)
+ File "/checker.py", line 613, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1144, in accept
+ return visitor.visit_class_def(self)
+ File "/checker.py", line 2536, in visit_class_def
+ self.accept(defn.defs)
+ File "/checker.py", line 613, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1225, in accept
+ return visitor.visit_block(self)
+ File "/checker.py", line 2998, in visit_block
+ self.accept(s)
+ File "/checker.py", line 613, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1312, in accept
+ return visitor.visit_assignment_stmt(self)
+ File "/checker.py", line 3061, in visit_assignment_stmt
+ self.check_assignment(
+ File "/checker.py", line 3250, in check_assignment
+ rvalue_type = self.check_simple_assignment(lvalue_type, rvalue, context=rvalue)
+ File "/checker.py", line 4504, in check_simple_assignment
+ rvalue_type = self.expr_checker.accept(
+ File "/checkexpr.py", line 5972, in accept
+ typ = node.accept(self)
+ File "/nodes.py", line 1908, in accept
+ return visitor.visit_call_expr(self)
+ File "/checkexpr.py", line 484, in visit_call_expr
+ return self.visit_call_expr_inner(e, allow_none_return=allow_none_return)
+ File "/checkexpr.py", line 713, in visit_call_expr_inner
+ and fullname not in {"dataclasses.field", {"pydantic.fields.Field"}}
+ TypeError: unhashable type: 'set'
- Tools/cases_generator/parsing.py: note: In member "__repr__" of class "StackEffect":
- Tools/cases_generator/parsing.py:78:5: error: Method "__repr__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- Tools/cases_generator/parser.py:60: error: Unused "type: ignore" comment [unused-ignore]
- Tools/cases_generator/analyzer.py: note: In member "dump" of class "Properties":
- Tools/cases_generator/analyzer.py:33:26: error: Expression type contains "Any" (has type "(str, Any)") [no-any-expr]
- Tools/cases_generator/analyzer.py:33:26: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/analyzer.py:33:27: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/analyzer.py:33:65: error: Expression type contains "Any" (has type "dict[str, Any]") [no-any-expr]
- Tools/cases_generator/analyzer.py:33:65: error: Expression type contains "Any" (has type "dict_items[str, Any]") [no-any-expr]
- Tools/cases_generator/analyzer.py: note: In member "__str__" of class "StackItem":
- Tools/cases_generator/analyzer.py:107:5: error: Method "__str__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- Tools/cases_generator/analyzer.py: note: In member "__str__" of class "StackEffect":
- Tools/cases_generator/analyzer.py:122:5: error: Method "__str__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- Tools/cases_generator/analyzer.py: note: In member "__str__" of class "CacheEntry":
- Tools/cases_generator/analyzer.py:131:5: error: Method "__str__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- Tools/cases_generator/analyzer.py: note: In function "override_error":
- Tools/cases_generator/analyzer.py:285:9: error: The string for "None" isn't helpful in a user-facing or semantic string [helpful-string]
- Tools/cases_generator/uop_metadata_generator.py:91:12: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/uop_metadata_generator.py:92:9: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/uop_metadata_generator.py:93:26: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/uop_metadata_generator.py:94:15: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/uop_metadata_generator.py:95:31: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/uop_id_generator.py:78:12: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/uop_id_generator.py:79:9: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/uop_id_generator.py:80:26: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/uop_id_generator.py:81:15: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/uop_id_generator.py:82:26: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/uop_id_generator.py:82:53: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/tier2_generator.py: note: In function "write_uop":
- Tools/cases_generator/tier2_generator.py:183:30: error: Expression type contains "Any" (has type "tuple[Any, ...]") [no-any-expr]
- Tools/cases_generator/tier2_generator.py:183:30: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/tier2_generator.py: note: At top level:
- Tools/cases_generator/tier2_generator.py:250:12: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/tier2_generator.py:251:9: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/tier2_generator.py:252:26: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/tier2_generator.py:253:15: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/tier2_generator.py:254:24: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/tier2_generator.py:254:51: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/tier1_generator.py: note: In function "write_uop":
- Tools/cases_generator/tier1_generator.py:103:30: error: Expression type contains "Any" (has type "tuple[Any, ...]") [no-any-expr]
- Tools/cases_generator/tier1_generator.py:103:30: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/tier1_generator.py: note: At top level:
- Tools/cases_generator/tier1_generator.py:201:12: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/tier1_generator.py:202:9: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/tier1_generator.py:203:26: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/tier1_generator.py:204:15: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/tier1_generator.py:205:24: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/tier1_generator.py:205:51: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/target_generator.py:49:12: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/target_generator.py:50:9: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/target_generator.py:51:26: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/target_generator.py:52:15: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/py_metadata_generator.py:93:12: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/py_metadata_generator.py:94:9: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/py_metadata_generator.py:95:26: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/py_metadata_generator.py:96:15: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/py_metadata_generator.py:97:30: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/optimizer_generator.py: note: In function "write_uop":
- Tools/cases_generator/optimizer_generator.py:146:30: error: Expression type contains "Any" (has type "tuple[Any, ...]") [no-any-expr]
- Tools/cases_generator/optimizer_generator.py:146:30: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/optimizer_generator.py: note: At top level:
- Tools/cases_generator/optimizer_generator.py:224:12: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/optimizer_generator.py:225:9: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/optimizer_generator.py:226:9: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/optimizer_generator.py:228:9: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/optimizer_generator.py:228:26: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/optimizer_generator.py:229:9: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/optimizer_generator.py:230:30: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/optimizer_generator.py:231:26: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/optimizer_generator.py:232:15: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/optimizer_generator.py:233:39: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/optimizer_generator.py:233:76: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/opcode_metadata_generator.py:394:12: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/opcode_metadata_generator.py:395:9: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/opcode_metadata_generator.py:396:26: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/opcode_metadata_generator.py:397:15: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/opcode_metadata_generator.py:398:34: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/opcode_id_generator.py:61:12: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/opcode_id_generator.py:62:9: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/opcode_id_generator.py:63:26: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/opcode_id_generator.py:64:15: error: Expression has type "Any" [no-any-expr]
- Tools/cases_generator/opcode_id_generator.py:65:32: error: Expression has type "Any" [no-any-expr]
pycryptodome (https://github.com/Legrandin/pycryptodome)
+ lib/Crypto/SelfTest/loader.py:168: error: INTERNAL ERROR -- Please try using mypy master on GitHub:
+ https://kotlinisland.github.io/basedmypy/common_issues.html#using-a-development-mypy-build
+ Please report a bug at https://github.com/KotlinIsland/basedmypy/issues
+ version: 2.5.0+dev.fe3799401cc66c37d580d692502e6901331002f2
+ lib/Crypto/SelfTest/loader.py:168: : note: use --pdb to drop into pdb
+ lib/Crypto/Math/_IntegerBase.pyi: note: In member "__iadd__" of class "IntegerBase":
+ lib/Crypto/Math/_IntegerBase.pyi:32:5: error: Signatures of "__iadd__" and "__add__" are incompatible [misc]
+ lib/Crypto/Math/_IntegerBase.pyi: note: In member "__isub__" of class "IntegerBase":
+ lib/Crypto/Math/_IntegerBase.pyi:33:5: error: Signatures of "__isub__" and "__sub__" are incompatible [misc]
+ lib/Crypto/Math/_IntegerBase.pyi: note: In member "__imul__" of class "IntegerBase":
+ lib/Crypto/Math/_IntegerBase.pyi:34:5: error: Signatures of "__imul__" and "__mul__" are incompatible [misc]
+ lib/Crypto/Math/_IntegerBase.pyi: note: In member "__imod__" of class "IntegerBase":
+ lib/Crypto/Math/_IntegerBase.pyi:35:5: error: Signatures of "__imod__" and "__mod__" are incompatible [misc]
+ lib/Crypto/Math/_IntegerBase.pyi: note: In member "__irshift__" of class "IntegerBase":
+ lib/Crypto/Math/_IntegerBase.pyi:39:5: error: Signatures of "__irshift__" and "__rshift__" are incompatible [misc]
+ lib/Crypto/Math/_IntegerBase.pyi: note: In member "__ilshift__" of class "IntegerBase":
+ lib/Crypto/Math/_IntegerBase.pyi:41:5: error: Signatures of "__ilshift__" and "__lshift__" are incompatible [misc]
- lib/Crypto/SelfTest/loader.py:42: error: "type: ignore" comment without error code (consider "type: ignore[import-not-found]" instead) [ignore-without-code]
- lib/Crypto/SelfTest/loader.py:88:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/loader.py:88:13: note: Type is "_NamedCallable & (Untyped) -> None"
- lib/Crypto/SelfTest/loader.py:168:23: error: "_load_tests" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/loader.py:168:23: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-func-returns-value for more info
+ Traceback (most recent call last):
+ File "", line 8, in <module>
+ sys.exit(console_entry())
+ File "/__main__.py", line 15, in console_entry
+ main()
+ File "/main.py", line 103, in main
+ res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+ File "/main.py", line 210, in run_build
+ res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+ File "/build.py", line 196, in build
+ result = _build(
+ File "/build.py", line 273, in _build
+ graph = dispatch(sources, manager, stdout)
+ File "/build.py", line 3085, in dispatch
+ process_graph(graph, manager)
+ File "/build.py", line 3485, in process_graph
+ process_stale_scc(graph, scc, manager)
+ File "/build.py", line 3586, in process_stale_scc
+ graph[id].type_check_first_pass()
+ File "/build.py", line 2452, in type_check_first_pass
+ self.type_checker().check_first_pass()
+ File "/checker.py", line 503, in check_first_pass
+ self.accept(d)
+ File "/checker.py", line 613, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 789, in accept
+ return visitor.visit_func_def(self)
+ File "/checker.py", line 1124, in visit_func_def
+ self._visit_func_def(defn)
+ File "/checker.py", line 1128, in _visit_func_def
+ self.check_func_item(defn, name=defn.name)
+ File "/checker.py", line 1201, in check_func_item
+ self.check_func_def(defn, typ, name, allow_empty)
+ File "/checker.py", line 1521, in check_func_def
+ self.accept(item.body)
+ File "/checker.py", line 613, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1225, in accept
+ return visitor.visit_block(self)
+ File "/checker.py", line 2998, in visit_block
+ self.accept(s)
+ File "/checker.py", line 613, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1548, in accept
+ return visitor.visit_try_stmt(self)
+ File "/checker.py", line 5008, in visit_try_stmt
+ self.visit_try_without_finally(s, try_frame=bool(s.finally_body))
+ File "/checker.py", line 5044, in visit_try_without_finally
+ self.accept(s.body)
+ File "/checker.py", line 613, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1225, in accept
+ return visitor.visit_block(self)
+ File "/checker.py", line 2998, in visit_block
+ self.accept(s)
+ File "/checker.py", line 613, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1581, in accept
+ return visitor.visit_with_stmt(self)
+ File "/checker.py", line 5422, in visit_with_stmt
+ self.accept(s.body)
+ File "/checker.py", line 613, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1225, in accept
+ return visitor.visit_block(self)
+ File "/checker.py", line 2998, in visit_block
+ self.accept(s)
+ File "/checker.py", line 613, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1312, in accept
+ return visitor.visit_assignment_stmt(self)
+ File "/checker.py", line 3061, in visit_assignment_stmt
+ self.check_assignment(
+ File "/checker.py", line 3177, in check_assignment
+ rvalue_type = self.expr_checker.accept(rvalue)
+ File "/checkexpr.py", line 5972, in accept
+ typ = node.accept(self)
+ File "/nodes.py", line 1908, in accept
+ return visitor.visit_call_expr(self)
+ File "/checkexpr.py", line 484, in visit_call_expr
+ return self.visit_call_expr_inner(e, allow_none_return=allow_none_return)
+ File "/checkexpr.py", line 713, in visit_call_expr_inner
+ and fullname not in {"dataclasses.field", {"pydantic.fields.Field"}}
+ TypeError: unhashable type: 'set'
- lib/Crypto/SelfTest/loader.py:170:12: error: Exception type must be derived from BaseException (or be a tuple of exception classes) [misc]
- lib/Crypto/SelfTest/loader.py:171:23: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:171:65: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/loader.py: note: In function "load_test_vectors_wycheproof":
- lib/Crypto/SelfTest/loader.py:178:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/loader.py:179:43: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/loader.py:179:57: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/loader.py:179:70: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/loader.py:181:5: error: Need type annotation for "result" (hint: "result: list[<type>] = ...") [var-annotated]
- lib/Crypto/SelfTest/loader.py:184:13: error: Exception must be derived from BaseException [misc]
- lib/Crypto/SelfTest/loader.py:186:37: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:188:20: error: Expression has type "Any (from unimported type)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:188:36: error: Expression has type "Any (from unimported type)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:189:26: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:189:39: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:189:52: error: Expression has type "Any (from unimported type)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:189:63: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:189:75: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:190:19: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:191:23: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:193:12: error: Exception type must be derived from BaseException (or be a tuple of exception classes) [misc]
- lib/Crypto/SelfTest/loader.py:194:23: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:194:65: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:197:9: error: No return value expected [return-value]
- lib/Crypto/SelfTest/loader.py:197:16: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/loader.py:203:5: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:203:5: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:203:17: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:204:9: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/loader.py:204:21: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:204:26: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:204:28: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:206:5: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:206:18: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:209:9: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:209:9: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:209:21: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:210:13: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/loader.py:210:26: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:210:31: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:210:33: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:212:9: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:212:21: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:215:13: error: Expression type contains "Any" (has type "(Any (unannotated), Any (unannotated))") [no-any-expr]
- lib/Crypto/SelfTest/loader.py:215:13: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:215:25: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/loader.py:215:25: error: Expression type contains "Any" (has type "dict_items[Any (unannotated), Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/loader.py:216:29: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:216:32: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:217:13: error: Expression type contains "Any" (has type "(Any (unannotated), Any (unannotated))") [no-any-expr]
- lib/Crypto/SelfTest/loader.py:217:13: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:217:25: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/loader.py:217:25: error: Expression type contains "Any" (has type "dict_items[Any (unannotated), Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/loader.py:218:29: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:218:32: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:220:13: error: "TestVector" has no attribute "id" [attr-defined]
- lib/Crypto/SelfTest/loader.py:220:21: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:221:13: error: "TestVector" has no attribute "comment" [attr-defined]
- lib/Crypto/SelfTest/loader.py:221:26: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:224:28: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:225:49: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:226:13: error: "TestVector" has no attribute "filename" [attr-defined]
- lib/Crypto/SelfTest/loader.py:226:27: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:226:27: error: Usage of untyped name "file_name" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/loader.py:228:13: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:228:13: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:228:25: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:229:29: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:229:32: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:229:34: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:231:13: error: "TestVector" has no attribute "valid" [attr-defined]
- lib/Crypto/SelfTest/loader.py:231:24: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:232:13: error: "TestVector" has no attribute "warning" [attr-defined]
- lib/Crypto/SelfTest/loader.py:232:26: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:234:13: error: "TestVector" has no attribute "filename" [attr-defined]
- lib/Crypto/SelfTest/loader.py:234:27: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/loader.py:234:27: error: Usage of untyped name "file_name" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/loader.py:238:5: error: No return value expected [return-value]
- lib/Crypto/PublicKey/RSA.pyi: note: In member "__eq__" of class "RsaKey":
- lib/Crypto/PublicKey/RSA.pyi:37:5: error: Method "__eq__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- lib/Crypto/PublicKey/RSA.pyi: note: In member "__ne__" of class "RsaKey":
- lib/Crypto/PublicKey/RSA.pyi:38:5: error: Method "__ne__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- lib/Crypto/PublicKey/RSA.pyi: note: In member "__repr__" of class "RsaKey":
- lib/Crypto/PublicKey/RSA.pyi:40:5: error: Method "__repr__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- lib/Crypto/PublicKey/RSA.pyi: note: In member "__str__" of class "RsaKey":
- lib/Crypto/PublicKey/RSA.pyi:41:5: error: Method "__str__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- lib/Crypto/PublicKey/ECC.pyi: note: In member "__eq__" of class "EccPoint":
- lib/Crypto/PublicKey/ECC.pyi:23:5: error: Method "__eq__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- lib/Crypto/PublicKey/ECC.pyi: note: In member "__eq__" of class "EccKey":
- lib/Crypto/PublicKey/ECC.pyi:54:5: error: Method "__eq__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- lib/Crypto/PublicKey/ECC.pyi: note: In member "__repr__" of class "EccKey":
- lib/Crypto/PublicKey/ECC.pyi:55:5: error: Method "__repr__" is not using @override but is overriding a method in class "builtins.object" [explicit-override]
- lib/Crypto/PublicKey/ECC.pyi: note: At top level:
- lib/Crypto/PublicKey/ECC.pyi:76:10: error: Explicit "Any" is not allowed [no-any-explicit]
- lib/Crypto/PublicKey/ECC.pyi:89:1: error: Explicit "Any" is not allowed [no-any-explicit]
- lib/Crypto/Math/_IntegerCustom.pyi:5:1: error: Explicit "Any" is not allowed [no-any-explicit]
- lib/Crypto/Cipher/DES3.pyi: note: In function "new":
- lib/Crypto/Cipher/DES3.pyi:33:19: error: Missing type parameters for generic type "Dict" [type-arg]
- lib/Crypto/Cipher/DES.pyi: note: In function "new":
- lib/Crypto/Cipher/DES.pyi:31:19: error: Missing type parameters for generic type "Dict" [type-arg]
- lib/Crypto/Cipher/CAST.pyi: note: In function "new":
- lib/Crypto/Cipher/CAST.pyi:31:19: error: Missing type parameters for generic type "Dict" [type-arg]
- lib/Crypto/Cipher/Blowfish.pyi: note: In function "new":
- lib/Crypto/Cipher/Blowfish.pyi:31:19: error: Missing type parameters for generic type "Dict" [type-arg]
- lib/Crypto/Cipher/ARC2.pyi: note: In function "new":
- lib/Crypto/Cipher/ARC2.pyi:31:19: error: Missing type parameters for generic type "Dict" [type-arg]
- lib/Crypto/Cipher/AES.pyi: note: In function "new":
- lib/Crypto/Cipher/AES.pyi:90:19: error: Missing type parameters for generic type "Dict" [type-arg]
- lib/Crypto/Signature/pss.pyi: note: In member "update" of class "Hash":
- lib/Crypto/Signature/pss.pyi:9:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/Signature/PKCS1_PSS.pyi: note: In member "update" of class "Hash":
- lib/Crypto/Signature/PKCS1_PSS.pyi:9:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/Signature/DSS.pyi: note: In member "__init__" of class "DeterministicDsaSigScheme":
- lib/Crypto/Signature/DSS.pyi:19:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/Signature/DSS.pyi: note: In member "__init__" of class "FipsDsaSigScheme":
- lib/Crypto/Signature/DSS.pyi:22:74: error: Missing type parameters for generic type "Callable" [type-arg]
- lib/Crypto/Signature/DSS.pyi: note: In member "__init__" of class "FipsEcDsaSigScheme":
- lib/Crypto/Signature/DSS.pyi:25:74: error: Missing type parameters for generic type "Callable" [type-arg]
- lib/Crypto/Signature/DSS.pyi: note: In function "new":
- lib/Crypto/Signature/DSS.pyi:27:101: error: Missing type parameters for generic type "Callable" [type-arg]
- lib/Crypto/SelfTest/st_common.py: note: In function "list_test_cases":
- lib/Crypto/SelfTest/st_common.py:32:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/st_common.py:37:5: error: No return value expected [return-value]
- lib/Crypto/SelfTest/st_common.py:37:56: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/st_common.py: note: In function "strip_whitespace":
- lib/Crypto/SelfTest/st_common.py:39:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/st_common.py:41:19: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/st_common.py:42:9: error: No return value expected [return-value]
- lib/Crypto/SelfTest/st_common.py:44:9: error: No return value expected [return-value]
- lib/Crypto/SelfTest/st_common.py:44:27: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/st_common.py: note: In function "a2b_hex":
- lib/Crypto/SelfTest/st_common.py:46:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/st_common.py:48:5: error: No return value expected [return-value]
- lib/Crypto/SelfTest/st_common.py:48:29: error: Call to incomplete function "strip_whitespace" in typed context [no-untyped-call]
- lib/Crypto/SelfTest/st_common.py:48:29: note: Type is "def (s: Untyped) -> None"
- lib/Crypto/SelfTest/st_common.py:48:29: error: "strip_whitespace" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/st_common.py:48:29: error: Argument 1 to "a2b_hex" has incompatible type "None"; expected "str | Buffer" [arg-type]
- lib/Crypto/SelfTest/st_common.py:48:46: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/st_common.py: note: In function "b2a_hex":
- lib/Crypto/SelfTest/st_common.py:50:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/st_common.py:53:5: error: No return value expected [return-value]
- lib/Crypto/SelfTest/st_common.py:53:29: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py: note: In member "runTest" of class "SimpleTest":
- lib/Crypto/SelfTest/Random/test_random.py:106:54: error: Expression type contains "Any" (has type "list[Any]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:113:9: error: Call to incomplete function shuffle in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:114:9: error: Call to incomplete function shuffle in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:124:9: error: Call to incomplete function shuffle in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:125:29: error: Expression type contains "Any" (has type "list[Any]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:127:17: error: Incompatible types in assignment (expression has type "bytearray", variable has type "list[int]") [assignment]
- lib/Crypto/SelfTest/Random/test_random.py:128:13: error: Call to incomplete function shuffle in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:129:30: error: Non-overlapping container check (element type: "bytes", container item type: "int") [comparison-overlap]
- lib/Crypto/SelfTest/Random/test_random.py:129:30: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-comparison-overlap for more info
- lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:139:13: error: Call to incomplete function sample in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:139:13: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:140:13: error: Call to incomplete function sample in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:140:13: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:141:29: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:141:32: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:143:29: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:143:29: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:144:29: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:144:29: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:145:13: error: Call to incomplete function sample in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:145:13: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:145:27: error: Expression type contains "Any" (has type "list[Any (from omitted generics)]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:146:26: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:146:29: error: Expression type contains "Any" (has type "list[Any]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:147:13: error: Call to incomplete function sample in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:147:13: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:148:26: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:148:26: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:149:13: error: Call to incomplete function sample in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:149:13: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:150:26: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:150:26: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:151:13: error: Call to incomplete function sample in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:151:13: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:152:26: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:152:26: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:154:21: error: Call to incomplete function sample in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:155:34: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:155:34: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:156:21: error: Call to incomplete function sample in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:157:34: error: Expression type contains "Any" (has type "list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:157:34: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "(population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py: note: In function "get_tests":
- lib/Crypto/SelfTest/Random/test_random.py:160:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Random/test_random.py:160:22: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:161:5: error: No return value expected [return-value]
- lib/Crypto/SelfTest/Random/test_random.py: note: At top level:
- lib/Crypto/SelfTest/Random/test_random.py:164:40: error: Call to incomplete function "get_tests" in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Random/test_random.py:164:40: note: Type is "def (config: Untyped =) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:164:40: error: "get_tests" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Random/test_random.py:164:40: error: Argument 1 to "TestSuite" has incompatible type "None"; expected "Iterable[TestCase | TestSuite]" [arg-type]
- lib/Crypto/SelfTest/Protocol/test_rfc1751.py: note: In member "runTest" of class "RFC1751Test_k2e":
- lib/Crypto/SelfTest/Protocol/test_rfc1751.py:45:17: error: Incompatible types in assignment (expression has type "bytes", variable has type "str") [assignment]
- lib/Crypto/SelfTest/Protocol/test_rfc1751.py:46:53: error: Argument 1 to "key_to_english" has incompatible type "str"; expected "bytes" [arg-type]
- lib/Crypto/SelfTest/Protocol/test_rfc1751.py: note: In member "runTest" of class "RFC1751Test_e2k":
- lib/Crypto/SelfTest/Protocol/test_rfc1751.py:53:17: error: Incompatible types in assignment (expression has type "bytes", variable has type "str") [assignment]
- lib/Crypto/SelfTest/Protocol/test_rfc1751.py: note: In function "get_tests":
- lib/Crypto/SelfTest/Protocol/test_rfc1751.py:58:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Protocol/test_rfc1751.py:58:22: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/Protocol/test_rfc1751.py:59:5: error: No return value expected [return-value]
- lib/Crypto/SelfTest/Hash/common.py: note: In function "t2b":
- lib/Crypto/SelfTest/Hash/common.py:36:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Hash/common.py:37:44: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:38:5: error: No return value expected [return-value]
- lib/Crypto/SelfTest/Hash/common.py: note: In member "__init__" of class "HashDigestSizeSelfTest":
- lib/Crypto/SelfTest/Hash/common.py:43:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Hash/common.py:45:9: error: Usage of untyped name "hashmod" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:45:24: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:46:9: error: Usage of untyped name "expected" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:46:25: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:47:9: error: Usage of untyped name "description" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:47:28: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:48:9: error: Usage of untyped name "extra_params" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:48:29: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In member "shortDescription" of class "HashDigestSizeSelfTest":
- lib/Crypto/SelfTest/Hash/common.py:50:5: error: Method "shortDescription" is not using @override but is overriding a method in class "unittest.case.TestCase" [explicit-override]
- lib/Crypto/SelfTest/Hash/common.py:51:9: error: Returning Any from function declared to return "None" [no-any-return]
- lib/Crypto/SelfTest/Hash/common.py:51:16: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In member "runTest" of class "HashDigestSizeSelfTest":
- lib/Crypto/SelfTest/Hash/common.py:54:30: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:55:37: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:56:30: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:56:56: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:57:9: error: Usage of untyped name "h" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:57:13: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:57:32: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:58:33: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:59:26: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:59:41: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In member "__init__" of class "HashSelfTest":
- lib/Crypto/SelfTest/Hash/common.py:64:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Hash/common.py:66:9: error: Usage of untyped name "hashmod" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:66:24: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:67:9: error: Usage of untyped name "expected" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:67:25: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:68:9: error: Usage of untyped name "input" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:68:22: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:69:9: error: Usage of untyped name "description" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:69:28: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:70:9: error: Usage of untyped name "extra_params" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:70:29: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In member "shortDescription" of class "HashSelfTest":
- lib/Crypto/SelfTest/Hash/common.py:72:5: error: Method "shortDescription" is not using @override but is overriding a method in class "unittest.case.TestCase" [explicit-override]
- lib/Crypto/SelfTest/Hash/common.py:73:9: error: Returning Any from function declared to return "None" [no-any-return]
- lib/Crypto/SelfTest/Hash/common.py:73:16: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In member "runTest" of class "HashSelfTest":
- lib/Crypto/SelfTest/Hash/common.py:76:9: error: Usage of untyped name "h" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:76:13: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:76:32: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:77:9: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:77:18: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:79:33: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:80:9: error: Usage of untyped name "out2" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:80:16: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:82:9: error: Usage of untyped name "h'" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:82:13: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:82:30: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:82:44: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:84:9: error: Usage of untyped name "out3" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:84:16: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:85:33: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:88:26: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:93:30: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:93:54: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:94:30: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:94:54: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:95:26: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:100:12: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:100:92: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:101:13: error: Usage of untyped name "h2" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:101:18: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:102:13: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:102:23: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:103:37: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:104:30: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In member "__init__" of class "HashTestOID":
- lib/Crypto/SelfTest/Hash/common.py:108:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Hash/common.py:110:9: error: Usage of untyped name "hashmod" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:110:24: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:111:9: error: Usage of untyped name "oid" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:111:20: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:112:9: error: Usage of untyped name "extra_params" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:112:29: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In member "runTest" of class "HashTestOID":
- lib/Crypto/SelfTest/Hash/common.py:115:9: error: Usage of untyped name "h" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:115:13: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:115:32: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:116:26: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:116:33: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In member "__init__" of class "ByteArrayTest":
- lib/Crypto/SelfTest/Hash/common.py:121:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Hash/common.py:123:9: error: Usage of untyped name "module" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:123:23: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:124:9: error: Usage of untyped name "extra_params" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:124:29: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In member "runTest" of class "ByteArrayTest":
- lib/Crypto/SelfTest/Hash/common.py:132:9: error: Usage of untyped name "h1" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:132:14: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:132:38: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:133:9: error: Usage of untyped name "h2" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:133:14: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:133:36: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:135:26: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:135:39: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:140:9: error: Usage of untyped name "h1'" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:140:14: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:140:32: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:141:9: error: Usage of untyped name "h2'" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:141:14: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:141:32: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:143:9: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:144:9: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:147:26: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:147:39: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In member "__init__" of class "MemoryViewTest":
- lib/Crypto/SelfTest/Hash/common.py:152:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Hash/common.py:154:9: error: Usage of untyped name "module" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:154:23: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:155:9: error: Usage of untyped name "extra_params" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:155:29: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In function "runTest":
- lib/Crypto/SelfTest/Hash/common.py:161:9: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Hash/common.py:162:13: error: No return value expected [return-value]
- lib/Crypto/SelfTest/Hash/common.py:162:31: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:164:9: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Hash/common.py:165:13: error: No return value expected [return-value]
- lib/Crypto/SelfTest/Hash/common.py:165:41: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In member "runTest" of class "MemoryViewTest":
- lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "((data: Untyped) -> None, (data: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:170:18: error: Call to incomplete function get_mv in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Hash/common.py:170:18: note: Type is "def (data: Untyped) -> None"
- lib/Crypto/SelfTest/Hash/common.py:170:18: error: Function does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Hash/common.py:172:13: error: Usage of untyped name "h1" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:172:18: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:172:42: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:173:13: error: Usage of untyped name "h2" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:173:18: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:173:40: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:174:20: error: "None" has no attribute "readonly" [attr-defined]
- lib/Crypto/SelfTest/Hash/common.py:175:17: error: Unsupported target for indexed assignment ("None") [index]
- lib/Crypto/SelfTest/Hash/common.py:175:17: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-index for more info
- lib/Crypto/SelfTest/Hash/common.py:176:30: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:176:43: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:179:18: error: Call to incomplete function get_mv in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Hash/common.py:179:18: note: Type is "def (data: Untyped) -> None"
- lib/Crypto/SelfTest/Hash/common.py:179:18: error: Function does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Hash/common.py:181:13: error: Usage of untyped name "h1'" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:181:18: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:181:36: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:182:13: error: Usage of untyped name "h2'" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:182:18: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:182:36: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:183:13: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:184:13: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:185:20: error: "None" has no attribute "readonly" [attr-defined]
- lib/Crypto/SelfTest/Hash/common.py:186:17: error: Unsupported target for indexed assignment ("None") [index]
- lib/Crypto/SelfTest/Hash/common.py:187:30: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:187:43: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In member "__init__" of class "MACSelfTest":
- lib/Crypto/SelfTest/Hash/common.py:192:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Hash/common.py:194:9: error: Usage of untyped name "module" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:194:23: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:195:23: error: Call to incomplete function "t2b" in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Hash/common.py:195:23: note: Type is "def (hex_string: Untyped) -> None"
- lib/Crypto/SelfTest/Hash/common.py:195:23: error: "t2b" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Hash/common.py:195:27: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:196:21: error: Call to incomplete function "t2b" in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Hash/common.py:196:21: note: Type is "def (hex_string: Untyped) -> None"
- lib/Crypto/SelfTest/Hash/common.py:196:21: error: "t2b" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Hash/common.py:196:25: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:197:20: error: Call to incomplete function "t2b" in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Hash/common.py:197:20: note: Type is "def (hex_string: Untyped) -> None"
- lib/Crypto/SelfTest/Hash/common.py:197:20: error: "t2b" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Hash/common.py:197:24: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:198:9: error: Usage of untyped name "params" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:198:23: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:199:9: error: Usage of untyped name "description" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:199:28: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In member "shortDescription" of class "MACSelfTest":
- lib/Crypto/SelfTest/Hash/common.py:201:5: error: Method "shortDescription" is not using @override but is overriding a method in class "unittest.case.TestCase" [explicit-override]
- lib/Crypto/SelfTest/Hash/common.py:202:9: error: Returning Any from function declared to return "None" [no-any-return]
- lib/Crypto/SelfTest/Hash/common.py:202:16: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In member "runTest" of class "MACSelfTest":
- lib/Crypto/SelfTest/Hash/common.py:206:30: error: Argument 1 to "hexlify" has incompatible type "None"; expected "Buffer" [arg-type]
- lib/Crypto/SelfTest/Hash/common.py:209:9: error: Usage of untyped name "h" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:209:13: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:209:41: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:210:9: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:211:39: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:212:34: error: Argument 1 to "hexlify" has incompatible type "None"; expected "Buffer" [arg-type]
- lib/Crypto/SelfTest/Hash/common.py:212:64: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:215:9: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:216:9: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:219:30: error: Argument 1 to "strxor_c" has incompatible type "None"; expected "bytes" [arg-type]
- lib/Crypto/SelfTest/Hash/common.py:220:39: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:221:39: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:224:9: error: Usage of untyped name "h'" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:224:13: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:224:52: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:225:39: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:226:34: error: Argument 1 to "hexlify" has incompatible type "None"; expected "Buffer" [arg-type]
- lib/Crypto/SelfTest/Hash/common.py:226:64: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:230:13: error: Usage of untyped name "h'" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:230:17: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:230:56: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:231:13: error: Usage of untyped name "h2" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:231:18: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:232:13: error: Usage of untyped name "h3" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:232:18: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:235:13: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:236:30: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:239:13: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:240:30: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:240:42: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:245:36: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:246:36: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:249:9: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:249:21: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:250:9: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:250:21: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py: note: In function "make_hash_tests":
- lib/Crypto/SelfTest/Hash/common.py:253:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Hash/common.py:254:34: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:256:24: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:257:9: error: Usage of untyped name "row" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Hash/common.py:257:15: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:258:41: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:259:16: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:262:27: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:263:31: error: Expression type contains "Any" (has type "(Untyped, int, str)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:263:32: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:264:35: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:264:66: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:266:36: error: Expression type contains "Any" (has type "(Untyped, int)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:266:37: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:266:54: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:267:18: error: Argument 1 to "append" of "list" has incompatible type "HashDigestSizeSelfTest"; expected "HashSelfTest" [arg-type]
- lib/Crypto/SelfTest/Hash/common.py:267:41: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:267:55: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:267:68: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:269:8: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:270:22: error: Argument 1 to "append" of "list" has incompatible type "HashTestOID"; expected "HashSelfTest" [arg-type]
- lib/Crypto/SelfTest/Hash/common.py:270:34: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:270:42: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:270:47: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:272:18: error: Argument 1 to "append" of "list" has incompatible type "ByteArrayTest"; expected "HashSelfTest" [arg-type]
- lib/Crypto/SelfTest/Hash/common.py:272:32: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:272:40: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:274:18: error: Argument 1 to "append" of "list" has incompatible type "MemoryViewTest"; expected "HashSelfTest" [arg-type]
- lib/Crypto/SelfTest/Hash/common.py:274:33: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:274:41: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:276:5: error: No return value expected [return-value]
- lib/Crypto/SelfTest/Hash/common.py: note: In function "make_mac_tests":
- lib/Crypto/SelfTest/Hash/common.py:279:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Hash/common.py:281:5: error: Expression type contains "Any" (has type "(int, Any (unannotated))") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:281:5: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:281:19: error: Expression type contains "Any" (has type "enumerate[Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:281:29: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:282:16: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:283:57: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:283:57: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:283:62: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:283:69: error: Expression type contains "Any" (has type "list[Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:283:71: error: Expression type contains "Any" (has type "dict[Any (unannotated), Any (unannotated)]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:285:57: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:286:31: error: Expression type contains "Any" (has type "(Untyped, int, Any (unannotated))") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:286:32: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:286:50: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:287:34: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:287:48: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:287:57: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:287:63: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:287:68: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:288:5: error: No return value expected [return-value]
- lib/Crypto/SelfTest/Cipher/common.py: note: In function "_extract":
- lib/Crypto/SelfTest/Cipher/common.py:34:1: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Cipher/common.py:37:9: error: Usage of untyped name "retval" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Cipher/common.py:37:18: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:37:20: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:39:12: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:41:9: error: Returning Any from function declared to return "None" [no-any-return]
- lib/Crypto/SelfTest/Cipher/common.py:41:16: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:42:5: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:42:9: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:42:11: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:43:5: error: Returning Any from function declared to return "None" [no-any-return]
- lib/Crypto/SelfTest/Cipher/common.py:43:12: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py: note: In member "__init__" of class "CipherSelfTest":
- lib/Crypto/SelfTest/Cipher/common.py:48:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Cipher/common.py:50:9: error: Usage of untyped name "module" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Cipher/common.py:50:23: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:53:9: error: Usage of untyped name "params'" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Cipher/common.py:53:18: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:54:28: error: Call to incomplete function "_extract" in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Cipher/common.py:54:28: note: Type is "def (d: Untyped, k: Untyped, default: Untyped =) -> None"
- lib/Crypto/SelfTest/Cipher/common.py:54:28: error: "_extract" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Cipher/common.py:54:37: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:55:22: error: Call to incomplete function "_extract" in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Cipher/common.py:55:22: note: Type is "def (d: Untyped, k: Untyped, default: Untyped =) -> None"
- lib/Crypto/SelfTest/Cipher/common.py:55:22: error: "_extract" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Cipher/common.py:55:22: error: Argument 1 to "b" has incompatible type "None"; expected "str" [arg-type]
- lib/Crypto/SelfTest/Cipher/common.py:55:31: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:56:28: error: Call to incomplete function "_extract" in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Cipher/common.py:56:28: note: Type is "def (d: Untyped, k: Untyped, default: Untyped =) -> None"
- lib/Crypto/SelfTest/Cipher/common.py:56:28: error: "_extract" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Cipher/common.py:56:28: error: Argument 1 to "b" has incompatible type "None"; expected "str" [arg-type]
- lib/Crypto/SelfTest/Cipher/common.py:56:37: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:57:29: error: Call to incomplete function "_extract" in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Cipher/common.py:57:29: note: Type is "def (d: Untyped, k: Untyped, default: Untyped =) -> None"
- lib/Crypto/SelfTest/Cipher/common.py:57:29: error: "_extract" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Cipher/common.py:57:29: error: Argument 1 to "b" has incompatible type "None"; expected "str" [arg-type]
- lib/Crypto/SelfTest/Cipher/common.py:57:38: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:58:28: error: Call to incomplete function "_extract" in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Cipher/common.py:58:28: note: Type is "def (d: Untyped, k: Untyped, default: Untyped =) -> None"
- lib/Crypto/SelfTest/Cipher/common.py:58:28: error: "_extract" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Cipher/common.py:58:37: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:59:27: error: Call to incomplete function "_extract" in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Cipher/common.py:59:27: note: Type is "def (d: Untyped, k: Untyped, default: Untyped =) -> None"
- lib/Crypto/SelfTest/Cipher/common.py:59:27: error: "_extract" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Cipher/common.py:59:36: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:60:20: error: Call to incomplete function "_extract" in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Cipher/common.py:60:20: note: Type is "def (d: Untyped, k: Untyped, default: Untyped =) -> None"
- lib/Crypto/SelfTest/Cipher/common.py:60:20: error: "_extract" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Cipher/common.py:60:29: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:61:12: error: Condition is always false [redundant-expr]
- lib/Crypto/SelfTest/Cipher/common.py:62:13: error: Statement is unreachable [unreachable]
- lib/Crypto/SelfTest/Cipher/common.py:64:16: error: Call to incomplete function "_extract" in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Cipher/common.py:64:16: note: Type is "def (d: Untyped, k: Untyped, default: Untyped =) -> None"
- lib/Crypto/SelfTest/Cipher/common.py:64:16: error: "_extract" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Cipher/common.py:64:25: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:67:12: error: Condition is always false [redundant-expr]
- lib/Crypto/SelfTest/Cipher/common.py:69:13: error: Statement is unreachable [unreachable]
- lib/Crypto/SelfTest/Cipher/common.py:79:13: error: Cannot determine type of "mode" [has-type]
- lib/Crypto/SelfTest/Cipher/common.py:79:13: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-has-type for more info
- lib/Crypto/SelfTest/Cipher/common.py:80:13: error: Cannot determine type of "iv" [has-type]
- lib/Crypto/SelfTest/Cipher/common.py:80:23: error: Call to incomplete function "_extract" in typed context [no-untyped-call]
- lib/Crypto/SelfTest/Cipher/common.py:80:23: note: Type is "def (d: Untyped, k: Untyped, default: Untyped =) -> None"
- lib/Crypto/SelfTest/Cipher/common.py:80:23: error: "_extract" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Cipher/common.py:80:32: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:81:16: error: Cannot determine type of "iv" [has-type]
- lib/Crypto/SelfTest/Cipher/common.py:81:16: error: Condition is always false [redundant-expr]
- lib/Crypto/SelfTest/Cipher/common.py:82:17: error: Statement is unreachable [unreachable]
- lib/Crypto/SelfTest/Cipher/common.py:84:9: error: Usage of untyped name "extra_params" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Cipher/common.py:84:29: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py: note: In member "shortDescription" of class "CipherSelfTest":
- lib/Crypto/SelfTest/Cipher/common.py:86:5: error: Method "shortDescription" is not using @override but is overriding a method in class "unittest.case.TestCase" [explicit-override]
- lib/Crypto/SelfTest/Cipher/common.py:87:9: error: No return value expected [return-value]
- lib/Crypto/SelfTest/Cipher/common.py:87:16: error: Expression type contains "Any" (has type "Any (unannotated) | None") [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py: note: In member "_new" of class "CipherSelfTest":
- lib/Crypto/SelfTest/Cipher/common.py:90:9: error: Usage of untyped name "params" in typed context [no-untyped-usage]
- lib/Crypto/SelfTest/Cipher/common.py:90:18: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:94:12: error: Cannot determine type of "mode" [has-type]
- lib/Crypto/SelfTest/Cipher/common.py:95:25: error: Expression type contains "Any" (has type "list[Any]") [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:95:27: error: Cannot determine type of "mode" [has-type]
- lib/Crypto/SelfTest/Cipher/common.py:96:12: error: Cannot determine type of "iv" [has-type]
- lib/Crypto/SelfTest/Cipher/common.py:97:13: error: Expression type contains "Any" (has type "list[Any]") [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:97:26: error: Expression type contains "Any" (has type "list[Any]") [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:97:36: error: Cannot determine type of "iv" [has-type]
- lib/Crypto/SelfTest/Cipher/common.py:99:9: error: Returning Any from function declared to return "None" [no-any-return]
- lib/Crypto/SelfTest/Cipher/common.py:99:16: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:99:38: error: Expression type contains "Any" (has type "list[Any]") [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:99:51: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py: note: In member "isMode" of class "CipherSelfTest":
- lib/Crypto/SelfTest/Cipher/common.py:101:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- lib/Crypto/SelfTest/Cipher/common.py:102:24: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:102:37: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:102:45: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:103:13: error: No return value expected [return-value]
- lib/Crypto/SelfTest/Cipher/common.py:104:9: error: Returning Any from function declared to return "None" [no-any-return]
- lib/Crypto/SelfTest/Cipher/common.py:104:16: error: Cannot determine type of "mode" [has-type]
- lib/Crypto/SelfTest/Cipher/common.py:104:16: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:104:29: error: Expression has type "Any" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:104:37: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:104:50: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:104:58: error: Expression has type "Untyped" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py: note: In member "runTest" of class "CipherSelfTest":
- lib/Crypto/SelfTest/Cipher/common.py:110:12: error: Expression type contains "Any" (has type "Any (unannotated) | None") [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:111:26: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:111:38: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:111:51: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:121:22: error: "_new" of "CipherSelfTest" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Cipher/common.py:122:24: error: "_new" of "CipherSelfTest" does not return a value (it only ever returns None) [func-returns-value]
- lib/Crypto/SelfTest/Cipher/common.py:126:17: error: "None" has no attribute "update" [attr-defined]
- lib/Crypto/SelfTest/Cipher/common.py:127:17: error: "None" has no attribute "update" [attr-defined]
- lib/Crypto/SelfTest/Cipher/common.py:129:27: error: "None" has no attribute "encrypt" [attr-defined]
- lib/Crypto/SelfTest/Cipher/common.py:130:27: error: "None" has no attribute "decrypt" [attr-defined]
- lib/Crypto/SelfTest/Cipher/common.py:132:16: error: Condition is always false [redundant-expr]
- lib/Crypto/SelfTest/Cipher/common.py:133:17: error: Statement is unreachable [unreachable]
- lib/Crypto/SelfTest/Cipher/common.py:140:12: error: Expression type contains "Any" (has type "Any (unannotated) | None") [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:141:27: error: "None" has no attribute "digest" [attr-defined]
- lib/Crypto/SelfTest/Cipher/common.py: note: At top level:
- lib/Crypto/SelfTest/Cipher/common.py:141:27: error: Name "cipher" may be undefined [possibly-undefined]
- lib/Crypto/SelfTest/Cipher/common.py:141:27: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-possibly-undefined for more info
- lib/Crypto/SelfTest/Cipher/common.py: note: In member "runTest" of class "CipherSelfTest":
- lib/Crypto/SelfTest/Cipher/common.py:142:30: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:143:13: error: "None" has no attribute "verify" [attr-defined]
- lib/Crypto/SelfTest/Cipher/common.py: note: At top level:
- lib/Crypto/SelfTest/Cipher/common.py:143:13: error: Name "decipher" may be undefined [possibly-undefined]
- lib/Crypto/SelfTest/Cipher/common.py: note: In member "runTest" of class "CipherSelfTest":
- lib/Crypto/SelfTest/Cipher/common.py:143:37: error: Expression has type "Any (unannotated)" [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py: note: In member "shortDescription" of class "CipherStreamingSelfTest":
- lib/Crypto/SelfTest/Cipher/common.py:147:5: error: Method "shortDescription" is not using @override but is overriding a method in class "Crypto.SelfTest.Cipher.common.CipherSelfTest" [explicit-override]
- lib/Crypto/SelfTest/Cipher/common.py:148:16: error: Expression type contains "Any" (has type "Any (unannotated) | None") [no-any-expr]
- lib/Crypto/SelfTest/Cipher/common.py:149:12: error: Cannot determine type of "mode" [has-type]
- lib/Crypto/SelfTest/Cipher/common.py:150:13: error: Unsupported left operand type for + ("None") [operator]
- lib/Crypto/SelfTest/Cipher/common.py:151:9: error: No return value expected [return-value]
- lib/Crypto/SelfTest/Cipher/common.py: note: In member "runTest" of class "CipherStreamingSelfTest":
- lib/Crypto/SelfTest/Cipher/common.py:153:5: error: Method "runTest" is not using @override but is overriding a method in class "Crypto.SelfTest.Cipher.common.CipherSelfTest" [explicit-override]```</details>
... (truncated 62614 lines) ... |
Diff from mypy_primer, showing the effect of this PR on open source code: aioredis (https://github.com/aio-libs/aioredis)
- aioredis/utils.py:28:12: note: Type is "def (url: str, **kwargs: Untyped) -> None"
+ aioredis/utils.py:28:12: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> None"
- aioredis/connection.py:698:35: note: Type is "def (exception: Untyped) -> None"
+ aioredis/connection.py:698:35: note: Type is "_NamedCallable & (exception: Untyped) -> None"
- aioredis/connection.py:767:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:767:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:776:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:776:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:784:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:784:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:790:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:790:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:823:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:823:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:829:27: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:829:27: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("[_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
+ aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("def [_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
- aioredis/connection.py:1559:17: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1559:17: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/connection.py:1604:36: note: Type is "def () -> typing.Coroutine[Any, Any, Untyped]"
+ aioredis/connection.py:1604:36: note: Type is "_NamedCallable & () -> typing.Coroutine[Any, Any, Untyped]"
- aioredis/connection.py:1647:13: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1647:13: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/client.py:363:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:363:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:365:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:365:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:374:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:374:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Untyped") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Untyped") [no-any-expr]
- aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:11: error: list comprehension has incompatible type list[(...) -> Untyped]; expected list[def (x: Untyped) -> Any] [misc]
- aioredis/client.py:537:22: error: Expression type contains "Any" (has type "(fv: ((x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
+ aioredis/client.py:537:22: error: Expression type contains "Any" (has type "def (fv: (def (x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
- aioredis/client.py:537:33: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:33: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:39: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:39: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[((x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
+ aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[(def (x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:586:13: note: Type is "def (Any (unannotated)) -> None"
+ aioredis/client.py:586:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:673:13: error: Expression type contains "Any" (has type "(r: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:673:13: error: Expression type contains "Any" (has type "def (r: Untyped) -> int") [no-any-expr]
- aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:675:39: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:675:39: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:676:57: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:676:57: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:680:13: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:680:13: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:682:46: error: Expression type contains "Any" (has type "(r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
+ aioredis/client.py:682:46: error: Expression type contains "Any" (has type "def (r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
- aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:684:45: error: Expression type contains "Any" (has type "(r: Untyped) -> set[Any]") [no-any-expr]
+ aioredis/client.py:684:45: error: Expression type contains "Any" (has type "def (r: Untyped) -> set[Any]") [no-any-expr]
- aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:688:13: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:688:13: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:691:34: error: Expression type contains "Any" (has type "(r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
+ aioredis/client.py:691:34: error: Expression type contains "Any" (has type "def (r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
- aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:693:49: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:693:49: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:694:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:694:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:695:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:695:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:696:54: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:696:54: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:697:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:697:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:700:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:700:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:701:21: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:701:21: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:702:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:702:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:703:20: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:703:20: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:704:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:704:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:705:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:705:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:706:22: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:706:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:710:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:710:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:711:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:711:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:712:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:712:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:713:27: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:713:27: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:714:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:714:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:715:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:715:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:716:42: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:716:42: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:717:36: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:717:36: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:718:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:718:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:719:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:719:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:720:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:720:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:721:25: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:721:25: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:722:28: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:722:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:723:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:723:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:724:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:724:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:725:30: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:725:30: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:726:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:726:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:727:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:727:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:728:37: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:728:37: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:729:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:729:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:730:27: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:730:27: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:731:23: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:731:23: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:732:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:732:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:733:23: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:733:23: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:734:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:734:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:735:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:735:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
+ aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
- aioredis/client.py:736:19: error: Expression type contains "Any" (has type "(r: Untyped) -> list[(float, float) | None]") [no-any-expr]
+ aioredis/client.py:736:19: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[(float, float) | None]") [no-any-expr]
- aioredis/client.py:737:17: error: Expression type contains "Any" (has type "(ll: Any) -> (float, float) | None") [no-any-expr]
+ aioredis/client.py:737:17: error: Expression type contains "Any" (has type "def (ll: Any) -> (float, float) | None") [no-any-expr]
- aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:739:22: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:739:22: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:740:30: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:740:30: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> dict[Any, Any])") [no-any-expr]
+ aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> dict[Any, Any])") [no-any-expr]
- aioredis/client.py:741:20: error: Expression type contains "Any" (has type "(r: Untyped) -> dict[Any, Any]") [no-any-expr]
+ aioredis/client.py:741:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> dict[Any, Any]") [no-any-expr]
- aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:742:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:742:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:743:17: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:743:17: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:744:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:744:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:745:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:745:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:746:25: error: Expression type contains "Any" (has type "(response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:746:25: error: Expression type contains "Any" (has type "def (response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:747:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:747:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:748:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:748:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:749:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:749:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[None])") [no-any-expr]
+ aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[None])") [no-any-expr]
- aioredis/client.py:750:24: error: Expression type contains "Any" (has type "(r: Untyped) -> list[None]") [no-any-expr]
+ aioredis/client.py:750:24: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[None]") [no-any-expr]
- aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:751:19: error: Expression type contains "Any" (has type "(response: Untyped, infotype: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:751:19: error: Expression type contains "Any" (has type "def (response: Untyped, infotype: Untyped) -> None") [no-any-expr]
- aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:752:17: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:752:17: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:753:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:753:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | None)") [no-any-expr]
+ aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | None)") [no-any-expr]
- aioredis/client.py:754:22: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | None") [no-any-expr]
+ aioredis/client.py:754:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | None") [no-any-expr]
- aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:755:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:755:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[bool])") [no-any-expr]
+ aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[bool])") [no-any-expr]
- aioredis/client.py:756:26: error: Expression type contains "Any" (has type "(r: Untyped) -> list[bool]") [no-any-expr]
+ aioredis/client.py:756:26: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[bool]") [no-any-expr]
- aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:757:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:757:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:758:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:758:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:760:45: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:760:45: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:761:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:761:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:762:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:762:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:763:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:763:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:764:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:764:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:765:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:765:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:766:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:766:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:767:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:767:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | bool)") [no-any-expr]
+ aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | bool)") [no-any-expr]
- aioredis/client.py:768:16: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | bool") [no-any-expr]
+ aioredis/client.py:768:16: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | bool") [no-any-expr]
- aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:769:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:769:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:771:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:771:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:772:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:772:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> (int, int))") [no-any-expr]
+ aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> (int, int))") [no-any-expr]
- aioredis/client.py:773:17: error: Expression type contains "Any" (has type "(x: Untyped) -> (int, int)") [no-any-expr]
+ aioredis/client.py:773:17: error: Expression type contains "Any" (has type "def (x: Untyped) -> (int, int)") [no-any-expr]
- aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:774:19: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:774:19: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:775:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:775:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:778:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:778:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:779:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:779:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:780:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:780:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:781:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:781:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:782:21: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:782:21: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:783:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:783:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:784:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:784:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("(cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
+ aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("def (cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
- aioredis/client.py:830:27: note: Type is "def (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
+ aioredis/client.py:830:27: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
- aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:931:37: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:931:37: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1101:41: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1101:41: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1104:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1104:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1110:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1110:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1144:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1144:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1148:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1148:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1152:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1152:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1160:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1160:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1164:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1164:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1178:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1178:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1186:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1186:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1195:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1195:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1204:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1204:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1368:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1368:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1372:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1372:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1376:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1376:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1380:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1380:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1387:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1387:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1391:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1391:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1432:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1432:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1446:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1446:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1447:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1447:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1451:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1451:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1455:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1455:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1459:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1459:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1471:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1471:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1480:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1480:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1484:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1484:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1488:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1488:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1492:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1492:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1496:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1496:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1500:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1500:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1504:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1504:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1508:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1508:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1512:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1512:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1516:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1516:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1528:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1528:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1540:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1540:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1544:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1544:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1557:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1557:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1559:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1559:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1566:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1566:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1609:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1609:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1615:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1615:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1619:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1619:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1633:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1633:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1637:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1637:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1641:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1641:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1648:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1648:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1652:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1652:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1656:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1656:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1660:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1660:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1664:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1664:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1668:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1668:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1672:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1672:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1676:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1676:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1680:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1680:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
... (truncated 438 lines) ...
parso (https://github.com/davidhalter/parso)
- parso/normalizer.py:22:37: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:22:37: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:23:38: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:23:38: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:35:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:35:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:36:17: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:36:17: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:44:20: note: Type is "def (leaf: Untyped) -> None"
+ parso/normalizer.py:44:20: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/normalizer.py:46:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/normalizer.py:46:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/normalizer.py:47:32: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:47:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "(self: Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "def (self: Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "(self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("(self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("def (self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/normalizer.py:51:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:51:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:59:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:59:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:75:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/normalizer.py:75:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("(cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
+ parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("def (cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
- parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "(rule_cls: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "def (rule_cls: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:139:20: note: Type is "def (Untyped) -> None"
+ parso/normalizer.py:139:20: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/normalizer.py:174:19: note: Type is "def (message: Untyped, node: Untyped) -> None"
+ parso/normalizer.py:174:19: note: Type is "_NamedCallable & (message: Untyped, node: Untyped) -> None"
- parso/normalizer.py:179:12: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:179:12: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/tree.py:406:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/tree.py:406:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "(*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "def (*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/python/tokenize.py:604:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:604:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/tokenize.py:609:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:609:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/errors.py:225:13: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:225:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:277:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:277:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:279:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:279:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:281:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:281:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:291:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:291:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:292:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:292:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:318:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:318:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "(self: _Context, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "def (self: _Context, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "(self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("(self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("def (self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:368:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:368:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:370:9: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/errors.py:370:9: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:403:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:403:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "(self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "def (self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "(self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("(self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("def (self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:412:9: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:412:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:415:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:415:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:417:21: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:417:21: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:423:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:423:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:432:13: note: Type is "def (child_context: Untyped) -> None"
+ parso/python/errors.py:432:13: note: Type is "_NamedCallable & (child_context: Untyped) -> None"
- parso/python/errors.py:445:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:445:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:465:17: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:465:17: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:470:32: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:470:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:476:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:476:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:479:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:479:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:491:36: note: Type is "def () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
+ parso/python/errors.py:491:36: note: Type is "_NamedCallable & () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
- parso/python/errors.py:492:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:492:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:503:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:503:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:533:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:533:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:553:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:553:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:565:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:565:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:577:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:577:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:594:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:594:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:600:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:600:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:612:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:612:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:624:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:624:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:655:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:655:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:657:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:657:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:660:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:660:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:673:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:673:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:686:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:686:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:687:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:687:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:697:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:697:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:697:28: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/errors.py:697:28: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/errors.py:704:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:704:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:716:26: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:716:26: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:718:34: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:718:34: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:722:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:722:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:732:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:732:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:740:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:740:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:764:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:764:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:785:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:785:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:798:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:798:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:801:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:801:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:833:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:833:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:867:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:867:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:870:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:870:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:890:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:890:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:896:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:896:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:904:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:904:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:933:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:933:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:944:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:944:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:946:29: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:946:29: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:951:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:951:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:955:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:955:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:958:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:958:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:959:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:959:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:977:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:977:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:991:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:991:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1003:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1003:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1006:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1006:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1014:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1014:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1018:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1018:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1022:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1022:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1032:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1032:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1036:13: note: Type is "def (format_spec: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1036:13: note: Type is "_NamedCallable & (format_spec: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1039:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1039:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1044:17: note: Type is "def (fstring_expr: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1044:17: note: Type is "_NamedCallable & (fstring_expr: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1096:29: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1096:29: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1098:25: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1098:25: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1119:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1119:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1147:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1147:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1160:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1160:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1169:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1169:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1171:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1171:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1179:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1179:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1182:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1182:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1189:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1189:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1195:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1195:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1206:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1206:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1222:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1222:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1230:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1230:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1233:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1233:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1236:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1236:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1242:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1242:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1245:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1245:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1249:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1249:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1252:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1252:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1258:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1258:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1261:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1261:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1293:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:1293:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:1326:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1326:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/pgen2/grammar_parser.py:56:39: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:56:39: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:57:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:57:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:60:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:60:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:75:17: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:75:17: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:100:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:100:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:125:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:125:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:131:13: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:131:13: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:135:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:135:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:140:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:140:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:143:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:143:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/python/tree.py:339:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:339:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:345:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:345:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:351:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:351:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@next], /) -> _T@next
+ parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@_as_builtin], /) -> _T@_as_builtin
- parso/python/tree.py:1021:17: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1021:17: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1025:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1025:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1028:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1028:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1031:9: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1031:9: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1197:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/python/tree.py:1197:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/pgen2/generator.py:103:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:103:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:116:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:116:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:201:47: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:201:47: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/pgen2/generator.py:210:13: note: Type is "def (next_: Untyped, label: Untyped) -> None"
+ parso/pgen2/generator.py:210:13: note: Type is "_NamedCallable & (next_: Untyped, label: Untyped) -> None"
- parso/pgen2/generator.py:265:30: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:265:30: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/parser.py:129:13: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:129:13: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:144:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:144:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/parser.py:186:21: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:186:21: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:194:13: note: Type is "def (Untyped) -> None"
+ parso/parser.py:194:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/parser.py:196:16: note: Type is "def (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
+ parso/parser.py:196:16: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
- parso/parser.py:200:15: note: Type is "def (typing_extensions.SupportsIndex =) -> Untyped"
+ parso/parser.py:200:15: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Untyped"
- parso/parser.py:208:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:208:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:178:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/pep8.py:178:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:189:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:189:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:196:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:196:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:202:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:202:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:213:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:213:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:221:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:221:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:247:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:247:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:285:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:285:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:338:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:338:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:350:13: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:350:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:352:9: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/pep8.py:352:9: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/pep8.py:353:9: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:353:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:371:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:371:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:393:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:393:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:397:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:397:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:400:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:400:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:402:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:402:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:405:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:405:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:408:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:408:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:416:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:416:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:435:20: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:435:20: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:454:29: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:454:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:457:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:457:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:466:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:466:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:468:32: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:468:32: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:472:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:472:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:478:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:478:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:487:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:487:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:493:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:493:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:499:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:499:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:501:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:501:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:508:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:508:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:514:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:514:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:516:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:516:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:522:13: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:522:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:524:9: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:524:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:567:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:567:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:577:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:577:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:581:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:581:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:590:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:590:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:593:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:593:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:597:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:597:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:659:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:659:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:675:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:675:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:677:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:677:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:685:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:685:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:687:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:687:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:690:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:690:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:692:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:692:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:702:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:702:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:707:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:707:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:713:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:713:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:715:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:715:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:725:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:725:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/parser.py:77:22: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/parser.py:77:22: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/parser.py:136:25: note: Type is "def (token: Untyped) -> None"
+ parso/python/parser.py:136:25: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/python/parser.py:159:12: note: Type is "def (start_index: Untyped) -> None"
+ parso/python/parser.py:159:12: note: Type is "_NamedCallable & (start_index: Untyped) -> None"
- parso/python/parser.py:166:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/parser.py:166:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/parser.py:199:21: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/parser.py:199:21: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/diff.py:305:17: note: Type is "def (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
+ parso/python/diff.py:305:17: note: Type is "_NamedCallable & (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
- parso/python/diff.py:307:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:307:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:309:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:309:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:324:46: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:324:46: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:350:25: note: Type is "def (old_line: Untyped) -> None"
+ parso/python/diff.py:350:25: note: Type is "_NamedCallable & (old_line: Untyped) -> None"
- parso/python/diff.py:355:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:355:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:414:20: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:414:20: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:417:13: note: Type is "def (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:417:13: note: Type is "_NamedCallable & (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:444:18: note: Type is "def (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
+ parso/python/diff.py:444:18: note: Type is "_NamedCallable & (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
- parso/python/diff.py:453:16: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:453:16: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:553:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:553:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:562:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:562:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:603:16: note: Type is "def (suffix: Untyped) -> None"
+ parso/python/diff.py:603:16: note: Type is "_NamedCallable & (suffix: Untyped) -> None"
- parso/python/diff.py:613:22: note: Type is "def (tree_nodes: Untyped) -> None"
+ parso/python/diff.py:613:22: note: Type is "_NamedCallable & (tree_nodes: Untyped) -> None"
- parso/python/diff.py:633:13: note: Type is "def (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
+ parso/python/diff.py:633:13: note: Type is "_NamedCallable & (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
- parso/python/diff.py:635:13: note: Type is "def (child_node: Untyped) -> None"
+ parso/python/diff.py:635:13: note: Type is "_NamedCallable & (child_node: Untyped) -> None"
- parso/python/diff.py:638:13: note: Type is "def (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:638:13: note: Type is "_NamedCallable & (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:704:9: note: Type is "def (indentation: Untyped) -> None"
+ parso/python/diff.py:704:9: note: Type is "_NamedCallable & (indentation: Untyped) -> None"
- parso/python/diff.py:706:70: note: Type is "def (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
+ parso/python/diff.py:706:70: note: Type is "_NamedCallable & (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
- parso/python/diff.py:726:22: note: Type is "def (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
+ parso/python/diff.py:726:22: note: Type is "_NamedCallable & (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
- parso/grammar.py:180:16: note: Type is "def (node: Untyped, normalizer_config: Untyped =) -> None"
+ parso/grammar.py:180:16: note: Type is "_NamedCallable & (node: Untyped, normalizer_config: Untyped =) -> None"
- parso/grammar.py:183:16: note: Type is "def (node: Untyped) -> None"
+ parso/grammar.py:183:16: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/grammar.py:198:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:198:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:202:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:202:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:220:23: error: Expression type contains "Any" (has type "(lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/grammar.py:220:23: error: Expression type contains "Any" (has type "_NamedCallable & (lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/grammar.py:259:20: note: Type is "def (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
+ parso/grammar.py:259:20: note: Type is "_NamedCallable & (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
git-revise (https://github.com/mystor/git-revise)
- gitrevise/odb.py:390:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:390:16: note: Type is "_NamedCallable & (int =) -> Untyped"
- gitrevise/odb.py:406:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:406:16: note: Type is "_NamedCallable & (int =) -> Untyped"
CPython (cases_generator) (https://github.com/python/cpython)
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:151:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:151:6: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ Tools/cases_generator/parsing.py: note: In member "definition" of class "Parser":
+ Tools/cases_generator/parsing.py:153:21: error: Too few arguments for "macro_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:155:22: error: Too few arguments for "family_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:157:22: error: Too few arguments for "pseudo_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:159:20: error: Too few arguments for "inst_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:163:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inst_def" of class "Parser":
+ Tools/cases_generator/parsing.py:165:19: error: Too few arguments for "inst_header" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:166:25: error: Too few arguments for "block" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:178:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inputs" of class "Parser":
+ Tools/cases_generator/parsing.py:218:19: error: Too few arguments for "input" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:229:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "input" of class "Parser":
+ Tools/cases_generator/parsing.py:231:16: error: Too few arguments for "cache_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:231:39: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In member "outputs" of class "Parser":
+ Tools/cases_generator/parsing.py:236:20: error: Too few arguments for "output" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:246:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "output" of class "Parser":
+ Tools/cases_generator/parsing.py:248:16: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:250:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:264:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "stack_effect" of class "Parser":
+ Tools/cases_generator/parsing.py:277:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:285:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:293:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:318:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:324:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "uops" of class "Parser":
+ Tools/cases_generator/parsing.py:338:19: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:342:27: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:350:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:368:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:407:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:444:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: At top level:
+ Tools/cases_generator/parsing.py:483:9: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:483:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-arg for more info
+ Tools/cases_generator/parser.py: note: In function "parse_files":
+ Tools/cases_generator/parser.py:58:23: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parser.py: note: At top level:
pycryptodome (https://github.com/Legrandin/pycryptodome)
- lib/Crypto/SelfTest/loader.py:88:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/loader.py:88:13: note: Type is "_NamedCallable & (Untyped) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "(population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "_NamedCallable & (population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "((data: Untyped) -> None, (data: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(def (data: Untyped) -> None, def (data: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:50: error: Argument "randfunc" to "new" has incompatible type "StrRNG"; expected "(...) -> Untyped | None" [arg-type]
- lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:54: error: Argument "randfunc" to "new" has incompatible type "StrRNG"; expected "(...) -> Untyped | None" [arg-type]
- lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "def (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "_NamedCallable & (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "(obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "def (obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "def (bits: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "_NamedCallable & (bits: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
... (truncated 909 lines) ...
attrs (https://github.com/python-attrs/attrs)
- tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
- tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
dulwich (https://github.com/dulwich/dulwich)
- dulwich/mailmap.py:70:17: note: Type is "def (canonical_identity: Untyped, from_identity: Untyped =) -> None"
+ dulwich/mailmap.py:70:17: note: Type is "_NamedCallable & (canonical_identity: Untyped, from_identity: Untyped =) -> None"
- dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("(cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
+ dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("def (cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
- dulwich/lru_cache.py:82:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:82:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:291:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:291:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:402:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:402:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
+ dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("def (cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
- dulwich/lfs.py:41:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], repo: Untyped, create: bool=...) -> None") [no-any-decorated]
+ dulwich/lfs.py:41:5: error: Type of decorated function contains type "Any" ("def (cls: type[LFSStore], repo: Untyped, create: bool=...) -> None") [no-any-decorated]
- dulwich/lfs.py:44:20: note: Type is "def (lfs_dir: Untyped) -> None"
+ dulwich/lfs.py:44:20: note: Type is "_NamedCallable & (lfs_dir: Untyped) -> None"
- dulwich/lfs.py:53:25: note: Type is "def (sha: Untyped) -> None"
+ dulwich/lfs.py:53:25: note: Type is "_NamedCallable & (sha: Untyped) -> None"
- dulwich/lfs.py:70:16: note: Type is "def (sha: Untyped) -> None"
+ dulwich/lfs.py:70:16: note: Type is "_NamedCallable & (sha: Untyped) -> None"
- dulwich/protocol.py:247:9: note: Type is "def (data: Untyped) -> None"
+ dulwich/protocol.py:247:9: note: Type is "_NamedCallable & (data: Untyped) -> None"
- dulwich/protocol.py:303:13: note: Type is "def (line: Untyped) -> None"
+ dulwich/protocol.py:303:13: note: Type is "_NamedCallable & (line: Untyped) -> None"
- dulwich/protocol.py:315:9: note: Type is "def (line: Untyped) -> None"
+ dulwich/protocol.py:315:9: note: Type is "_NamedCallable & (line: Untyped) -> None"
- dulwich/protocol.py:346:26: error: Expression type contains "Any" (has type "(size: Untyped) -> None") [no-any-expr]
+ dulwich/protocol.py:346:26: error: Expression type contains "Any" (has type "_NamedCallable & (size: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:42:35: error: Expression type contains "Any" (has type "(*args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:42:35: error: Expression type contains "Any" (has type "_NamedCallable & (*args: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:159:46: error: Expression type contains "Any" (has type "(*args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:159:46: error: Expression type contains "Any" (has type "def (*args: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:159:59: error: Expression type contains "Any" (has type "(success: Untyped, *args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:159:59: error: Expression type contains "Any" (has type "def (success: Untyped, *args: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:71:5: note: Type is "def (item: Untyped) -> None"
+ dulwich/graph.py:71:5: note: Type is "_NamedCallable & (item: Untyped) -> None"
- dulwich/graph.py:75:9: note: Type is "def (item: Untyped) -> None"
+ dulwich/graph.py:75:9: note: Type is "_NamedCallable & (item: Untyped) -> None"
- dulwich/graph.py:112:22: error: Expression type contains "Any" (has type "(x: (Any (unannotated), Any (unannotated))) -> Any (unannotated)") [no-any-expr]
+ dulwich/graph.py:112:22: error: Expression type contains "Any" (has type "def (x: (Any (unannotated), Any (unannotated))) -> Any (unannotated)") [no-any-expr]
- dulwich/graph.py:150:23: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:150:23: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:150:48: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:150:48: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:187:30: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:187:30: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:187:57: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:187:57: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:188:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ dulwich/graph.py:188:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- dulwich/graph.py:221:23: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:221:23: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:221:49: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:221:49: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:183:21: error: Expression type contains "Any" (has type "(obj: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:183:21: error: Expression type contains "Any" (has type "def (obj: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:183:26: error: Expression type contains "Any" (has type "(obj: Untyped, value: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:183:26: error: Expression type contains "Any" (has type "def (obj: Untyped, value: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:387:5: error: Type of decorated function contains type "Any" ("(magic: Untyped, f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:387:5: error: Type of decorated function contains type "Any" ("def (magic: Untyped, f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:415:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:415:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:421:19: note: Type is "def (magic: Untyped, f: typing.BinaryIO) -> dulwich.objects.ShaFile"
+ dulwich/objects.py:421:19: note: Type is "_NamedCallable & (magic: Untyped, f: typing.BinaryIO) -> dulwich.objects.ShaFile"
- dulwich/objects.py:422:13: note: Type is "def (map: Untyped) -> None"
+ dulwich/objects.py:422:13: note: Type is "_NamedCallable & (map: Untyped) -> None"
- dulwich/objects.py:424:19: note: Type is "def (magic: Untyped, f: Untyped) -> None"
+ dulwich/objects.py:424:19: note: Type is "_NamedCallable & (magic: Untyped, f: Untyped) -> None"
- dulwich/objects.py:425:13: note: Type is "def (map: Untyped) -> None"
+ dulwich/objects.py:425:13: note: Type is "_NamedCallable & (map: Untyped) -> None"
- dulwich/objects.py:441:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], path: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:441:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], path: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:444:20: note: Type is "def (f: Untyped) -> None"
+ dulwich/objects.py:444:20: note: Type is "_NamedCallable & (f: Untyped) -> None"
- dulwich/objects.py:447:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:447:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:450:19: note: Type is "def (f: Untyped) -> None"
+ dulwich/objects.py:450:19: note: Type is "_NamedCallable & (f: Untyped) -> None"
- dulwich/objects.py:457:5: error: Type of decorated function contains type "Any" ("(type_num: Untyped, string: Untyped, sha: Untyped=...) -> None") [no-any-decorated]
+ dulwich/objects.py:457:5: error: Type of decorated function contains type "Any" ("def (type_num: Untyped, string: Untyped, sha: Untyped=...) -> None") [no-any-decorated]
- dulwich/objects.py:491:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], string: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:491:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], string: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:555:16: note: Type is "def (type_num: Untyped, string: Untyped, sha: Untyped =) -> None"
+ dulwich/objects.py:555:16: note: Type is "_NamedCallable & (type_num: Untyped, string: Untyped, sha: Untyped =) -> None"
- dulwich/objects.py:608:20: error: Expression type contains "Any" (has type "(self: Blob, data: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:608:20: error: Expression type contains "Any" (has type "def (self: Blob, data: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:630:5: error: Type of decorated function contains type "Any" ("(cls: type[Blob], path: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:630:5: error: Type of decorated function contains type "Any" ("def (cls: type[Blob], path: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:631:16: note: Type is "def (path: Untyped) -> None"
+ dulwich/objects.py:631:16: note: Type is "_NamedCallable & (path: Untyped) -> None"
- dulwich/objects.py:768:5: error: Type of decorated function contains type "Any" ("(cls: type[Tag], filename: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:768:5: error: Type of decorated function contains type "Any" ("def (cls: type[Tag], filename: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:769:15: note: Type is "def (path: Untyped) -> None"
+ dulwich/objects.py:769:15: note: Type is "_NamedCallable & (path: Untyped) -> None"
- dulwich/objects.py:782:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:782:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:783:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:783:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:784:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:784:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:794:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"```</details>
... (truncated 31713 lines) ... |
Diff from mypy_primer, showing the effect of this PR on open source code: parso (https://github.com/davidhalter/parso)
- parso/normalizer.py:22:37: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:22:37: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:23:38: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:23:38: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:35:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:35:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:36:17: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:36:17: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:44:20: note: Type is "def (leaf: Untyped) -> None"
+ parso/normalizer.py:44:20: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/normalizer.py:46:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/normalizer.py:46:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/normalizer.py:47:32: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:47:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "(self: Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "def (self: Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "(self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("(self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("def (self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/normalizer.py:51:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:51:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:59:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:59:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:75:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/normalizer.py:75:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("(cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
+ parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("def (cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
- parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "(rule_cls: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "def (rule_cls: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:139:20: note: Type is "def (Untyped) -> None"
+ parso/normalizer.py:139:20: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/normalizer.py:174:19: note: Type is "def (message: Untyped, node: Untyped) -> None"
+ parso/normalizer.py:174:19: note: Type is "_NamedCallable & (message: Untyped, node: Untyped) -> None"
- parso/normalizer.py:179:12: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:179:12: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/tree.py:406:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/tree.py:406:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "(*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "def (*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/python/tokenize.py:604:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:604:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/tokenize.py:609:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:609:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/errors.py:225:13: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:225:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:277:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:277:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:279:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:279:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:281:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:281:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:291:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:291:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:292:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:292:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:318:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:318:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "(self: _Context, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "def (self: _Context, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "(self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("(self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("def (self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:368:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:368:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:370:9: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/errors.py:370:9: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:403:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:403:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "(self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "def (self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "(self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("(self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("def (self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:412:9: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:412:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:415:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:415:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:417:21: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:417:21: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:423:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:423:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:432:13: note: Type is "def (child_context: Untyped) -> None"
+ parso/python/errors.py:432:13: note: Type is "_NamedCallable & (child_context: Untyped) -> None"
- parso/python/errors.py:445:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:445:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:465:17: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:465:17: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:470:32: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:470:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:476:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:476:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:479:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:479:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:491:36: note: Type is "def () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
+ parso/python/errors.py:491:36: note: Type is "_NamedCallable & () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
- parso/python/errors.py:492:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:492:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:503:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:503:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:533:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:533:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:553:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:553:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:565:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:565:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:577:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:577:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:594:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:594:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:600:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:600:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:612:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:612:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:624:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:624:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:655:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:655:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:657:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:657:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:660:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:660:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:673:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:673:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:686:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:686:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:687:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:687:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:697:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:697:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:697:28: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/errors.py:697:28: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/errors.py:704:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:704:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:716:26: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:716:26: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:718:34: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:718:34: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:722:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:722:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:732:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:732:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:740:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:740:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:764:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:764:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:785:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:785:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:798:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:798:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:801:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:801:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:833:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:833:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:867:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:867:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:870:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:870:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:890:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:890:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:896:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:896:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:904:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:904:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:933:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:933:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:944:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:944:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:946:29: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:946:29: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:951:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:951:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:955:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:955:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:958:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:958:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:959:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:959:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:977:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:977:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:991:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:991:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1003:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1003:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1006:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1006:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1014:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1014:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1018:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1018:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1022:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1022:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1032:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1032:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1036:13: note: Type is "def (format_spec: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1036:13: note: Type is "_NamedCallable & (format_spec: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1039:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1039:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1044:17: note: Type is "def (fstring_expr: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1044:17: note: Type is "_NamedCallable & (fstring_expr: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1096:29: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1096:29: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1098:25: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1098:25: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1119:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1119:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1147:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1147:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1160:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1160:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1169:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1169:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1171:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1171:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1179:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1179:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1182:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1182:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1189:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1189:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1195:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1195:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1206:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1206:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1222:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1222:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1230:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1230:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1233:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1233:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1236:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1236:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1242:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1242:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1245:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1245:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1249:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1249:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1252:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1252:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1258:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1258:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1261:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1261:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1293:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:1293:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:1326:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1326:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/pgen2/grammar_parser.py:56:39: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:56:39: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:57:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:57:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:60:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:60:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:75:17: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:75:17: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:100:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:100:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:125:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:125:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:131:13: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:131:13: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:135:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:135:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:140:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:140:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:143:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:143:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/python/tree.py:339:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:339:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:345:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:345:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:351:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:351:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@next], /) -> _T@next
+ parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@_as_builtin], /) -> _T@_as_builtin
- parso/python/tree.py:1021:17: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1021:17: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1025:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1025:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1028:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1028:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1031:9: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1031:9: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1197:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/python/tree.py:1197:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/pgen2/generator.py:103:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:103:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:116:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:116:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:201:47: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:201:47: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/pgen2/generator.py:210:13: note: Type is "def (next_: Untyped, label: Untyped) -> None"
+ parso/pgen2/generator.py:210:13: note: Type is "_NamedCallable & (next_: Untyped, label: Untyped) -> None"
- parso/pgen2/generator.py:265:30: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:265:30: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/parser.py:129:13: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:129:13: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:144:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:144:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/parser.py:186:21: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:186:21: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:194:13: note: Type is "def (Untyped) -> None"
+ parso/parser.py:194:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/parser.py:196:16: note: Type is "def (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
+ parso/parser.py:196:16: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
- parso/parser.py:200:15: note: Type is "def (typing_extensions.SupportsIndex =) -> Untyped"
+ parso/parser.py:200:15: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Untyped"
- parso/parser.py:208:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:208:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:178:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/pep8.py:178:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:189:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:189:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:196:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:196:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:202:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:202:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:213:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:213:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:221:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:221:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:247:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:247:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:285:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:285:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:338:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:338:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:350:13: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:350:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:352:9: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/pep8.py:352:9: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/pep8.py:353:9: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:353:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:371:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:371:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:393:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:393:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:397:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:397:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:400:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:400:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:402:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:402:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:405:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:405:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:408:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:408:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:416:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:416:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:435:20: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:435:20: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:454:29: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:454:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:457:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:457:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:466:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:466:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:468:32: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:468:32: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:472:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:472:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:478:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:478:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:487:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:487:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:493:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:493:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:499:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:499:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:501:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:501:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:508:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:508:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:514:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:514:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:516:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:516:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:522:13: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:522:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:524:9: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:524:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:567:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:567:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:577:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:577:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:581:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:581:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:590:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:590:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:593:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:593:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:597:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:597:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:659:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:659:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:675:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:675:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:677:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:677:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:685:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:685:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:687:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:687:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:690:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:690:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:692:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:692:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:702:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:702:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:707:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:707:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:713:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:713:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:715:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:715:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:725:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:725:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/parser.py:77:22: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/parser.py:77:22: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/parser.py:136:25: note: Type is "def (token: Untyped) -> None"
+ parso/python/parser.py:136:25: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/python/parser.py:159:12: note: Type is "def (start_index: Untyped) -> None"
+ parso/python/parser.py:159:12: note: Type is "_NamedCallable & (start_index: Untyped) -> None"
- parso/python/parser.py:166:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/parser.py:166:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/parser.py:199:21: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/parser.py:199:21: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/diff.py:305:17: note: Type is "def (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
+ parso/python/diff.py:305:17: note: Type is "_NamedCallable & (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
- parso/python/diff.py:307:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:307:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:309:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:309:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:324:46: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:324:46: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:350:25: note: Type is "def (old_line: Untyped) -> None"
+ parso/python/diff.py:350:25: note: Type is "_NamedCallable & (old_line: Untyped) -> None"
- parso/python/diff.py:355:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:355:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:414:20: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:414:20: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:417:13: note: Type is "def (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:417:13: note: Type is "_NamedCallable & (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:444:18: note: Type is "def (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
+ parso/python/diff.py:444:18: note: Type is "_NamedCallable & (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
- parso/python/diff.py:453:16: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:453:16: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:553:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:553:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:562:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:562:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:603:16: note: Type is "def (suffix: Untyped) -> None"
+ parso/python/diff.py:603:16: note: Type is "_NamedCallable & (suffix: Untyped) -> None"
- parso/python/diff.py:613:22: note: Type is "def (tree_nodes: Untyped) -> None"
+ parso/python/diff.py:613:22: note: Type is "_NamedCallable & (tree_nodes: Untyped) -> None"
- parso/python/diff.py:633:13: note: Type is "def (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
+ parso/python/diff.py:633:13: note: Type is "_NamedCallable & (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
- parso/python/diff.py:635:13: note: Type is "def (child_node: Untyped) -> None"
+ parso/python/diff.py:635:13: note: Type is "_NamedCallable & (child_node: Untyped) -> None"
- parso/python/diff.py:638:13: note: Type is "def (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:638:13: note: Type is "_NamedCallable & (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:704:9: note: Type is "def (indentation: Untyped) -> None"
+ parso/python/diff.py:704:9: note: Type is "_NamedCallable & (indentation: Untyped) -> None"
- parso/python/diff.py:706:70: note: Type is "def (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
+ parso/python/diff.py:706:70: note: Type is "_NamedCallable & (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
- parso/python/diff.py:726:22: note: Type is "def (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
+ parso/python/diff.py:726:22: note: Type is "_NamedCallable & (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
- parso/grammar.py:180:16: note: Type is "def (node: Untyped, normalizer_config: Untyped =) -> None"
+ parso/grammar.py:180:16: note: Type is "_NamedCallable & (node: Untyped, normalizer_config: Untyped =) -> None"
- parso/grammar.py:183:16: note: Type is "def (node: Untyped) -> None"
+ parso/grammar.py:183:16: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/grammar.py:198:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:198:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:202:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:202:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:220:23: error: Expression type contains "Any" (has type "(lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/grammar.py:220:23: error: Expression type contains "Any" (has type "_NamedCallable & (lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/grammar.py:259:20: note: Type is "def (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
+ parso/grammar.py:259:20: note: Type is "_NamedCallable & (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
aioredis (https://github.com/aio-libs/aioredis)
- aioredis/utils.py:28:12: note: Type is "def (url: str, **kwargs: Untyped) -> None"
+ aioredis/utils.py:28:12: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> None"
- aioredis/connection.py:698:35: note: Type is "def (exception: Untyped) -> None"
+ aioredis/connection.py:698:35: note: Type is "_NamedCallable & (exception: Untyped) -> None"
- aioredis/connection.py:767:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:767:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:776:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:776:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:784:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:784:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:790:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:790:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:823:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:823:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:829:27: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:829:27: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("[_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
+ aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("def [_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
- aioredis/connection.py:1559:17: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1559:17: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/connection.py:1604:36: note: Type is "def () -> typing.Coroutine[Any, Any, Untyped]"
+ aioredis/connection.py:1604:36: note: Type is "_NamedCallable & () -> typing.Coroutine[Any, Any, Untyped]"
- aioredis/connection.py:1647:13: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1647:13: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/client.py:363:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:363:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:365:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:365:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:374:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:374:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Untyped") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Untyped") [no-any-expr]
- aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:11: error: list comprehension has incompatible type list[(...) -> Untyped]; expected list[def (x: Untyped) -> Any] [misc]
- aioredis/client.py:537:22: error: Expression type contains "Any" (has type "(fv: ((x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
+ aioredis/client.py:537:22: error: Expression type contains "Any" (has type "def (fv: (def (x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
- aioredis/client.py:537:33: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:33: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:39: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:39: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[((x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
+ aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[(def (x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:586:13: note: Type is "def (Any (unannotated)) -> None"
+ aioredis/client.py:586:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:673:13: error: Expression type contains "Any" (has type "(r: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:673:13: error: Expression type contains "Any" (has type "def (r: Untyped) -> int") [no-any-expr]
- aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:675:39: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:675:39: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:676:57: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:676:57: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:680:13: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:680:13: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:682:46: error: Expression type contains "Any" (has type "(r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
+ aioredis/client.py:682:46: error: Expression type contains "Any" (has type "def (r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
- aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:684:45: error: Expression type contains "Any" (has type "(r: Untyped) -> set[Any]") [no-any-expr]
+ aioredis/client.py:684:45: error: Expression type contains "Any" (has type "def (r: Untyped) -> set[Any]") [no-any-expr]
- aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:688:13: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:688:13: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:691:34: error: Expression type contains "Any" (has type "(r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
+ aioredis/client.py:691:34: error: Expression type contains "Any" (has type "def (r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
- aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:693:49: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:693:49: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:694:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:694:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:695:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:695:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:696:54: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:696:54: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:697:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:697:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:700:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:700:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:701:21: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:701:21: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:702:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:702:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:703:20: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:703:20: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:704:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:704:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:705:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:705:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:706:22: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:706:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:710:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:710:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:711:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:711:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:712:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:712:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:713:27: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:713:27: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:714:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:714:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:715:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:715:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:716:42: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:716:42: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:717:36: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:717:36: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:718:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:718:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:719:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:719:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:720:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:720:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:721:25: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:721:25: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:722:28: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:722:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:723:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:723:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:724:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:724:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:725:30: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:725:30: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:726:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:726:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:727:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:727:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:728:37: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:728:37: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:729:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:729:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:730:27: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:730:27: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:731:23: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:731:23: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:732:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:732:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:733:23: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:733:23: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:734:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:734:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:735:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:735:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
+ aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
- aioredis/client.py:736:19: error: Expression type contains "Any" (has type "(r: Untyped) -> list[(float, float) | None]") [no-any-expr]
+ aioredis/client.py:736:19: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[(float, float) | None]") [no-any-expr]
- aioredis/client.py:737:17: error: Expression type contains "Any" (has type "(ll: Any) -> (float, float) | None") [no-any-expr]
+ aioredis/client.py:737:17: error: Expression type contains "Any" (has type "def (ll: Any) -> (float, float) | None") [no-any-expr]
- aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:739:22: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:739:22: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:740:30: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:740:30: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> dict[Any, Any])") [no-any-expr]
+ aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> dict[Any, Any])") [no-any-expr]
- aioredis/client.py:741:20: error: Expression type contains "Any" (has type "(r: Untyped) -> dict[Any, Any]") [no-any-expr]
+ aioredis/client.py:741:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> dict[Any, Any]") [no-any-expr]
- aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:742:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:742:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:743:17: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:743:17: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:744:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:744:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:745:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:745:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:746:25: error: Expression type contains "Any" (has type "(response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:746:25: error: Expression type contains "Any" (has type "def (response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:747:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:747:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:748:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:748:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:749:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:749:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[None])") [no-any-expr]
+ aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[None])") [no-any-expr]
- aioredis/client.py:750:24: error: Expression type contains "Any" (has type "(r: Untyped) -> list[None]") [no-any-expr]
+ aioredis/client.py:750:24: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[None]") [no-any-expr]
- aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:751:19: error: Expression type contains "Any" (has type "(response: Untyped, infotype: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:751:19: error: Expression type contains "Any" (has type "def (response: Untyped, infotype: Untyped) -> None") [no-any-expr]
- aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:752:17: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:752:17: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:753:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:753:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | None)") [no-any-expr]
+ aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | None)") [no-any-expr]
- aioredis/client.py:754:22: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | None") [no-any-expr]
+ aioredis/client.py:754:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | None") [no-any-expr]
- aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:755:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:755:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[bool])") [no-any-expr]
+ aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[bool])") [no-any-expr]
- aioredis/client.py:756:26: error: Expression type contains "Any" (has type "(r: Untyped) -> list[bool]") [no-any-expr]
+ aioredis/client.py:756:26: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[bool]") [no-any-expr]
- aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:757:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:757:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:758:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:758:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:760:45: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:760:45: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:761:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:761:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:762:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:762:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:763:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:763:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:764:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:764:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:765:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:765:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:766:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:766:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:767:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:767:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | bool)") [no-any-expr]
+ aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | bool)") [no-any-expr]
- aioredis/client.py:768:16: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | bool") [no-any-expr]
+ aioredis/client.py:768:16: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | bool") [no-any-expr]
- aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:769:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:769:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:771:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:771:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:772:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:772:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> (int, int))") [no-any-expr]
+ aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> (int, int))") [no-any-expr]
- aioredis/client.py:773:17: error: Expression type contains "Any" (has type "(x: Untyped) -> (int, int)") [no-any-expr]
+ aioredis/client.py:773:17: error: Expression type contains "Any" (has type "def (x: Untyped) -> (int, int)") [no-any-expr]
- aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:774:19: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:774:19: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:775:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:775:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:778:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:778:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:779:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:779:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:780:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:780:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:781:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:781:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:782:21: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:782:21: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:783:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:783:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:784:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:784:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("(cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
+ aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("def (cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
- aioredis/client.py:830:27: note: Type is "def (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
+ aioredis/client.py:830:27: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
- aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:931:37: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:931:37: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1101:41: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1101:41: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1104:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1104:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1110:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1110:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1144:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1144:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1148:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1148:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1152:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1152:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1160:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1160:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1164:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1164:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1178:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1178:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1186:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1186:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1195:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1195:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1204:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1204:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1368:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1368:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1372:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1372:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1376:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1376:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1380:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1380:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1387:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1387:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1391:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1391:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1432:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1432:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1446:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1446:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1447:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1447:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1451:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1451:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1455:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1455:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1459:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1459:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1471:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1471:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1480:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1480:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1484:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1484:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1488:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1488:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1492:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1492:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1496:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1496:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1500:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1500:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1504:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1504:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1508:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1508:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1512:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1512:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1516:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1516:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1528:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1528:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1540:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1540:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1544:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1544:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1557:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1557:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1559:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1559:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1566:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1566:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1609:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1609:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1615:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1615:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1619:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1619:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1633:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1633:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1637:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1637:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1641:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1641:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1648:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1648:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1652:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1652:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1656:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1656:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1660:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1660:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1664:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1664:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1668:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1668:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1672:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1672:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1676:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1676:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1680:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1680:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
... (truncated 438 lines) ...
attrs (https://github.com/python-attrs/attrs)
- tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
- tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
git-revise (https://github.com/mystor/git-revise)
- gitrevise/odb.py:390:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:390:16: note: Type is "_NamedCallable & (int =) -> Untyped"
- gitrevise/odb.py:406:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:406:16: note: Type is "_NamedCallable & (int =) -> Untyped"
pycryptodome (https://github.com/Legrandin/pycryptodome)
- lib/Crypto/SelfTest/loader.py:88:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/loader.py:88:13: note: Type is "_NamedCallable & (Untyped) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "(population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "_NamedCallable & (population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "((data: Untyped) -> None, (data: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(def (data: Untyped) -> None, def (data: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:50: error: Argument "randfunc" to "new" has incompatible type "StrRNG"; expected "(...) -> Untyped | None" [arg-type]
- lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:54: error: Argument "randfunc" to "new" has incompatible type "StrRNG"; expected "(...) -> Untyped | None" [arg-type]
- lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "def (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "_NamedCallable & (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "(obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "def (obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "def (bits: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "_NamedCallable & (bits: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
... (truncated 909 lines) ...
CPython (cases_generator) (https://github.com/python/cpython)
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:151:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:151:6: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ Tools/cases_generator/parsing.py: note: In member "definition" of class "Parser":
+ Tools/cases_generator/parsing.py:153:21: error: Too few arguments for "macro_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:155:22: error: Too few arguments for "family_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:157:22: error: Too few arguments for "pseudo_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:159:20: error: Too few arguments for "inst_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:163:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inst_def" of class "Parser":
+ Tools/cases_generator/parsing.py:165:19: error: Too few arguments for "inst_header" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:166:25: error: Too few arguments for "block" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:178:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inputs" of class "Parser":
+ Tools/cases_generator/parsing.py:218:19: error: Too few arguments for "input" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:229:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "input" of class "Parser":
+ Tools/cases_generator/parsing.py:231:16: error: Too few arguments for "cache_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:231:39: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In member "outputs" of class "Parser":
+ Tools/cases_generator/parsing.py:236:20: error: Too few arguments for "output" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:246:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "output" of class "Parser":
+ Tools/cases_generator/parsing.py:248:16: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:250:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:264:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "stack_effect" of class "Parser":
+ Tools/cases_generator/parsing.py:277:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:285:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:293:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:318:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:324:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "uops" of class "Parser":
+ Tools/cases_generator/parsing.py:338:19: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:342:27: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:350:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:368:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:407:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:444:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: At top level:
+ Tools/cases_generator/parsing.py:483:9: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:483:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-arg for more info
+ Tools/cases_generator/parser.py: note: In function "parse_files":
+ Tools/cases_generator/parser.py:58:23: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parser.py: note: At top level:
dulwich (https://github.com/dulwich/dulwich)
- dulwich/mailmap.py:70:17: note: Type is "def (canonical_identity: Untyped, from_identity: Untyped =) -> None"
+ dulwich/mailmap.py:70:17: note: Type is "_NamedCallable & (canonical_identity: Untyped, from_identity: Untyped =) -> None"
- dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("(cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
+ dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("def (cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
- dulwich/lru_cache.py:82:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:82:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:291:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:291:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:402:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:402:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
+ dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("def (cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
- dulwich/lfs.py:41:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], repo: Untyped, create: bool=...) -> None") [no-any-decorated]
+ dulwich/lfs.py:41:5: error: Type of decorated function contains type "Any" ("def (cls: type[LFSStore], repo: Untyped, create: bool=...) -> None") [no-any-decorated]
- dulwich/lfs.py:44:20: note: Type is "def (lfs_dir: Untyped) -> None"
+ dulwich/lfs.py:44:20: note: Type is "_NamedCallable & (lfs_dir: Untyped) -> None"
- dulwich/lfs.py:53:25: note: Type is "def (sha: Untyped) -> None"
+ dulwich/lfs.py:53:25: note: Type is "_NamedCallable & (sha: Untyped) -> None"
- dulwich/lfs.py:70:16: note: Type is "def (sha: Untyped) -> None"
+ dulwich/lfs.py:70:16: note: Type is "_NamedCallable & (sha: Untyped) -> None"
- dulwich/protocol.py:247:9: note: Type is "def (data: Untyped) -> None"
+ dulwich/protocol.py:247:9: note: Type is "_NamedCallable & (data: Untyped) -> None"
- dulwich/protocol.py:303:13: note: Type is "def (line: Untyped) -> None"
+ dulwich/protocol.py:303:13: note: Type is "_NamedCallable & (line: Untyped) -> None"
- dulwich/protocol.py:315:9: note: Type is "def (line: Untyped) -> None"
+ dulwich/protocol.py:315:9: note: Type is "_NamedCallable & (line: Untyped) -> None"
- dulwich/protocol.py:346:26: error: Expression type contains "Any" (has type "(size: Untyped) -> None") [no-any-expr]
+ dulwich/protocol.py:346:26: error: Expression type contains "Any" (has type "_NamedCallable & (size: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:42:35: error: Expression type contains "Any" (has type "(*args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:42:35: error: Expression type contains "Any" (has type "_NamedCallable & (*args: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:159:46: error: Expression type contains "Any" (has type "(*args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:159:46: error: Expression type contains "Any" (has type "def (*args: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:159:59: error: Expression type contains "Any" (has type "(success: Untyped, *args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:159:59: error: Expression type contains "Any" (has type "def (success: Untyped, *args: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:71:5: note: Type is "def (item: Untyped) -> None"
+ dulwich/graph.py:71:5: note: Type is "_NamedCallable & (item: Untyped) -> None"
- dulwich/graph.py:75:9: note: Type is "def (item: Untyped) -> None"
+ dulwich/graph.py:75:9: note: Type is "_NamedCallable & (item: Untyped) -> None"
- dulwich/graph.py:112:22: error: Expression type contains "Any" (has type "(x: (Any (unannotated), Any (unannotated))) -> Any (unannotated)") [no-any-expr]
+ dulwich/graph.py:112:22: error: Expression type contains "Any" (has type "def (x: (Any (unannotated), Any (unannotated))) -> Any (unannotated)") [no-any-expr]
- dulwich/graph.py:150:23: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:150:23: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:150:48: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:150:48: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:187:30: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:187:30: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:187:57: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:187:57: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:188:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ dulwich/graph.py:188:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- dulwich/graph.py:221:23: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:221:23: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:221:49: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:221:49: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:183:21: error: Expression type contains "Any" (has type "(obj: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:183:21: error: Expression type contains "Any" (has type "def (obj: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:183:26: error: Expression type contains "Any" (has type "(obj: Untyped, value: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:183:26: error: Expression type contains "Any" (has type "def (obj: Untyped, value: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:387:5: error: Type of decorated function contains type "Any" ("(magic: Untyped, f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:387:5: error: Type of decorated function contains type "Any" ("def (magic: Untyped, f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:415:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:415:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:421:19: note: Type is "def (magic: Untyped, f: typing.BinaryIO) -> dulwich.objects.ShaFile"
+ dulwich/objects.py:421:19: note: Type is "_NamedCallable & (magic: Untyped, f: typing.BinaryIO) -> dulwich.objects.ShaFile"
- dulwich/objects.py:422:13: note: Type is "def (map: Untyped) -> None"
+ dulwich/objects.py:422:13: note: Type is "_NamedCallable & (map: Untyped) -> None"
- dulwich/objects.py:424:19: note: Type is "def (magic: Untyped, f: Untyped) -> None"
+ dulwich/objects.py:424:19: note: Type is "_NamedCallable & (magic: Untyped, f: Untyped) -> None"
- dulwich/objects.py:425:13: note: Type is "def (map: Untyped) -> None"
+ dulwich/objects.py:425:13: note: Type is "_NamedCallable & (map: Untyped) -> None"
- dulwich/objects.py:441:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], path: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:441:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], path: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:444:20: note: Type is "def (f: Untyped) -> None"
+ dulwich/objects.py:444:20: note: Type is "_NamedCallable & (f: Untyped) -> None"
- dulwich/objects.py:447:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:447:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:450:19: note: Type is "def (f: Untyped) -> None"
+ dulwich/objects.py:450:19: note: Type is "_NamedCallable & (f: Untyped) -> None"
- dulwich/objects.py:457:5: error: Type of decorated function contains type "Any" ("(type_num: Untyped, string: Untyped, sha: Untyped=...) -> None") [no-any-decorated]
+ dulwich/objects.py:457:5: error: Type of decorated function contains type "Any" ("def (type_num: Untyped, string: Untyped, sha: Untyped=...) -> None") [no-any-decorated]
- dulwich/objects.py:491:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], string: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:491:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], string: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:555:16: note: Type is "def (type_num: Untyped, string: Untyped, sha: Untyped =) -> None"
+ dulwich/objects.py:555:16: note: Type is "_NamedCallable & (type_num: Untyped, string: Untyped, sha: Untyped =) -> None"
- dulwich/objects.py:608:20: error: Expression type contains "Any" (has type "(self: Blob, data: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:608:20: error: Expression type contains "Any" (has type "def (self: Blob, data: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:630:5: error: Type of decorated function contains type "Any" ("(cls: type[Blob], path: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:630:5: error: Type of decorated function contains type "Any" ("def (cls: type[Blob], path: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:631:16: note: Type is "def (path: Untyped) -> None"
+ dulwich/objects.py:631:16: note: Type is "_NamedCallable & (path: Untyped) -> None"
- dulwich/objects.py:768:5: error: Type of decorated function contains type "Any" ("(cls: type[Tag], filename: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:768:5: error: Type of decorated function contains type "Any" ("def (cls: type[Tag], filename: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:769:15: note: Type is "def (path: Untyped) -> None"
+ dulwich/objects.py:769:15: note: Type is "_NamedCallable & (path: Untyped) -> None"
- dulwich/objects.py:782:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:782:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:783:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:783:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:784:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:784:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:794:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"```</details>
... (truncated 33020 lines) ... |
Diff from mypy_primer, showing the effect of this PR on open source code: git-revise (https://github.com/mystor/git-revise)
- gitrevise/odb.py:390:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:390:16: note: Type is "_NamedCallable & (int =) -> Untyped"
- gitrevise/odb.py:406:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:406:16: note: Type is "_NamedCallable & (int =) -> Untyped"
attrs (https://github.com/python-attrs/attrs)
- tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
- tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
CPython (cases_generator) (https://github.com/python/cpython)
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:151:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:151:6: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ Tools/cases_generator/parsing.py: note: In member "definition" of class "Parser":
+ Tools/cases_generator/parsing.py:153:21: error: Too few arguments for "macro_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:155:22: error: Too few arguments for "family_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:157:22: error: Too few arguments for "pseudo_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:159:20: error: Too few arguments for "inst_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:163:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inst_def" of class "Parser":
+ Tools/cases_generator/parsing.py:165:19: error: Too few arguments for "inst_header" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:166:25: error: Too few arguments for "block" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:178:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inputs" of class "Parser":
+ Tools/cases_generator/parsing.py:218:19: error: Too few arguments for "input" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:229:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "input" of class "Parser":
+ Tools/cases_generator/parsing.py:231:16: error: Too few arguments for "cache_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:231:39: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In member "outputs" of class "Parser":
+ Tools/cases_generator/parsing.py:236:20: error: Too few arguments for "output" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:246:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "output" of class "Parser":
+ Tools/cases_generator/parsing.py:248:16: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:250:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:264:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "stack_effect" of class "Parser":
+ Tools/cases_generator/parsing.py:277:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:285:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:293:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:318:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:324:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "uops" of class "Parser":
+ Tools/cases_generator/parsing.py:338:19: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:342:27: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:350:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:368:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:407:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:444:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: At top level:
+ Tools/cases_generator/parsing.py:483:9: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:483:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-arg for more info
+ Tools/cases_generator/parser.py: note: In function "parse_files":
+ Tools/cases_generator/parser.py:58:23: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parser.py: note: At top level:
aioredis (https://github.com/aio-libs/aioredis)
- aioredis/utils.py:28:12: note: Type is "def (url: str, **kwargs: Untyped) -> None"
+ aioredis/utils.py:28:12: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> None"
- aioredis/connection.py:698:35: note: Type is "def (exception: Untyped) -> None"
+ aioredis/connection.py:698:35: note: Type is "_NamedCallable & (exception: Untyped) -> None"
- aioredis/connection.py:767:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:767:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:776:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:776:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:784:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:784:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:790:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:790:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:823:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:823:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:829:27: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:829:27: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("[_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
+ aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("def [_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
- aioredis/connection.py:1559:17: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1559:17: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/connection.py:1604:36: note: Type is "def () -> typing.Coroutine[Any, Any, Untyped]"
+ aioredis/connection.py:1604:36: note: Type is "_NamedCallable & () -> typing.Coroutine[Any, Any, Untyped]"
- aioredis/connection.py:1647:13: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1647:13: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/client.py:363:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:363:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:365:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:365:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:374:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:374:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Untyped") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Untyped") [no-any-expr]
- aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:11: error: list comprehension has incompatible type list[(...) -> Untyped]; expected list[def (x: Untyped) -> Any] [misc]
- aioredis/client.py:537:22: error: Expression type contains "Any" (has type "(fv: ((x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
+ aioredis/client.py:537:22: error: Expression type contains "Any" (has type "def (fv: (def (x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
- aioredis/client.py:537:33: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:33: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:39: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:39: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[((x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
+ aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[(def (x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:586:13: note: Type is "def (Any (unannotated)) -> None"
+ aioredis/client.py:586:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:673:13: error: Expression type contains "Any" (has type "(r: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:673:13: error: Expression type contains "Any" (has type "def (r: Untyped) -> int") [no-any-expr]
- aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:675:39: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:675:39: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:676:57: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:676:57: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:680:13: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:680:13: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:682:46: error: Expression type contains "Any" (has type "(r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
+ aioredis/client.py:682:46: error: Expression type contains "Any" (has type "def (r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
- aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:684:45: error: Expression type contains "Any" (has type "(r: Untyped) -> set[Any]") [no-any-expr]
+ aioredis/client.py:684:45: error: Expression type contains "Any" (has type "def (r: Untyped) -> set[Any]") [no-any-expr]
- aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:688:13: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:688:13: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:691:34: error: Expression type contains "Any" (has type "(r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
+ aioredis/client.py:691:34: error: Expression type contains "Any" (has type "def (r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
- aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:693:49: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:693:49: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:694:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:694:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:695:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:695:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:696:54: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:696:54: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:697:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:697:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:700:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:700:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:701:21: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:701:21: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:702:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:702:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:703:20: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:703:20: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:704:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:704:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:705:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:705:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:706:22: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:706:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:710:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:710:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:711:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:711:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:712:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:712:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:713:27: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:713:27: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:714:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:714:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:715:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:715:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:716:42: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:716:42: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:717:36: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:717:36: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:718:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:718:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:719:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:719:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:720:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:720:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:721:25: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:721:25: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:722:28: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:722:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:723:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:723:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:724:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:724:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:725:30: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:725:30: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:726:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:726:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:727:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:727:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:728:37: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:728:37: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:729:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:729:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:730:27: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:730:27: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:731:23: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:731:23: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:732:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:732:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:733:23: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:733:23: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:734:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:734:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:735:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:735:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
+ aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
- aioredis/client.py:736:19: error: Expression type contains "Any" (has type "(r: Untyped) -> list[(float, float) | None]") [no-any-expr]
+ aioredis/client.py:736:19: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[(float, float) | None]") [no-any-expr]
- aioredis/client.py:737:17: error: Expression type contains "Any" (has type "(ll: Any) -> (float, float) | None") [no-any-expr]
+ aioredis/client.py:737:17: error: Expression type contains "Any" (has type "def (ll: Any) -> (float, float) | None") [no-any-expr]
- aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:739:22: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:739:22: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:740:30: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:740:30: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> dict[Any, Any])") [no-any-expr]
+ aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> dict[Any, Any])") [no-any-expr]
- aioredis/client.py:741:20: error: Expression type contains "Any" (has type "(r: Untyped) -> dict[Any, Any]") [no-any-expr]
+ aioredis/client.py:741:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> dict[Any, Any]") [no-any-expr]
- aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:742:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:742:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:743:17: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:743:17: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:744:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:744:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:745:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:745:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:746:25: error: Expression type contains "Any" (has type "(response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:746:25: error: Expression type contains "Any" (has type "def (response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:747:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:747:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:748:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:748:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:749:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:749:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[None])") [no-any-expr]
+ aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[None])") [no-any-expr]
- aioredis/client.py:750:24: error: Expression type contains "Any" (has type "(r: Untyped) -> list[None]") [no-any-expr]
+ aioredis/client.py:750:24: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[None]") [no-any-expr]
- aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:751:19: error: Expression type contains "Any" (has type "(response: Untyped, infotype: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:751:19: error: Expression type contains "Any" (has type "def (response: Untyped, infotype: Untyped) -> None") [no-any-expr]
- aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:752:17: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:752:17: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:753:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:753:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | None)") [no-any-expr]
+ aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | None)") [no-any-expr]
- aioredis/client.py:754:22: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | None") [no-any-expr]
+ aioredis/client.py:754:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | None") [no-any-expr]
- aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:755:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:755:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[bool])") [no-any-expr]
+ aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[bool])") [no-any-expr]
- aioredis/client.py:756:26: error: Expression type contains "Any" (has type "(r: Untyped) -> list[bool]") [no-any-expr]
+ aioredis/client.py:756:26: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[bool]") [no-any-expr]
- aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:757:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:757:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:758:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:758:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:760:45: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:760:45: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:761:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:761:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:762:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:762:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:763:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:763:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:764:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:764:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:765:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:765:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:766:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:766:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:767:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:767:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | bool)") [no-any-expr]
+ aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | bool)") [no-any-expr]
- aioredis/client.py:768:16: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | bool") [no-any-expr]
+ aioredis/client.py:768:16: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | bool") [no-any-expr]
- aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:769:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:769:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:771:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:771:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:772:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:772:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> (int, int))") [no-any-expr]
+ aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> (int, int))") [no-any-expr]
- aioredis/client.py:773:17: error: Expression type contains "Any" (has type "(x: Untyped) -> (int, int)") [no-any-expr]
+ aioredis/client.py:773:17: error: Expression type contains "Any" (has type "def (x: Untyped) -> (int, int)") [no-any-expr]
- aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:774:19: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:774:19: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:775:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:775:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:778:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:778:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:779:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:779:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:780:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:780:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:781:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:781:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:782:21: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:782:21: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:783:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:783:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:784:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:784:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("(cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
+ aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("def (cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
- aioredis/client.py:830:27: note: Type is "def (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
+ aioredis/client.py:830:27: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
- aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:931:37: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:931:37: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1101:41: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1101:41: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1104:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1104:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1110:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1110:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1144:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1144:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1148:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1148:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1152:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1152:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1160:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1160:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1164:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1164:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1178:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1178:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1186:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1186:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1195:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1195:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1204:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1204:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1368:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1368:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1372:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1372:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1376:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1376:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1380:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1380:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1387:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1387:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1391:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1391:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1432:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1432:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1446:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1446:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1447:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1447:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1451:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1451:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1455:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1455:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1459:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1459:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1471:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1471:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1480:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1480:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1484:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1484:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1488:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1488:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1492:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1492:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1496:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1496:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1500:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1500:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1504:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1504:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1508:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1508:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1512:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1512:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1516:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1516:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1528:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1528:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1540:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1540:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1544:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1544:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1557:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1557:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1559:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1559:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1566:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1566:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1609:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1609:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1615:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1615:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1619:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1619:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1633:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1633:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1637:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1637:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1641:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1641:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1648:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1648:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1652:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1652:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1656:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1656:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1660:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1660:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1664:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1664:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1668:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1668:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1672:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1672:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1676:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1676:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1680:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1680:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
... (truncated 438 lines) ...
pycryptodome (https://github.com/Legrandin/pycryptodome)
- lib/Crypto/SelfTest/loader.py:88:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/loader.py:88:13: note: Type is "_NamedCallable & (Untyped) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "(population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "_NamedCallable & (population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "((data: Untyped) -> None, (data: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(def (data: Untyped) -> None, def (data: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "def (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "_NamedCallable & (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "(obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "def (obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "def (bits: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "_NamedCallable & (bits: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
... (truncated 906 lines) ...
parso (https://github.com/davidhalter/parso)
- parso/normalizer.py:22:37: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:22:37: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:23:38: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:23:38: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:35:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:35:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:36:17: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:36:17: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:44:20: note: Type is "def (leaf: Untyped) -> None"
+ parso/normalizer.py:44:20: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/normalizer.py:46:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/normalizer.py:46:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/normalizer.py:47:32: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:47:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "(self: Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "def (self: Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "(self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("(self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("def (self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/normalizer.py:51:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:51:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:59:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:59:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:75:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/normalizer.py:75:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("(cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
+ parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("def (cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
- parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "(rule_cls: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "def (rule_cls: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:139:20: note: Type is "def (Untyped) -> None"
+ parso/normalizer.py:139:20: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/normalizer.py:174:19: note: Type is "def (message: Untyped, node: Untyped) -> None"
+ parso/normalizer.py:174:19: note: Type is "_NamedCallable & (message: Untyped, node: Untyped) -> None"
- parso/normalizer.py:179:12: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:179:12: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/tree.py:406:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/tree.py:406:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "(*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "def (*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/python/tokenize.py:604:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:604:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/tokenize.py:609:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:609:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/errors.py:225:13: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:225:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:277:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:277:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:279:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:279:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:281:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:281:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:291:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:291:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:292:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:292:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:318:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:318:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "(self: _Context, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "def (self: _Context, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "(self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("(self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("def (self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:368:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:368:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:370:9: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/errors.py:370:9: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:403:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:403:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "(self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "def (self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "(self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("(self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("def (self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:412:9: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:412:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:415:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:415:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:417:21: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:417:21: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:423:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:423:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:432:13: note: Type is "def (child_context: Untyped) -> None"
+ parso/python/errors.py:432:13: note: Type is "_NamedCallable & (child_context: Untyped) -> None"
- parso/python/errors.py:445:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:445:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:465:17: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:465:17: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:470:32: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:470:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:476:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:476:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:479:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:479:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:491:36: note: Type is "def () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
+ parso/python/errors.py:491:36: note: Type is "_NamedCallable & () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
- parso/python/errors.py:492:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:492:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:503:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:503:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:533:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:533:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:553:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:553:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:565:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:565:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:577:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:577:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:594:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:594:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:600:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:600:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:612:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:612:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:624:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:624:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:655:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:655:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:657:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:657:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:660:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:660:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:673:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:673:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:686:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:686:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:687:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:687:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:697:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:697:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:697:28: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/errors.py:697:28: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/errors.py:704:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:704:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:716:26: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:716:26: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:718:34: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:718:34: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:722:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:722:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:732:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:732:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:740:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:740:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:764:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:764:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:785:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:785:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:798:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:798:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:801:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:801:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:833:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:833:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:867:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:867:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:870:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:870:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:890:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:890:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:896:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:896:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:904:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:904:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:933:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:933:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:944:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:944:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:946:29: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:946:29: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:951:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:951:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:955:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:955:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:958:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:958:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:959:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:959:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:977:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:977:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:991:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:991:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1003:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1003:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1006:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1006:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1014:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1014:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1018:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1018:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1022:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1022:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1032:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1032:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1036:13: note: Type is "def (format_spec: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1036:13: note: Type is "_NamedCallable & (format_spec: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1039:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1039:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1044:17: note: Type is "def (fstring_expr: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1044:17: note: Type is "_NamedCallable & (fstring_expr: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1096:29: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1096:29: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1098:25: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1098:25: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1119:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1119:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1147:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1147:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1160:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1160:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1169:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1169:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1171:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1171:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1179:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1179:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1182:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1182:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1189:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1189:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1195:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1195:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1206:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1206:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1222:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1222:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1230:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1230:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1233:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1233:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1236:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1236:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1242:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1242:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1245:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1245:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1249:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1249:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1252:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1252:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1258:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1258:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1261:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1261:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1293:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:1293:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:1326:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1326:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/pgen2/grammar_parser.py:56:39: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:56:39: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:57:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:57:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:60:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:60:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:75:17: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:75:17: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:100:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:100:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:125:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:125:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:131:13: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:131:13: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:135:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:135:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:140:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:140:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:143:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:143:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/python/tree.py:339:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:339:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:345:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:345:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:351:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:351:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@next], /) -> _T@next
+ parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@_as_builtin], /) -> _T@_as_builtin
- parso/python/tree.py:1021:17: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1021:17: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1025:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1025:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1028:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1028:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1031:9: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1031:9: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1197:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/python/tree.py:1197:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/pgen2/generator.py:103:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:103:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:116:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:116:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:201:47: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:201:47: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/pgen2/generator.py:210:13: note: Type is "def (next_: Untyped, label: Untyped) -> None"
+ parso/pgen2/generator.py:210:13: note: Type is "_NamedCallable & (next_: Untyped, label: Untyped) -> None"
- parso/pgen2/generator.py:265:30: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:265:30: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/parser.py:129:13: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:129:13: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:144:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:144:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/parser.py:186:21: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:186:21: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:194:13: note: Type is "def (Untyped) -> None"
+ parso/parser.py:194:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/parser.py:196:16: note: Type is "def (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
+ parso/parser.py:196:16: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
- parso/parser.py:200:15: note: Type is "def (typing_extensions.SupportsIndex =) -> Untyped"
+ parso/parser.py:200:15: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Untyped"
- parso/parser.py:208:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:208:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:178:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/pep8.py:178:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:189:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:189:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:196:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:196:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:202:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:202:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:213:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:213:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:221:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:221:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:247:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:247:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:285:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:285:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:338:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:338:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:350:13: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:350:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:352:9: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/pep8.py:352:9: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/pep8.py:353:9: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:353:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:371:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:371:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:393:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:393:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:397:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:397:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:400:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:400:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:402:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:402:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:405:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:405:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:408:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:408:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:416:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:416:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:435:20: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:435:20: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:454:29: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:454:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:457:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:457:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:466:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:466:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:468:32: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:468:32: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:472:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:472:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:478:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:478:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:487:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:487:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:493:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:493:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:499:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:499:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:501:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:501:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:508:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:508:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:514:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:514:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:516:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:516:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:522:13: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:522:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:524:9: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:524:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:567:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:567:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:577:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:577:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:581:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:581:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:590:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:590:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:593:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:593:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:597:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:597:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:659:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:659:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:675:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:675:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:677:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:677:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:685:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:685:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:687:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:687:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:690:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:690:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:692:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:692:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:702:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:702:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:707:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:707:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:713:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:713:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:715:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:715:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:725:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:725:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/parser.py:77:22: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/parser.py:77:22: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/parser.py:136:25: note: Type is "def (token: Untyped) -> None"
+ parso/python/parser.py:136:25: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/python/parser.py:159:12: note: Type is "def (start_index: Untyped) -> None"
+ parso/python/parser.py:159:12: note: Type is "_NamedCallable & (start_index: Untyped) -> None"
- parso/python/parser.py:166:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/parser.py:166:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/parser.py:199:21: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/parser.py:199:21: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/diff.py:305:17: note: Type is "def (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
+ parso/python/diff.py:305:17: note: Type is "_NamedCallable & (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
- parso/python/diff.py:307:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:307:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:309:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:309:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:324:46: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:324:46: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:350:25: note: Type is "def (old_line: Untyped) -> None"
+ parso/python/diff.py:350:25: note: Type is "_NamedCallable & (old_line: Untyped) -> None"
- parso/python/diff.py:355:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:355:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:414:20: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:414:20: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:417:13: note: Type is "def (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:417:13: note: Type is "_NamedCallable & (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:444:18: note: Type is "def (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
+ parso/python/diff.py:444:18: note: Type is "_NamedCallable & (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
- parso/python/diff.py:453:16: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:453:16: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:553:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:553:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:562:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:562:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:603:16: note: Type is "def (suffix: Untyped) -> None"
+ parso/python/diff.py:603:16: note: Type is "_NamedCallable & (suffix: Untyped) -> None"
- parso/python/diff.py:613:22: note: Type is "def (tree_nodes: Untyped) -> None"
+ parso/python/diff.py:613:22: note: Type is "_NamedCallable & (tree_nodes: Untyped) -> None"
- parso/python/diff.py:633:13: note: Type is "def (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
+ parso/python/diff.py:633:13: note: Type is "_NamedCallable & (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
- parso/python/diff.py:635:13: note: Type is "def (child_node: Untyped) -> None"
+ parso/python/diff.py:635:13: note: Type is "_NamedCallable & (child_node: Untyped) -> None"
- parso/python/diff.py:638:13: note: Type is "def (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:638:13: note: Type is "_NamedCallable & (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:704:9: note: Type is "def (indentation: Untyped) -> None"
+ parso/python/diff.py:704:9: note: Type is "_NamedCallable & (indentation: Untyped) -> None"
- parso/python/diff.py:706:70: note: Type is "def (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
+ parso/python/diff.py:706:70: note: Type is "_NamedCallable & (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
- parso/python/diff.py:726:22: note: Type is "def (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
+ parso/python/diff.py:726:22: note: Type is "_NamedCallable & (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
- parso/grammar.py:180:16: note: Type is "def (node: Untyped, normalizer_config: Untyped =) -> None"
+ parso/grammar.py:180:16: note: Type is "_NamedCallable & (node: Untyped, normalizer_config: Untyped =) -> None"
- parso/grammar.py:183:16: note: Type is "def (node: Untyped) -> None"
+ parso/grammar.py:183:16: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/grammar.py:198:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:198:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:202:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:202:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:220:23: error: Expression type contains "Any" (has type "(lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/grammar.py:220:23: error: Expression type contains "Any" (has type "_NamedCallable & (lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/grammar.py:259:20: note: Type is "def (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
+ parso/grammar.py:259:20: note: Type is "_NamedCallable & (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
pyjwt (https://github.com/jpadilla/pyjwt)
- jwt/algorithms.py:167:5: error: Type of decorated function contains type "Any" ("(self: Algorithm, key: Any) -> Any") [no-any-decorated]
+ jwt/algorithms.py:167:5: error: Type of decorated function contains type "Any" ("def (self: Algorithm, key: Any) -> Any") [no-any-decorated]
- jwt/algorithms.py:174:5: error: Type of decorated function contains type "Any" ("(self: Algorithm, msg: bytes, key: Any) -> bytes") [no-any-decorated]
+ jwt/algorithms.py:174:5: error: Type of decorated function contains type "Any" ("def (self: Algorithm, msg: bytes, key: Any) -> bytes") [no-any-decorated]
- jwt/algorithms.py:181:5: error: Type of decorated function contains type "Any" ("(self: Algorithm, msg: bytes, key: Any, sig: bytes) -> bool") [no-any-decorated]
+ jwt/algorithms.py:181:5: error: Type of decorated function contains type "Any" ("def (self: Algorithm, msg: bytes, key: Any, sig: bytes) -> bool") [no-any-decorated]
+ jwt/algorithms.py: note: In class "HMACAlgorithm":
+ jwt/algorithms.py:248:37: error: Assigning a "FunctionType" on the class will become a "MethodType" [callable-functiontype]
+ jwt/algorithms.py:248:37: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ jwt/algorithms.py:249:37: error: Assigning a "FunctionType" on the class will become a "MethodType" [callable-functiontype]
+ jwt/algorithms.py:250:37: error: Assigning a "FunctionType" on the class will become a "MethodType" [callable-functiontype]
- jwt/api_jws.py:186:46: note: Type is "def () -> _collections_abc.dict_keys[str, Untyped]"
+ jwt/api_jws.py:186:46: note: Type is "_NamedCallable & () -> _collections_abc.dict_keys[str, Untyped]"
- jwt/api_jws.py:231:46: note: Type is "def () -> _collections_abc.dict_keys[str, Untyped]"
+ jwt/api_jws.py:231:46: note: Type is "_NamedCallable & () -> _collections_abc.dict_keys[str, Untyped]"
- jwt/api_jws.py:234:19: note: Type is "def (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
+ jwt/api_jws.py:234:19: note: Type is "_NamedCallable & (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
- jwt/api_jws.py:329:10: error: Expression type contains "Any" (has type "(payload: bytes, key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., is_payload_detached: bool=..., sort_headers: bool=...) -> str") [no-any-expr]
+ jwt/api_jws.py:329:10: error: Expression type contains "Any" (has type "_NamedCallable & (payload: bytes, key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., is_payload_detached: bool=..., sort_headers: bool=...) -> str") [no-any-expr]
- jwt/api_jws.py:330:19: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> dict[str, Any]") [no-any-expr]
+ jwt/api_jws.py:330:19: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> dict[str, Any]") [no-any-expr]
- jwt/api_jws.py:331:10: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> Any") [no-any-expr]
+ jwt/api_jws.py:331:10: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> Any") [no-any-expr]
- jwt/api_jws.py:335:25: error: Expression type contains "Any" (has type "(jwt: str | bytes) -> dict[str, Any]") [no-any-expr]
+ jwt/api_jws.py:335:25: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes) -> dict[str, Any]") [no-any-expr]
- jwt/api_jwt.py:152:19: note: Type is "def (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
+ jwt/api_jwt.py:152:19: note: Type is "_NamedCallable & (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
- jwt/api_jwt.py:163:9: note: Type is "def (payload: dict[str, Any], options: dict[str, Any], audience: Untyped =, issuer: Untyped =, leeway: float | datetime.timedelta =) -> None"
+ jwt/api_jwt.py:163:9: note: Type is "_NamedCallable & (payload: dict[str, Any], options: dict[str, Any], audience: Untyped =, issuer: Untyped =, leeway: float | datetime.timedelta =) -> None"
- jwt/api_jwt.py:375:10: error: Expression type contains "Any" (has type "(payload: dict[str, Any], key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., sort_headers: bool=...) -> str") [no-any-expr]
+ jwt/api_jwt.py:375:10: error: Expression type contains "Any" (has type "_NamedCallable & (payload: dict[str, Any], key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., sort_headers: bool=...) -> str") [no-any-expr]
- jwt/api_jwt.py:376:19: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> dict[str, Any]") [no-any-expr]
+ jwt/api_jwt.py:376:19: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> dict[str, Any]") [no-any-expr]
- jwt/api_jwt.py:377:10: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> Any") [no-any-expr]
+ jwt/api_jwt.py:377:10: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> Any") [no-any-expr]
- jwt/jwks_client.py:48: error: "type: ignore" comment without error code (consider "type: ignore[method-assign]" instead) [ignore-without-code]
+ jwt/jwks_client.py:48: error: "type: ignore" comment without error code (consider "type: ignore[assignment, method-assign]" instead) [ignore-without-code]
boostedblob (https://github.com/hauntsaninja/boostedblob)
- boostedblob/azure_auth.py:145:28: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ boostedblob/azure_auth.py:145:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
+ boostedblob/globals.py:69:52: error: "(T@TokenManager) -> Awaitable[(Any, float)]" has no attribute "__qualname__" [attr-defined]
- boostedblob/globals.py:142:46: error: Expression type contains "Any" (has type "(cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
+ boostedblob/globals.py:142:46: error: Expression type contains "Any" (has type "def (cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
- boostedblob/globals.py:145:46: error: Expression type contains "Any" (has type "(cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
+ boostedblob/globals.py:145:46: error: Expression type contains "Any" (has type "def (cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
- boostedblob/globals.py:148:46: error: Expression type contains "Any" (has type "(_: str) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
+ boostedblob/globals.py:148:46: error: Expression type contains "Any" (has type "def (_: str) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
- boostedblob/globals.py:203:2: error: Expression type contains "Any" (has type "(**kwargs: Any) -> Iterator[None]") [no-any-expr]
+ boostedblob/globals.py:203:2: error: Expression type contains "Any" (has type "def (**kwargs: Any) -> Iterator[None]") [no-any-expr]```</details>
... (truncated 31895 lines) ... |
Diff from mypy_primer, showing the effect of this PR on open source code: attrs (https://github.com/python-attrs/attrs)
- tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
- tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
CPython (cases_generator) (https://github.com/python/cpython)
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:151:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:151:6: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ Tools/cases_generator/parsing.py: note: In member "definition" of class "Parser":
+ Tools/cases_generator/parsing.py:153:21: error: Too few arguments for "macro_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:155:22: error: Too few arguments for "family_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:157:22: error: Too few arguments for "pseudo_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:159:20: error: Too few arguments for "inst_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:163:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inst_def" of class "Parser":
+ Tools/cases_generator/parsing.py:165:19: error: Too few arguments for "inst_header" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:166:25: error: Too few arguments for "block" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:178:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inputs" of class "Parser":
+ Tools/cases_generator/parsing.py:218:19: error: Too few arguments for "input" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:229:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "input" of class "Parser":
+ Tools/cases_generator/parsing.py:231:16: error: Too few arguments for "cache_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:231:39: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In member "outputs" of class "Parser":
+ Tools/cases_generator/parsing.py:236:20: error: Too few arguments for "output" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:246:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "output" of class "Parser":
+ Tools/cases_generator/parsing.py:248:16: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:250:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:264:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "stack_effect" of class "Parser":
+ Tools/cases_generator/parsing.py:277:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:285:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:293:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:318:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:324:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "uops" of class "Parser":
+ Tools/cases_generator/parsing.py:338:19: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:342:27: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:350:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:368:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:407:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:444:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: At top level:
+ Tools/cases_generator/parsing.py:483:9: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:483:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-arg for more info
+ Tools/cases_generator/parser.py: note: In function "parse_files":
+ Tools/cases_generator/parser.py:58:23: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parser.py: note: At top level:
git-revise (https://github.com/mystor/git-revise)
- gitrevise/odb.py:390:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:390:16: note: Type is "_NamedCallable & (int =) -> Untyped"
- gitrevise/odb.py:406:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:406:16: note: Type is "_NamedCallable & (int =) -> Untyped"
aioredis (https://github.com/aio-libs/aioredis)
- aioredis/utils.py:28:12: note: Type is "def (url: str, **kwargs: Untyped) -> None"
+ aioredis/utils.py:28:12: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> None"
- aioredis/connection.py:698:35: note: Type is "def (exception: Untyped) -> None"
+ aioredis/connection.py:698:35: note: Type is "_NamedCallable & (exception: Untyped) -> None"
- aioredis/connection.py:767:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:767:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:776:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:776:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:784:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:784:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:790:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:790:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:823:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:823:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:829:27: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:829:27: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("[_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
+ aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("def [_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
- aioredis/connection.py:1559:17: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1559:17: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/connection.py:1604:36: note: Type is "def () -> typing.Coroutine[Any, Any, Untyped]"
+ aioredis/connection.py:1604:36: note: Type is "_NamedCallable & () -> typing.Coroutine[Any, Any, Untyped]"
- aioredis/connection.py:1647:13: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1647:13: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/client.py:363:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:363:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:365:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:365:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:374:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:374:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Untyped") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Untyped") [no-any-expr]
- aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:11: error: list comprehension has incompatible type list[(...) -> Untyped]; expected list[def (x: Untyped) -> Any] [misc]
- aioredis/client.py:537:22: error: Expression type contains "Any" (has type "(fv: ((x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
+ aioredis/client.py:537:22: error: Expression type contains "Any" (has type "def (fv: (def (x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
- aioredis/client.py:537:33: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:33: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:39: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:39: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[((x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
+ aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[(def (x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:586:13: note: Type is "def (Any (unannotated)) -> None"
+ aioredis/client.py:586:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:673:13: error: Expression type contains "Any" (has type "(r: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:673:13: error: Expression type contains "Any" (has type "def (r: Untyped) -> int") [no-any-expr]
- aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:675:39: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:675:39: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:676:57: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:676:57: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:680:13: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:680:13: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:682:46: error: Expression type contains "Any" (has type "(r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
+ aioredis/client.py:682:46: error: Expression type contains "Any" (has type "def (r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
- aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:684:45: error: Expression type contains "Any" (has type "(r: Untyped) -> set[Any]") [no-any-expr]
+ aioredis/client.py:684:45: error: Expression type contains "Any" (has type "def (r: Untyped) -> set[Any]") [no-any-expr]
- aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:688:13: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:688:13: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:691:34: error: Expression type contains "Any" (has type "(r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
+ aioredis/client.py:691:34: error: Expression type contains "Any" (has type "def (r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
- aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:693:49: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:693:49: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:694:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:694:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:695:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:695:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:696:54: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:696:54: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:697:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:697:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:700:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:700:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:701:21: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:701:21: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:702:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:702:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:703:20: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:703:20: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:704:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:704:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:705:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:705:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:706:22: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:706:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:710:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:710:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:711:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:711:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:712:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:712:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:713:27: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:713:27: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:714:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:714:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:715:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:715:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:716:42: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:716:42: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:717:36: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:717:36: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:718:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:718:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:719:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:719:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:720:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:720:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:721:25: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:721:25: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:722:28: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:722:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:723:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:723:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:724:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:724:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:725:30: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:725:30: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:726:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:726:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:727:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:727:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:728:37: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:728:37: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:729:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:729:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:730:27: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:730:27: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:731:23: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:731:23: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:732:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:732:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:733:23: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:733:23: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:734:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:734:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:735:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:735:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
+ aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
- aioredis/client.py:736:19: error: Expression type contains "Any" (has type "(r: Untyped) -> list[(float, float) | None]") [no-any-expr]
+ aioredis/client.py:736:19: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[(float, float) | None]") [no-any-expr]
- aioredis/client.py:737:17: error: Expression type contains "Any" (has type "(ll: Any) -> (float, float) | None") [no-any-expr]
+ aioredis/client.py:737:17: error: Expression type contains "Any" (has type "def (ll: Any) -> (float, float) | None") [no-any-expr]
- aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:739:22: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:739:22: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:740:30: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:740:30: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> dict[Any, Any])") [no-any-expr]
+ aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> dict[Any, Any])") [no-any-expr]
- aioredis/client.py:741:20: error: Expression type contains "Any" (has type "(r: Untyped) -> dict[Any, Any]") [no-any-expr]
+ aioredis/client.py:741:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> dict[Any, Any]") [no-any-expr]
- aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:742:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:742:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:743:17: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:743:17: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:744:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:744:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:745:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:745:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:746:25: error: Expression type contains "Any" (has type "(response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:746:25: error: Expression type contains "Any" (has type "def (response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:747:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:747:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:748:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:748:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:749:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:749:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[None])") [no-any-expr]
+ aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[None])") [no-any-expr]
- aioredis/client.py:750:24: error: Expression type contains "Any" (has type "(r: Untyped) -> list[None]") [no-any-expr]
+ aioredis/client.py:750:24: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[None]") [no-any-expr]
- aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:751:19: error: Expression type contains "Any" (has type "(response: Untyped, infotype: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:751:19: error: Expression type contains "Any" (has type "def (response: Untyped, infotype: Untyped) -> None") [no-any-expr]
- aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:752:17: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:752:17: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:753:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:753:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | None)") [no-any-expr]
+ aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | None)") [no-any-expr]
- aioredis/client.py:754:22: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | None") [no-any-expr]
+ aioredis/client.py:754:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | None") [no-any-expr]
- aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:755:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:755:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[bool])") [no-any-expr]
+ aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[bool])") [no-any-expr]
- aioredis/client.py:756:26: error: Expression type contains "Any" (has type "(r: Untyped) -> list[bool]") [no-any-expr]
+ aioredis/client.py:756:26: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[bool]") [no-any-expr]
- aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:757:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:757:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:758:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:758:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:760:45: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:760:45: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:761:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:761:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:762:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:762:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:763:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:763:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:764:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:764:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:765:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:765:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:766:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:766:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:767:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:767:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | bool)") [no-any-expr]
+ aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | bool)") [no-any-expr]
- aioredis/client.py:768:16: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | bool") [no-any-expr]
+ aioredis/client.py:768:16: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | bool") [no-any-expr]
- aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:769:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:769:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:771:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:771:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:772:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:772:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> (int, int))") [no-any-expr]
+ aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> (int, int))") [no-any-expr]
- aioredis/client.py:773:17: error: Expression type contains "Any" (has type "(x: Untyped) -> (int, int)") [no-any-expr]
+ aioredis/client.py:773:17: error: Expression type contains "Any" (has type "def (x: Untyped) -> (int, int)") [no-any-expr]
- aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:774:19: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:774:19: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:775:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:775:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:778:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:778:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:779:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:779:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:780:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:780:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:781:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:781:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:782:21: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:782:21: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:783:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:783:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:784:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:784:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("(cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
+ aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("def (cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
- aioredis/client.py:830:27: note: Type is "def (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
+ aioredis/client.py:830:27: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
- aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:931:37: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:931:37: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1101:41: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1101:41: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1104:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1104:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1110:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1110:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1144:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1144:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1148:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1148:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1152:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1152:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1160:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1160:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1164:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1164:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1178:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1178:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1186:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1186:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1195:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1195:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1204:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1204:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1368:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1368:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1372:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1372:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1376:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1376:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1380:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1380:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1387:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1387:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1391:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1391:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1432:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1432:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1446:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1446:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1447:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1447:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1451:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1451:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1455:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1455:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1459:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1459:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1471:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1471:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1480:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1480:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1484:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1484:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1488:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1488:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1492:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1492:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1496:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1496:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1500:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1500:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1504:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1504:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1508:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1508:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1512:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1512:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1516:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1516:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1528:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1528:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1540:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1540:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1544:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1544:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1557:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1557:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1559:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1559:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1566:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1566:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1609:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1609:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1615:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1615:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1619:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1619:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1633:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1633:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1637:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1637:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1641:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1641:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1648:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1648:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1652:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1652:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1656:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1656:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1660:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1660:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1664:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1664:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1668:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1668:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1672:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1672:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1676:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1676:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1680:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1680:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
... (truncated 438 lines) ...
pycryptodome (https://github.com/Legrandin/pycryptodome)
- lib/Crypto/SelfTest/loader.py:88:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/loader.py:88:13: note: Type is "_NamedCallable & (Untyped) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "(population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "_NamedCallable & (population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "((data: Untyped) -> None, (data: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(def (data: Untyped) -> None, def (data: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "def (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "_NamedCallable & (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "(obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "def (obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "def (bits: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "_NamedCallable & (bits: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
... (truncated 906 lines) ...
parso (https://github.com/davidhalter/parso)
- parso/normalizer.py:22:37: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:22:37: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:23:38: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:23:38: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:35:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:35:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:36:17: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:36:17: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:44:20: note: Type is "def (leaf: Untyped) -> None"
+ parso/normalizer.py:44:20: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/normalizer.py:46:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/normalizer.py:46:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/normalizer.py:47:32: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:47:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "(self: Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "def (self: Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "(self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("(self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("def (self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/normalizer.py:51:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:51:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:59:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:59:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:75:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/normalizer.py:75:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("(cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
+ parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("def (cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
- parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "(rule_cls: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "def (rule_cls: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:139:20: note: Type is "def (Untyped) -> None"
+ parso/normalizer.py:139:20: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/normalizer.py:174:19: note: Type is "def (message: Untyped, node: Untyped) -> None"
+ parso/normalizer.py:174:19: note: Type is "_NamedCallable & (message: Untyped, node: Untyped) -> None"
- parso/normalizer.py:179:12: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:179:12: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/tree.py:406:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/tree.py:406:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "(*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "def (*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/python/tokenize.py:604:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:604:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/tokenize.py:609:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:609:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/errors.py:225:13: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:225:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:277:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:277:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:279:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:279:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:281:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:281:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:291:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:291:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:292:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:292:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:318:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:318:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "(self: _Context, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "def (self: _Context, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "(self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("(self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("def (self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:368:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:368:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:370:9: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/errors.py:370:9: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:403:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:403:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "(self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "def (self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "(self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("(self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("def (self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:412:9: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:412:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:415:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:415:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:417:21: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:417:21: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:423:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:423:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:432:13: note: Type is "def (child_context: Untyped) -> None"
+ parso/python/errors.py:432:13: note: Type is "_NamedCallable & (child_context: Untyped) -> None"
- parso/python/errors.py:445:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:445:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:465:17: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:465:17: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:470:32: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:470:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:476:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:476:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:479:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:479:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:491:36: note: Type is "def () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
+ parso/python/errors.py:491:36: note: Type is "_NamedCallable & () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
- parso/python/errors.py:492:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:492:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:503:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:503:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:533:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:533:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:553:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:553:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:565:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:565:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:577:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:577:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:594:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:594:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:600:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:600:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:612:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:612:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:624:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:624:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:655:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:655:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:657:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:657:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:660:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:660:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:673:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:673:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:686:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:686:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:687:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:687:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:697:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:697:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:697:28: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/errors.py:697:28: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/errors.py:704:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:704:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:716:26: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:716:26: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:718:34: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:718:34: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:722:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:722:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:732:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:732:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:740:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:740:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:764:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:764:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:785:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:785:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:798:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:798:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:801:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:801:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:833:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:833:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:867:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:867:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:870:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:870:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:890:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:890:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:896:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:896:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:904:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:904:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:933:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:933:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:944:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:944:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:946:29: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:946:29: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:951:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:951:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:955:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:955:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:958:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:958:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:959:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:959:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:977:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:977:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:991:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:991:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1003:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1003:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1006:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1006:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1014:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1014:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1018:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1018:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1022:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1022:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1032:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1032:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1036:13: note: Type is "def (format_spec: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1036:13: note: Type is "_NamedCallable & (format_spec: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1039:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1039:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1044:17: note: Type is "def (fstring_expr: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1044:17: note: Type is "_NamedCallable & (fstring_expr: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1096:29: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1096:29: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1098:25: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1098:25: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1119:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1119:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1147:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1147:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1160:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1160:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1169:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1169:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1171:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1171:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1179:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1179:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1182:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1182:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1189:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1189:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1195:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1195:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1206:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1206:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1222:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1222:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1230:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1230:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1233:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1233:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1236:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1236:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1242:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1242:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1245:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1245:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1249:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1249:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1252:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1252:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1258:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1258:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1261:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1261:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1293:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:1293:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:1326:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1326:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/pgen2/grammar_parser.py:56:39: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:56:39: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:57:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:57:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:60:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:60:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:75:17: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:75:17: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:100:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:100:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:125:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:125:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:131:13: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:131:13: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:135:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:135:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:140:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:140:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:143:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:143:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/python/tree.py:339:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:339:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:345:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:345:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:351:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:351:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@next], /) -> _T@next
+ parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@_as_builtin], /) -> _T@_as_builtin
- parso/python/tree.py:1021:17: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1021:17: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1025:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1025:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1028:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1028:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1031:9: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1031:9: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1197:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/python/tree.py:1197:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/pgen2/generator.py:103:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:103:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:116:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:116:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:201:47: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:201:47: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/pgen2/generator.py:210:13: note: Type is "def (next_: Untyped, label: Untyped) -> None"
+ parso/pgen2/generator.py:210:13: note: Type is "_NamedCallable & (next_: Untyped, label: Untyped) -> None"
- parso/pgen2/generator.py:265:30: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:265:30: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/parser.py:129:13: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:129:13: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:144:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:144:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/parser.py:186:21: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:186:21: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:194:13: note: Type is "def (Untyped) -> None"
+ parso/parser.py:194:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/parser.py:196:16: note: Type is "def (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
+ parso/parser.py:196:16: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
- parso/parser.py:200:15: note: Type is "def (typing_extensions.SupportsIndex =) -> Untyped"
+ parso/parser.py:200:15: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Untyped"
- parso/parser.py:208:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:208:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:178:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/pep8.py:178:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:189:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:189:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:196:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:196:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:202:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:202:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:213:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:213:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:221:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:221:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:247:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:247:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:285:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:285:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:338:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:338:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:350:13: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:350:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:352:9: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/pep8.py:352:9: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/pep8.py:353:9: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:353:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:371:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:371:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:393:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:393:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:397:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:397:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:400:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:400:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:402:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:402:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:405:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:405:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:408:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:408:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:416:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:416:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:435:20: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:435:20: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:454:29: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:454:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:457:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:457:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:466:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:466:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:468:32: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:468:32: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:472:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:472:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:478:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:478:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:487:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:487:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:493:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:493:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:499:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:499:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:501:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:501:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:508:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:508:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:514:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:514:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:516:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:516:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:522:13: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:522:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:524:9: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:524:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:567:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:567:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:577:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:577:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:581:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:581:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:590:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:590:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:593:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:593:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:597:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:597:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:659:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:659:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:675:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:675:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:677:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:677:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:685:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:685:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:687:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:687:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:690:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:690:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:692:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:692:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:702:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:702:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:707:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:707:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:713:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:713:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:715:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:715:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:725:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:725:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/parser.py:77:22: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/parser.py:77:22: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/parser.py:136:25: note: Type is "def (token: Untyped) -> None"
+ parso/python/parser.py:136:25: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/python/parser.py:159:12: note: Type is "def (start_index: Untyped) -> None"
+ parso/python/parser.py:159:12: note: Type is "_NamedCallable & (start_index: Untyped) -> None"
- parso/python/parser.py:166:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/parser.py:166:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/parser.py:199:21: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/parser.py:199:21: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/diff.py:305:17: note: Type is "def (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
+ parso/python/diff.py:305:17: note: Type is "_NamedCallable & (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
- parso/python/diff.py:307:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:307:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:309:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:309:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:324:46: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:324:46: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:350:25: note: Type is "def (old_line: Untyped) -> None"
+ parso/python/diff.py:350:25: note: Type is "_NamedCallable & (old_line: Untyped) -> None"
- parso/python/diff.py:355:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:355:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:414:20: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:414:20: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:417:13: note: Type is "def (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:417:13: note: Type is "_NamedCallable & (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:444:18: note: Type is "def (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
+ parso/python/diff.py:444:18: note: Type is "_NamedCallable & (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
- parso/python/diff.py:453:16: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:453:16: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:553:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:553:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:562:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:562:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:603:16: note: Type is "def (suffix: Untyped) -> None"
+ parso/python/diff.py:603:16: note: Type is "_NamedCallable & (suffix: Untyped) -> None"
- parso/python/diff.py:613:22: note: Type is "def (tree_nodes: Untyped) -> None"
+ parso/python/diff.py:613:22: note: Type is "_NamedCallable & (tree_nodes: Untyped) -> None"
- parso/python/diff.py:633:13: note: Type is "def (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
+ parso/python/diff.py:633:13: note: Type is "_NamedCallable & (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
- parso/python/diff.py:635:13: note: Type is "def (child_node: Untyped) -> None"
+ parso/python/diff.py:635:13: note: Type is "_NamedCallable & (child_node: Untyped) -> None"
- parso/python/diff.py:638:13: note: Type is "def (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:638:13: note: Type is "_NamedCallable & (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:704:9: note: Type is "def (indentation: Untyped) -> None"
+ parso/python/diff.py:704:9: note: Type is "_NamedCallable & (indentation: Untyped) -> None"
- parso/python/diff.py:706:70: note: Type is "def (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
+ parso/python/diff.py:706:70: note: Type is "_NamedCallable & (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
- parso/python/diff.py:726:22: note: Type is "def (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
+ parso/python/diff.py:726:22: note: Type is "_NamedCallable & (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
- parso/grammar.py:180:16: note: Type is "def (node: Untyped, normalizer_config: Untyped =) -> None"
+ parso/grammar.py:180:16: note: Type is "_NamedCallable & (node: Untyped, normalizer_config: Untyped =) -> None"
- parso/grammar.py:183:16: note: Type is "def (node: Untyped) -> None"
+ parso/grammar.py:183:16: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/grammar.py:198:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:198:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:202:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:202:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:220:23: error: Expression type contains "Any" (has type "(lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/grammar.py:220:23: error: Expression type contains "Any" (has type "_NamedCallable & (lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/grammar.py:259:20: note: Type is "def (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
+ parso/grammar.py:259:20: note: Type is "_NamedCallable & (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
pyjwt (https://github.com/jpadilla/pyjwt)
- jwt/algorithms.py:167:5: error: Type of decorated function contains type "Any" ("(self: Algorithm, key: Any) -> Any") [no-any-decorated]
+ jwt/algorithms.py:167:5: error: Type of decorated function contains type "Any" ("def (self: Algorithm, key: Any) -> Any") [no-any-decorated]
- jwt/algorithms.py:174:5: error: Type of decorated function contains type "Any" ("(self: Algorithm, msg: bytes, key: Any) -> bytes") [no-any-decorated]
+ jwt/algorithms.py:174:5: error: Type of decorated function contains type "Any" ("def (self: Algorithm, msg: bytes, key: Any) -> bytes") [no-any-decorated]
- jwt/algorithms.py:181:5: error: Type of decorated function contains type "Any" ("(self: Algorithm, msg: bytes, key: Any, sig: bytes) -> bool") [no-any-decorated]
+ jwt/algorithms.py:181:5: error: Type of decorated function contains type "Any" ("def (self: Algorithm, msg: bytes, key: Any, sig: bytes) -> bool") [no-any-decorated]
+ jwt/algorithms.py: note: In class "HMACAlgorithm":
+ jwt/algorithms.py:248:37: error: Assigning a "FunctionType" on the class will become a "MethodType" [callable-functiontype]
+ jwt/algorithms.py:248:37: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ jwt/algorithms.py:249:37: error: Assigning a "FunctionType" on the class will become a "MethodType" [callable-functiontype]
+ jwt/algorithms.py:250:37: error: Assigning a "FunctionType" on the class will become a "MethodType" [callable-functiontype]
- jwt/api_jws.py:186:46: note: Type is "def () -> _collections_abc.dict_keys[str, Untyped]"
+ jwt/api_jws.py:186:46: note: Type is "_NamedCallable & () -> _collections_abc.dict_keys[str, Untyped]"
- jwt/api_jws.py:231:46: note: Type is "def () -> _collections_abc.dict_keys[str, Untyped]"
+ jwt/api_jws.py:231:46: note: Type is "_NamedCallable & () -> _collections_abc.dict_keys[str, Untyped]"
- jwt/api_jws.py:234:19: note: Type is "def (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
+ jwt/api_jws.py:234:19: note: Type is "_NamedCallable & (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
- jwt/api_jws.py:329:10: error: Expression type contains "Any" (has type "(payload: bytes, key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., is_payload_detached: bool=..., sort_headers: bool=...) -> str") [no-any-expr]
+ jwt/api_jws.py:329:10: error: Expression type contains "Any" (has type "_NamedCallable & (payload: bytes, key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., is_payload_detached: bool=..., sort_headers: bool=...) -> str") [no-any-expr]
- jwt/api_jws.py:330:19: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> dict[str, Any]") [no-any-expr]
+ jwt/api_jws.py:330:19: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> dict[str, Any]") [no-any-expr]
- jwt/api_jws.py:331:10: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> Any") [no-any-expr]
+ jwt/api_jws.py:331:10: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> Any") [no-any-expr]
- jwt/api_jws.py:335:25: error: Expression type contains "Any" (has type "(jwt: str | bytes) -> dict[str, Any]") [no-any-expr]
+ jwt/api_jws.py:335:25: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes) -> dict[str, Any]") [no-any-expr]
- jwt/api_jwt.py:152:19: note: Type is "def (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
+ jwt/api_jwt.py:152:19: note: Type is "_NamedCallable & (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
- jwt/api_jwt.py:163:9: note: Type is "def (payload: dict[str, Any], options: dict[str, Any], audience: Untyped =, issuer: Untyped =, leeway: float | datetime.timedelta =) -> None"
+ jwt/api_jwt.py:163:9: note: Type is "_NamedCallable & (payload: dict[str, Any], options: dict[str, Any], audience: Untyped =, issuer: Untyped =, leeway: float | datetime.timedelta =) -> None"
- jwt/api_jwt.py:375:10: error: Expression type contains "Any" (has type "(payload: dict[str, Any], key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., sort_headers: bool=...) -> str") [no-any-expr]
+ jwt/api_jwt.py:375:10: error: Expression type contains "Any" (has type "_NamedCallable & (payload: dict[str, Any], key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., sort_headers: bool=...) -> str") [no-any-expr]
- jwt/api_jwt.py:376:19: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> dict[str, Any]") [no-any-expr]
+ jwt/api_jwt.py:376:19: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> dict[str, Any]") [no-any-expr]
- jwt/api_jwt.py:377:10: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> Any") [no-any-expr]
+ jwt/api_jwt.py:377:10: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> Any") [no-any-expr]
- jwt/jwks_client.py:48: error: "type: ignore" comment without error code (consider "type: ignore[method-assign]" instead) [ignore-without-code]
+ jwt/jwks_client.py:48: error: "type: ignore" comment without error code (consider "type: ignore[assignment, method-assign]" instead) [ignore-without-code]
dulwich (https://github.com/dulwich/dulwich)
- dulwich/mailmap.py:70:17: note: Type is "def (canonical_identity: Untyped, from_identity: Untyped =) -> None"
+ dulwich/mailmap.py:70:17: note: Type is "_NamedCallable & (canonical_identity: Untyped, from_identity: Untyped =) -> None"
- dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("(cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
+ dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("def (cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
- dulwich/lru_cache.py:82:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:82:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:291:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:291:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:402:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:402:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
+ dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("def (cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
- dulwich/lfs.py:41:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], repo: Untyped, create: bool=...) -> None") [no-any-decorated]```</details>
... (truncated 31914 lines) ... |
Diff from mypy_primer, showing the effect of this PR on open source code: aioredis (https://github.com/aio-libs/aioredis)
- aioredis/utils.py:28:12: note: Type is "def (url: str, **kwargs: Untyped) -> None"
+ aioredis/utils.py:28:12: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> None"
- aioredis/connection.py:698:35: note: Type is "def (exception: Untyped) -> None"
+ aioredis/connection.py:698:35: note: Type is "_NamedCallable & (exception: Untyped) -> None"
- aioredis/connection.py:767:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:767:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:776:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:776:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:784:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:784:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:790:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:790:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:823:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:823:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:829:27: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:829:27: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("[_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
+ aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("def [_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
- aioredis/connection.py:1559:17: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1559:17: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/connection.py:1604:36: note: Type is "def () -> typing.Coroutine[Any, Any, Untyped]"
+ aioredis/connection.py:1604:36: note: Type is "_NamedCallable & () -> typing.Coroutine[Any, Any, Untyped]"
- aioredis/connection.py:1647:13: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1647:13: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/client.py:363:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:363:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:365:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:365:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:374:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:374:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Untyped") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Untyped") [no-any-expr]
- aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:11: error: list comprehension has incompatible type list[(...) -> Untyped]; expected list[def (x: Untyped) -> Any] [misc]
- aioredis/client.py:537:22: error: Expression type contains "Any" (has type "(fv: ((x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
+ aioredis/client.py:537:22: error: Expression type contains "Any" (has type "def (fv: (def (x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
- aioredis/client.py:537:33: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:33: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:39: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:39: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[((x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
+ aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[(def (x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:586:13: note: Type is "def (Any (unannotated)) -> None"
+ aioredis/client.py:586:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:673:13: error: Expression type contains "Any" (has type "(r: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:673:13: error: Expression type contains "Any" (has type "def (r: Untyped) -> int") [no-any-expr]
- aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:675:39: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:675:39: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:676:57: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:676:57: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:680:13: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:680:13: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:682:46: error: Expression type contains "Any" (has type "(r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
+ aioredis/client.py:682:46: error: Expression type contains "Any" (has type "def (r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
- aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:684:45: error: Expression type contains "Any" (has type "(r: Untyped) -> set[Any]") [no-any-expr]
+ aioredis/client.py:684:45: error: Expression type contains "Any" (has type "def (r: Untyped) -> set[Any]") [no-any-expr]
- aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:688:13: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:688:13: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:691:34: error: Expression type contains "Any" (has type "(r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
+ aioredis/client.py:691:34: error: Expression type contains "Any" (has type "def (r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
- aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:693:49: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:693:49: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:694:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:694:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:695:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:695:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:696:54: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:696:54: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:697:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:697:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:700:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:700:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:701:21: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:701:21: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:702:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:702:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:703:20: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:703:20: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:704:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:704:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:705:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:705:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:706:22: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:706:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:710:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:710:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:711:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:711:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:712:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:712:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:713:27: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:713:27: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:714:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:714:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:715:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:715:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:716:42: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:716:42: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:717:36: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:717:36: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:718:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:718:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:719:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:719:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:720:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:720:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:721:25: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:721:25: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:722:28: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:722:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:723:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:723:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:724:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:724:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:725:30: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:725:30: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:726:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:726:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:727:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:727:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:728:37: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:728:37: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:729:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:729:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:730:27: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:730:27: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:731:23: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:731:23: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:732:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:732:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:733:23: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:733:23: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:734:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:734:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:735:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:735:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
+ aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
- aioredis/client.py:736:19: error: Expression type contains "Any" (has type "(r: Untyped) -> list[(float, float) | None]") [no-any-expr]
+ aioredis/client.py:736:19: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[(float, float) | None]") [no-any-expr]
- aioredis/client.py:737:17: error: Expression type contains "Any" (has type "(ll: Any) -> (float, float) | None") [no-any-expr]
+ aioredis/client.py:737:17: error: Expression type contains "Any" (has type "def (ll: Any) -> (float, float) | None") [no-any-expr]
- aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:739:22: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:739:22: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:740:30: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:740:30: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> dict[Any, Any])") [no-any-expr]
+ aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> dict[Any, Any])") [no-any-expr]
- aioredis/client.py:741:20: error: Expression type contains "Any" (has type "(r: Untyped) -> dict[Any, Any]") [no-any-expr]
+ aioredis/client.py:741:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> dict[Any, Any]") [no-any-expr]
- aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:742:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:742:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:743:17: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:743:17: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:744:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:744:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:745:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:745:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:746:25: error: Expression type contains "Any" (has type "(response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:746:25: error: Expression type contains "Any" (has type "def (response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:747:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:747:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:748:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:748:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:749:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:749:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[None])") [no-any-expr]
+ aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[None])") [no-any-expr]
- aioredis/client.py:750:24: error: Expression type contains "Any" (has type "(r: Untyped) -> list[None]") [no-any-expr]
+ aioredis/client.py:750:24: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[None]") [no-any-expr]
- aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:751:19: error: Expression type contains "Any" (has type "(response: Untyped, infotype: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:751:19: error: Expression type contains "Any" (has type "def (response: Untyped, infotype: Untyped) -> None") [no-any-expr]
- aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:752:17: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:752:17: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:753:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:753:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | None)") [no-any-expr]
+ aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | None)") [no-any-expr]
- aioredis/client.py:754:22: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | None") [no-any-expr]
+ aioredis/client.py:754:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | None") [no-any-expr]
- aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:755:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:755:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[bool])") [no-any-expr]
+ aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[bool])") [no-any-expr]
- aioredis/client.py:756:26: error: Expression type contains "Any" (has type "(r: Untyped) -> list[bool]") [no-any-expr]
+ aioredis/client.py:756:26: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[bool]") [no-any-expr]
- aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:757:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:757:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:758:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:758:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:760:45: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:760:45: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:761:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:761:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:762:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:762:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:763:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:763:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:764:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:764:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:765:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:765:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:766:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:766:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:767:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:767:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | bool)") [no-any-expr]
+ aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | bool)") [no-any-expr]
- aioredis/client.py:768:16: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | bool") [no-any-expr]
+ aioredis/client.py:768:16: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | bool") [no-any-expr]
- aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:769:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:769:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:771:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:771:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:772:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:772:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> (int, int))") [no-any-expr]
+ aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> (int, int))") [no-any-expr]
- aioredis/client.py:773:17: error: Expression type contains "Any" (has type "(x: Untyped) -> (int, int)") [no-any-expr]
+ aioredis/client.py:773:17: error: Expression type contains "Any" (has type "def (x: Untyped) -> (int, int)") [no-any-expr]
- aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:774:19: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:774:19: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:775:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:775:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:778:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:778:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:779:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:779:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:780:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:780:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:781:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:781:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:782:21: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:782:21: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:783:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:783:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:784:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:784:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("(cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
+ aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("def (cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
- aioredis/client.py:830:27: note: Type is "def (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
+ aioredis/client.py:830:27: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
- aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:931:37: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:931:37: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1101:41: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1101:41: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1104:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1104:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1110:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1110:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1144:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1144:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1148:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1148:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1152:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1152:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1160:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1160:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1164:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1164:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1178:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1178:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1186:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1186:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1195:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1195:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1204:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1204:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1368:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1368:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1372:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1372:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1376:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1376:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1380:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1380:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1387:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1387:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1391:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1391:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1432:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1432:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1446:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1446:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1447:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1447:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1451:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1451:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1455:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1455:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1459:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1459:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1471:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1471:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1480:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1480:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1484:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1484:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1488:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1488:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1492:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1492:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1496:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1496:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1500:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1500:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1504:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1504:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1508:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1508:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1512:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1512:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1516:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1516:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1528:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1528:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1540:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1540:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1544:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1544:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1557:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1557:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1559:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1559:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1566:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1566:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1609:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1609:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1615:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1615:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1619:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1619:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1633:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1633:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1637:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1637:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1641:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1641:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1648:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1648:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1652:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1652:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1656:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1656:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1660:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1660:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1664:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1664:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1668:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1668:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1672:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1672:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1676:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1676:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1680:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1680:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
... (truncated 438 lines) ...
parso (https://github.com/davidhalter/parso)
- parso/normalizer.py:22:37: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:22:37: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:23:38: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:23:38: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:35:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:35:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:36:17: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:36:17: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:44:20: note: Type is "def (leaf: Untyped) -> None"
+ parso/normalizer.py:44:20: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/normalizer.py:46:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/normalizer.py:46:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/normalizer.py:47:32: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:47:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "(self: Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "def (self: Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "(self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("(self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("def (self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/normalizer.py:51:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:51:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:59:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:59:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:75:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/normalizer.py:75:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("(cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
+ parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("def (cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
- parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "(rule_cls: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "def (rule_cls: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:139:20: note: Type is "def (Untyped) -> None"
+ parso/normalizer.py:139:20: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/normalizer.py:174:19: note: Type is "def (message: Untyped, node: Untyped) -> None"
+ parso/normalizer.py:174:19: note: Type is "_NamedCallable & (message: Untyped, node: Untyped) -> None"
- parso/normalizer.py:179:12: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:179:12: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/tree.py:406:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/tree.py:406:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "(*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "def (*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/python/tokenize.py:604:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:604:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/tokenize.py:609:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:609:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/errors.py:225:13: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:225:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:277:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:277:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:279:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:279:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:281:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:281:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:291:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:291:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:292:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:292:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:318:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:318:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "(self: _Context, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "def (self: _Context, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "(self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("(self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("def (self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:368:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:368:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:370:9: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/errors.py:370:9: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:403:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:403:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "(self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "def (self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "(self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("(self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("def (self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:412:9: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:412:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:415:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:415:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:417:21: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:417:21: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:423:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:423:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:432:13: note: Type is "def (child_context: Untyped) -> None"
+ parso/python/errors.py:432:13: note: Type is "_NamedCallable & (child_context: Untyped) -> None"
- parso/python/errors.py:445:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:445:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:465:17: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:465:17: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:470:32: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:470:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:476:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:476:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:479:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:479:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:491:36: note: Type is "def () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
+ parso/python/errors.py:491:36: note: Type is "_NamedCallable & () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
- parso/python/errors.py:492:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:492:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:503:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:503:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:533:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:533:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:553:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:553:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:565:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:565:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:577:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:577:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:594:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:594:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:600:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:600:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:612:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:612:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:624:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:624:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:655:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:655:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:657:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:657:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:660:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:660:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:673:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:673:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:686:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:686:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:687:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:687:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:697:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:697:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:697:28: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/errors.py:697:28: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/errors.py:704:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:704:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:716:26: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:716:26: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:718:34: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:718:34: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:722:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:722:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:732:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:732:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:740:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:740:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:764:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:764:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:785:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:785:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:798:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:798:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:801:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:801:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:833:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:833:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:867:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:867:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:870:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:870:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:890:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:890:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:896:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:896:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:904:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:904:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:933:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:933:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:944:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:944:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:946:29: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:946:29: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:951:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:951:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:955:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:955:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:958:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:958:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:959:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:959:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:977:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:977:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:991:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:991:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1003:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1003:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1006:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1006:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1014:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1014:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1018:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1018:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1022:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1022:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1032:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1032:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1036:13: note: Type is "def (format_spec: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1036:13: note: Type is "_NamedCallable & (format_spec: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1039:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1039:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1044:17: note: Type is "def (fstring_expr: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1044:17: note: Type is "_NamedCallable & (fstring_expr: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1096:29: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1096:29: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1098:25: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1098:25: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1119:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1119:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1147:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1147:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1160:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1160:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1169:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1169:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1171:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1171:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1179:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1179:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1182:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1182:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1189:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1189:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1195:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1195:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1206:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1206:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1222:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1222:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1230:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1230:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1233:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1233:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1236:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1236:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1242:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1242:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1245:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1245:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1249:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1249:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1252:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1252:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1258:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1258:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1261:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1261:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1293:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:1293:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:1326:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1326:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/pgen2/grammar_parser.py:56:39: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:56:39: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:57:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:57:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:60:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:60:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:75:17: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:75:17: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:100:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:100:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:125:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:125:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:131:13: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:131:13: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:135:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:135:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:140:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:140:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:143:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:143:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/python/tree.py:339:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:339:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:345:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:345:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:351:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:351:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@next], /) -> _T@next
+ parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@_as_builtin], /) -> _T@_as_builtin
- parso/python/tree.py:1021:17: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1021:17: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1025:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1025:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1028:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1028:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1031:9: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1031:9: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1197:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/python/tree.py:1197:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/pgen2/generator.py:103:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:103:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:116:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:116:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:201:47: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:201:47: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/pgen2/generator.py:210:13: note: Type is "def (next_: Untyped, label: Untyped) -> None"
+ parso/pgen2/generator.py:210:13: note: Type is "_NamedCallable & (next_: Untyped, label: Untyped) -> None"
- parso/pgen2/generator.py:265:30: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:265:30: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/parser.py:129:13: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:129:13: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:144:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:144:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/parser.py:186:21: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:186:21: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:194:13: note: Type is "def (Untyped) -> None"
+ parso/parser.py:194:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/parser.py:196:16: note: Type is "def (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
+ parso/parser.py:196:16: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
- parso/parser.py:200:15: note: Type is "def (typing_extensions.SupportsIndex =) -> Untyped"
+ parso/parser.py:200:15: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Untyped"
- parso/parser.py:208:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:208:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:178:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/pep8.py:178:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:189:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:189:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:196:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:196:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:202:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:202:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:213:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:213:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:221:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:221:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:247:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:247:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:285:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:285:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:338:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:338:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:350:13: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:350:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:352:9: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/pep8.py:352:9: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/pep8.py:353:9: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:353:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:371:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:371:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:393:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:393:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:397:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:397:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:400:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:400:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:402:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:402:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:405:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:405:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:408:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:408:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:416:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:416:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:435:20: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:435:20: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:454:29: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:454:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:457:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:457:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:466:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:466:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:468:32: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:468:32: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:472:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:472:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:478:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:478:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:487:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:487:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:493:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:493:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:499:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:499:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:501:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:501:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:508:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:508:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:514:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:514:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:516:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:516:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:522:13: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:522:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:524:9: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:524:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:567:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:567:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:577:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:577:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:581:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:581:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:590:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:590:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:593:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:593:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:597:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:597:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:659:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:659:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:675:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:675:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:677:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:677:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:685:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:685:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:687:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:687:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:690:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:690:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:692:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:692:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:702:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:702:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:707:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:707:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:713:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:713:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:715:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:715:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:725:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:725:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/parser.py:77:22: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/parser.py:77:22: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/parser.py:136:25: note: Type is "def (token: Untyped) -> None"
+ parso/python/parser.py:136:25: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/python/parser.py:159:12: note: Type is "def (start_index: Untyped) -> None"
+ parso/python/parser.py:159:12: note: Type is "_NamedCallable & (start_index: Untyped) -> None"
- parso/python/parser.py:166:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/parser.py:166:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/parser.py:199:21: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/parser.py:199:21: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/diff.py:305:17: note: Type is "def (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
+ parso/python/diff.py:305:17: note: Type is "_NamedCallable & (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
- parso/python/diff.py:307:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:307:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:309:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:309:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:324:46: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:324:46: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:350:25: note: Type is "def (old_line: Untyped) -> None"
+ parso/python/diff.py:350:25: note: Type is "_NamedCallable & (old_line: Untyped) -> None"
- parso/python/diff.py:355:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:355:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:414:20: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:414:20: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:417:13: note: Type is "def (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:417:13: note: Type is "_NamedCallable & (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:444:18: note: Type is "def (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
+ parso/python/diff.py:444:18: note: Type is "_NamedCallable & (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
- parso/python/diff.py:453:16: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:453:16: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:553:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:553:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:562:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:562:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:603:16: note: Type is "def (suffix: Untyped) -> None"
+ parso/python/diff.py:603:16: note: Type is "_NamedCallable & (suffix: Untyped) -> None"
- parso/python/diff.py:613:22: note: Type is "def (tree_nodes: Untyped) -> None"
+ parso/python/diff.py:613:22: note: Type is "_NamedCallable & (tree_nodes: Untyped) -> None"
- parso/python/diff.py:633:13: note: Type is "def (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
+ parso/python/diff.py:633:13: note: Type is "_NamedCallable & (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
- parso/python/diff.py:635:13: note: Type is "def (child_node: Untyped) -> None"
+ parso/python/diff.py:635:13: note: Type is "_NamedCallable & (child_node: Untyped) -> None"
- parso/python/diff.py:638:13: note: Type is "def (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:638:13: note: Type is "_NamedCallable & (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:704:9: note: Type is "def (indentation: Untyped) -> None"
+ parso/python/diff.py:704:9: note: Type is "_NamedCallable & (indentation: Untyped) -> None"
- parso/python/diff.py:706:70: note: Type is "def (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
+ parso/python/diff.py:706:70: note: Type is "_NamedCallable & (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
- parso/python/diff.py:726:22: note: Type is "def (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
+ parso/python/diff.py:726:22: note: Type is "_NamedCallable & (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
- parso/grammar.py:180:16: note: Type is "def (node: Untyped, normalizer_config: Untyped =) -> None"
+ parso/grammar.py:180:16: note: Type is "_NamedCallable & (node: Untyped, normalizer_config: Untyped =) -> None"
- parso/grammar.py:183:16: note: Type is "def (node: Untyped) -> None"
+ parso/grammar.py:183:16: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/grammar.py:198:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:198:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:202:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:202:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:220:23: error: Expression type contains "Any" (has type "(lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/grammar.py:220:23: error: Expression type contains "Any" (has type "_NamedCallable & (lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/grammar.py:259:20: note: Type is "def (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
+ parso/grammar.py:259:20: note: Type is "_NamedCallable & (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
git-revise (https://github.com/mystor/git-revise)
- gitrevise/odb.py:390:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:390:16: note: Type is "_NamedCallable & (int =) -> Untyped"
- gitrevise/odb.py:406:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:406:16: note: Type is "_NamedCallable & (int =) -> Untyped"
pycryptodome (https://github.com/Legrandin/pycryptodome)
- lib/Crypto/SelfTest/loader.py:88:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/loader.py:88:13: note: Type is "_NamedCallable & (Untyped) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "(population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "_NamedCallable & (population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "((data: Untyped) -> None, (data: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(def (data: Untyped) -> None, def (data: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "def (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "_NamedCallable & (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "(obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "def (obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "def (bits: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "_NamedCallable & (bits: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
... (truncated 906 lines) ...
attrs (https://github.com/python-attrs/attrs)
- tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
- tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
CPython (cases_generator) (https://github.com/python/cpython)
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:151:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:151:6: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ Tools/cases_generator/parsing.py: note: In member "definition" of class "Parser":
+ Tools/cases_generator/parsing.py:153:21: error: Too few arguments for "macro_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:155:22: error: Too few arguments for "family_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:157:22: error: Too few arguments for "pseudo_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:159:20: error: Too few arguments for "inst_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:163:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inst_def" of class "Parser":
+ Tools/cases_generator/parsing.py:165:19: error: Too few arguments for "inst_header" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:166:25: error: Too few arguments for "block" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:178:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inputs" of class "Parser":
+ Tools/cases_generator/parsing.py:218:19: error: Too few arguments for "input" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:229:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "input" of class "Parser":
+ Tools/cases_generator/parsing.py:231:16: error: Too few arguments for "cache_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:231:39: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In member "outputs" of class "Parser":
+ Tools/cases_generator/parsing.py:236:20: error: Too few arguments for "output" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:246:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "output" of class "Parser":
+ Tools/cases_generator/parsing.py:248:16: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:250:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:264:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "stack_effect" of class "Parser":
+ Tools/cases_generator/parsing.py:277:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:285:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:293:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:318:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:324:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "uops" of class "Parser":
+ Tools/cases_generator/parsing.py:338:19: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:342:27: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:350:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:368:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:407:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:444:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: At top level:
+ Tools/cases_generator/parsing.py:483:9: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:483:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-arg for more info
+ Tools/cases_generator/parser.py: note: In function "parse_files":
+ Tools/cases_generator/parser.py:58:23: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parser.py: note: At top level:
dulwich (https://github.com/dulwich/dulwich)
- dulwich/mailmap.py:70:17: note: Type is "def (canonical_identity: Untyped, from_identity: Untyped =) -> None"
+ dulwich/mailmap.py:70:17: note: Type is "_NamedCallable & (canonical_identity: Untyped, from_identity: Untyped =) -> None"
- dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("(cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
+ dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("def (cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
- dulwich/lru_cache.py:82:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:82:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:291:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:291:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:402:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:402:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
+ dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("def (cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
- dulwich/lfs.py:41:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], repo: Untyped, create: bool=...) -> None") [no-any-decorated]
+ dulwich/lfs.py:41:5: error: Type of decorated function contains type "Any" ("def (cls: type[LFSStore], repo: Untyped, create: bool=...) -> None") [no-any-decorated]
- dulwich/lfs.py:44:20: note: Type is "def (lfs_dir: Untyped) -> None"
+ dulwich/lfs.py:44:20: note: Type is "_NamedCallable & (lfs_dir: Untyped) -> None"
- dulwich/lfs.py:53:25: note: Type is "def (sha: Untyped) -> None"
+ dulwich/lfs.py:53:25: note: Type is "_NamedCallable & (sha: Untyped) -> None"
- dulwich/lfs.py:70:16: note: Type is "def (sha: Untyped) -> None"
+ dulwich/lfs.py:70:16: note: Type is "_NamedCallable & (sha: Untyped) -> None"
- dulwich/protocol.py:247:9: note: Type is "def (data: Untyped) -> None"
+ dulwich/protocol.py:247:9: note: Type is "_NamedCallable & (data: Untyped) -> None"
- dulwich/protocol.py:303:13: note: Type is "def (line: Untyped) -> None"
+ dulwich/protocol.py:303:13: note: Type is "_NamedCallable & (line: Untyped) -> None"
- dulwich/protocol.py:315:9: note: Type is "def (line: Untyped) -> None"
+ dulwich/protocol.py:315:9: note: Type is "_NamedCallable & (line: Untyped) -> None"
- dulwich/protocol.py:346:26: error: Expression type contains "Any" (has type "(size: Untyped) -> None") [no-any-expr]
+ dulwich/protocol.py:346:26: error: Expression type contains "Any" (has type "_NamedCallable & (size: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:42:35: error: Expression type contains "Any" (has type "(*args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:42:35: error: Expression type contains "Any" (has type "_NamedCallable & (*args: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:159:46: error: Expression type contains "Any" (has type "(*args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:159:46: error: Expression type contains "Any" (has type "def (*args: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:159:59: error: Expression type contains "Any" (has type "(success: Untyped, *args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:159:59: error: Expression type contains "Any" (has type "def (success: Untyped, *args: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:71:5: note: Type is "def (item: Untyped) -> None"
+ dulwich/graph.py:71:5: note: Type is "_NamedCallable & (item: Untyped) -> None"
- dulwich/graph.py:75:9: note: Type is "def (item: Untyped) -> None"
+ dulwich/graph.py:75:9: note: Type is "_NamedCallable & (item: Untyped) -> None"
- dulwich/graph.py:112:22: error: Expression type contains "Any" (has type "(x: (Any (unannotated), Any (unannotated))) -> Any (unannotated)") [no-any-expr]
+ dulwich/graph.py:112:22: error: Expression type contains "Any" (has type "def (x: (Any (unannotated), Any (unannotated))) -> Any (unannotated)") [no-any-expr]
- dulwich/graph.py:150:23: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:150:23: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:150:48: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:150:48: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:187:30: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:187:30: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:187:57: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:187:57: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:188:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ dulwich/graph.py:188:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- dulwich/graph.py:221:23: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:221:23: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:221:49: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:221:49: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:183:21: error: Expression type contains "Any" (has type "(obj: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:183:21: error: Expression type contains "Any" (has type "def (obj: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:183:26: error: Expression type contains "Any" (has type "(obj: Untyped, value: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:183:26: error: Expression type contains "Any" (has type "def (obj: Untyped, value: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:387:5: error: Type of decorated function contains type "Any" ("(magic: Untyped, f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:387:5: error: Type of decorated function contains type "Any" ("def (magic: Untyped, f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:415:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:415:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:421:19: note: Type is "def (magic: Untyped, f: typing.BinaryIO) -> dulwich.objects.ShaFile"
+ dulwich/objects.py:421:19: note: Type is "_NamedCallable & (magic: Untyped, f: typing.BinaryIO) -> dulwich.objects.ShaFile"
- dulwich/objects.py:422:13: note: Type is "def (map: Untyped) -> None"
+ dulwich/objects.py:422:13: note: Type is "_NamedCallable & (map: Untyped) -> None"
- dulwich/objects.py:424:19: note: Type is "def (magic: Untyped, f: Untyped) -> None"
+ dulwich/objects.py:424:19: note: Type is "_NamedCallable & (magic: Untyped, f: Untyped) -> None"
- dulwich/objects.py:425:13: note: Type is "def (map: Untyped) -> None"
+ dulwich/objects.py:425:13: note: Type is "_NamedCallable & (map: Untyped) -> None"
- dulwich/objects.py:441:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], path: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:441:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], path: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:444:20: note: Type is "def (f: Untyped) -> None"
+ dulwich/objects.py:444:20: note: Type is "_NamedCallable & (f: Untyped) -> None"
- dulwich/objects.py:447:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:447:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:450:19: note: Type is "def (f: Untyped) -> None"
+ dulwich/objects.py:450:19: note: Type is "_NamedCallable & (f: Untyped) -> None"
- dulwich/objects.py:457:5: error: Type of decorated function contains type "Any" ("(type_num: Untyped, string: Untyped, sha: Untyped=...) -> None") [no-any-decorated]
+ dulwich/objects.py:457:5: error: Type of decorated function contains type "Any" ("def (type_num: Untyped, string: Untyped, sha: Untyped=...) -> None") [no-any-decorated]
- dulwich/objects.py:491:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], string: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:491:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], string: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:555:16: note: Type is "def (type_num: Untyped, string: Untyped, sha: Untyped =) -> None"
+ dulwich/objects.py:555:16: note: Type is "_NamedCallable & (type_num: Untyped, string: Untyped, sha: Untyped =) -> None"
- dulwich/objects.py:608:20: error: Expression type contains "Any" (has type "(self: Blob, data: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:608:20: error: Expression type contains "Any" (has type "def (self: Blob, data: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:630:5: error: Type of decorated function contains type "Any" ("(cls: type[Blob], path: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:630:5: error: Type of decorated function contains type "Any" ("def (cls: type[Blob], path: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:631:16: note: Type is "def (path: Untyped) -> None"
+ dulwich/objects.py:631:16: note: Type is "_NamedCallable & (path: Untyped) -> None"
- dulwich/objects.py:768:5: error: Type of decorated function contains type "Any" ("(cls: type[Tag], filename: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:768:5: error: Type of decorated function contains type "Any" ("def (cls: type[Tag], filename: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:769:15: note: Type is "def (path: Untyped) -> None"
+ dulwich/objects.py:769:15: note: Type is "_NamedCallable & (path: Untyped) -> None"
- dulwich/objects.py:782:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:782:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:783:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:783:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:784:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:784:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"```</details>
... (truncated 30523 lines) ... |
Diff from mypy_primer, showing the effect of this PR on open source code: CPython (cases_generator) (https://github.com/python/cpython)
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:151:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:151:6: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ Tools/cases_generator/parsing.py: note: In member "definition" of class "Parser":
+ Tools/cases_generator/parsing.py:153:21: error: Too few arguments for "macro_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:155:22: error: Too few arguments for "family_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:157:22: error: Too few arguments for "pseudo_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:159:20: error: Too few arguments for "inst_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:163:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inst_def" of class "Parser":
+ Tools/cases_generator/parsing.py:165:19: error: Too few arguments for "inst_header" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:166:25: error: Too few arguments for "block" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:178:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inputs" of class "Parser":
+ Tools/cases_generator/parsing.py:218:19: error: Too few arguments for "input" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:229:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "input" of class "Parser":
+ Tools/cases_generator/parsing.py:231:16: error: Too few arguments for "cache_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:231:39: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In member "outputs" of class "Parser":
+ Tools/cases_generator/parsing.py:236:20: error: Too few arguments for "output" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:246:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "output" of class "Parser":
+ Tools/cases_generator/parsing.py:248:16: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:250:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:264:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "stack_effect" of class "Parser":
+ Tools/cases_generator/parsing.py:277:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:285:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:293:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:318:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:324:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "uops" of class "Parser":
+ Tools/cases_generator/parsing.py:338:19: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:342:27: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:350:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:368:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:407:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:444:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: At top level:
+ Tools/cases_generator/parsing.py:483:9: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:483:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-arg for more info
+ Tools/cases_generator/parser.py: note: In function "parse_files":
+ Tools/cases_generator/parser.py:58:23: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parser.py: note: At top level:
git-revise (https://github.com/mystor/git-revise)
- gitrevise/odb.py:390:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:390:16: note: Type is "_NamedCallable & (int =) -> Untyped"
- gitrevise/odb.py:406:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:406:16: note: Type is "_NamedCallable & (int =) -> Untyped"
attrs (https://github.com/python-attrs/attrs)
- tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
- tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
aioredis (https://github.com/aio-libs/aioredis)
- aioredis/utils.py:28:12: note: Type is "def (url: str, **kwargs: Untyped) -> None"
+ aioredis/utils.py:28:12: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> None"
- aioredis/connection.py:698:35: note: Type is "def (exception: Untyped) -> None"
+ aioredis/connection.py:698:35: note: Type is "_NamedCallable & (exception: Untyped) -> None"
- aioredis/connection.py:767:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:767:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:776:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:776:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:784:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:784:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:790:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:790:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:823:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:823:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:829:27: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:829:27: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("[_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
+ aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("def [_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
- aioredis/connection.py:1559:17: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1559:17: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/connection.py:1604:36: note: Type is "def () -> typing.Coroutine[Any, Any, Untyped]"
+ aioredis/connection.py:1604:36: note: Type is "_NamedCallable & () -> typing.Coroutine[Any, Any, Untyped]"
- aioredis/connection.py:1647:13: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1647:13: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/client.py:363:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:363:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:365:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:365:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:374:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:374:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Untyped") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Untyped") [no-any-expr]
- aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:11: error: list comprehension has incompatible type list[(...) -> Untyped]; expected list[def (x: Untyped) -> Any] [misc]
- aioredis/client.py:537:22: error: Expression type contains "Any" (has type "(fv: ((x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
+ aioredis/client.py:537:22: error: Expression type contains "Any" (has type "def (fv: (def (x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
- aioredis/client.py:537:33: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:33: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:39: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:39: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[((x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
+ aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[(def (x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:586:13: note: Type is "def (Any (unannotated)) -> None"
+ aioredis/client.py:586:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:673:13: error: Expression type contains "Any" (has type "(r: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:673:13: error: Expression type contains "Any" (has type "def (r: Untyped) -> int") [no-any-expr]
- aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:675:39: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:675:39: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:676:57: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:676:57: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:680:13: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:680:13: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:682:46: error: Expression type contains "Any" (has type "(r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
+ aioredis/client.py:682:46: error: Expression type contains "Any" (has type "def (r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
- aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:684:45: error: Expression type contains "Any" (has type "(r: Untyped) -> set[Any]") [no-any-expr]
+ aioredis/client.py:684:45: error: Expression type contains "Any" (has type "def (r: Untyped) -> set[Any]") [no-any-expr]
- aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:688:13: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:688:13: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:691:34: error: Expression type contains "Any" (has type "(r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
+ aioredis/client.py:691:34: error: Expression type contains "Any" (has type "def (r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
- aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:693:49: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:693:49: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:694:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:694:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:695:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:695:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:696:54: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:696:54: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:697:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:697:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:700:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:700:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:701:21: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:701:21: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:702:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:702:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:703:20: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:703:20: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:704:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:704:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:705:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:705:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:706:22: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:706:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:710:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:710:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:711:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:711:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:712:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:712:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:713:27: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:713:27: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:714:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:714:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:715:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:715:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:716:42: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:716:42: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:717:36: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:717:36: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:718:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:718:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:719:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:719:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:720:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:720:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:721:25: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:721:25: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:722:28: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:722:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:723:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:723:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:724:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:724:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:725:30: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:725:30: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:726:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:726:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:727:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:727:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:728:37: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:728:37: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:729:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:729:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:730:27: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:730:27: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:731:23: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:731:23: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:732:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:732:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:733:23: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:733:23: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:734:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:734:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:735:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:735:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
+ aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
- aioredis/client.py:736:19: error: Expression type contains "Any" (has type "(r: Untyped) -> list[(float, float) | None]") [no-any-expr]
+ aioredis/client.py:736:19: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[(float, float) | None]") [no-any-expr]
- aioredis/client.py:737:17: error: Expression type contains "Any" (has type "(ll: Any) -> (float, float) | None") [no-any-expr]
+ aioredis/client.py:737:17: error: Expression type contains "Any" (has type "def (ll: Any) -> (float, float) | None") [no-any-expr]
- aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:739:22: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:739:22: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:740:30: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:740:30: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> dict[Any, Any])") [no-any-expr]
+ aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> dict[Any, Any])") [no-any-expr]
- aioredis/client.py:741:20: error: Expression type contains "Any" (has type "(r: Untyped) -> dict[Any, Any]") [no-any-expr]
+ aioredis/client.py:741:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> dict[Any, Any]") [no-any-expr]
- aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:742:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:742:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:743:17: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:743:17: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:744:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:744:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:745:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:745:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:746:25: error: Expression type contains "Any" (has type "(response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:746:25: error: Expression type contains "Any" (has type "def (response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:747:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:747:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:748:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:748:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:749:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:749:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[None])") [no-any-expr]
+ aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[None])") [no-any-expr]
- aioredis/client.py:750:24: error: Expression type contains "Any" (has type "(r: Untyped) -> list[None]") [no-any-expr]
+ aioredis/client.py:750:24: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[None]") [no-any-expr]
- aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:751:19: error: Expression type contains "Any" (has type "(response: Untyped, infotype: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:751:19: error: Expression type contains "Any" (has type "def (response: Untyped, infotype: Untyped) -> None") [no-any-expr]
- aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:752:17: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:752:17: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:753:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:753:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | None)") [no-any-expr]
+ aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | None)") [no-any-expr]
- aioredis/client.py:754:22: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | None") [no-any-expr]
+ aioredis/client.py:754:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | None") [no-any-expr]
- aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:755:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:755:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[bool])") [no-any-expr]
+ aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[bool])") [no-any-expr]
- aioredis/client.py:756:26: error: Expression type contains "Any" (has type "(r: Untyped) -> list[bool]") [no-any-expr]
+ aioredis/client.py:756:26: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[bool]") [no-any-expr]
- aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:757:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:757:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:758:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:758:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:760:45: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:760:45: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:761:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:761:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:762:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:762:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:763:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:763:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:764:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:764:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:765:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:765:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:766:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:766:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:767:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:767:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | bool)") [no-any-expr]
+ aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | bool)") [no-any-expr]
- aioredis/client.py:768:16: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | bool") [no-any-expr]
+ aioredis/client.py:768:16: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | bool") [no-any-expr]
- aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:769:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:769:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:771:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:771:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:772:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:772:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> (int, int))") [no-any-expr]
+ aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> (int, int))") [no-any-expr]
- aioredis/client.py:773:17: error: Expression type contains "Any" (has type "(x: Untyped) -> (int, int)") [no-any-expr]
+ aioredis/client.py:773:17: error: Expression type contains "Any" (has type "def (x: Untyped) -> (int, int)") [no-any-expr]
- aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:774:19: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:774:19: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:775:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:775:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:778:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:778:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:779:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:779:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:780:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:780:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:781:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:781:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:782:21: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:782:21: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:783:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:783:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:784:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:784:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("(cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
+ aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("def (cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
- aioredis/client.py:830:27: note: Type is "def (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
+ aioredis/client.py:830:27: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
- aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:931:37: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:931:37: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1101:41: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1101:41: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1104:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1104:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1110:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1110:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1144:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1144:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1148:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1148:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1152:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1152:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1160:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1160:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1164:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1164:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1178:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1178:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1186:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1186:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1195:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1195:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1204:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1204:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1368:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1368:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1372:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1372:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1376:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1376:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1380:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1380:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1387:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1387:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1391:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1391:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1432:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1432:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1446:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1446:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1447:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1447:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1451:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1451:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1455:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1455:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1459:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1459:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1471:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1471:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1480:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1480:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1484:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1484:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1488:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1488:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1492:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1492:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1496:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1496:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1500:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1500:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1504:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1504:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1508:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1508:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1512:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1512:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1516:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1516:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1528:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1528:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1540:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1540:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1544:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1544:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1557:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1557:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1559:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1559:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1566:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1566:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1609:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1609:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1615:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1615:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1619:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1619:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1633:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1633:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1637:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1637:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1641:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1641:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1648:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1648:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1652:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1652:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1656:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1656:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1660:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1660:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1664:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1664:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1668:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1668:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1672:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1672:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1676:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1676:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1680:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1680:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
... (truncated 438 lines) ...
pycryptodome (https://github.com/Legrandin/pycryptodome)
- lib/Crypto/SelfTest/loader.py:88:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/loader.py:88:13: note: Type is "_NamedCallable & (Untyped) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "(population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "_NamedCallable & (population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "((data: Untyped) -> None, (data: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(def (data: Untyped) -> None, def (data: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "def (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "_NamedCallable & (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "(obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "def (obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "def (bits: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "_NamedCallable & (bits: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
... (truncated 906 lines) ...
parso (https://github.com/davidhalter/parso)
- parso/normalizer.py:22:37: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:22:37: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:23:38: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:23:38: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:35:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:35:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:36:17: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:36:17: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:44:20: note: Type is "def (leaf: Untyped) -> None"
+ parso/normalizer.py:44:20: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/normalizer.py:46:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/normalizer.py:46:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/normalizer.py:47:32: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:47:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "(self: Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "def (self: Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "(self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("(self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("def (self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/normalizer.py:51:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:51:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:59:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:59:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:75:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/normalizer.py:75:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("(cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
+ parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("def (cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
- parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "(rule_cls: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "def (rule_cls: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:139:20: note: Type is "def (Untyped) -> None"
+ parso/normalizer.py:139:20: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/normalizer.py:174:19: note: Type is "def (message: Untyped, node: Untyped) -> None"
+ parso/normalizer.py:174:19: note: Type is "_NamedCallable & (message: Untyped, node: Untyped) -> None"
- parso/normalizer.py:179:12: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:179:12: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/tree.py:406:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/tree.py:406:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "(*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "def (*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/python/tokenize.py:604:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:604:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/tokenize.py:609:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:609:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/errors.py:225:13: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:225:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:277:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:277:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:279:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:279:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:281:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:281:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:291:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:291:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:292:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:292:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:318:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:318:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "(self: _Context, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "def (self: _Context, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "(self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("(self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("def (self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:368:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:368:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:370:9: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/errors.py:370:9: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:403:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:403:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "(self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "def (self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "(self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("(self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("def (self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:412:9: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:412:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:415:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:415:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:417:21: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:417:21: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:423:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:423:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:432:13: note: Type is "def (child_context: Untyped) -> None"
+ parso/python/errors.py:432:13: note: Type is "_NamedCallable & (child_context: Untyped) -> None"
- parso/python/errors.py:445:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:445:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:465:17: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:465:17: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:470:32: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:470:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:476:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:476:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:479:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:479:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:491:36: note: Type is "def () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
+ parso/python/errors.py:491:36: note: Type is "_NamedCallable & () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
- parso/python/errors.py:492:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:492:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:503:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:503:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:533:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:533:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:553:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:553:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:565:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:565:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:577:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:577:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:594:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:594:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:600:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:600:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:612:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:612:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:624:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:624:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:655:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:655:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:657:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:657:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:660:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:660:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:673:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:673:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:686:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:686:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:687:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:687:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:697:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:697:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:697:28: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/errors.py:697:28: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/errors.py:704:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:704:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:716:26: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:716:26: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:718:34: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:718:34: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:722:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:722:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:732:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:732:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:740:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:740:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:764:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:764:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:785:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:785:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:798:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:798:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:801:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:801:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:833:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:833:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:867:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:867:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:870:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:870:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:890:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:890:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:896:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:896:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:904:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:904:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:933:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:933:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:944:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:944:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:946:29: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:946:29: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:951:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:951:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:955:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:955:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:958:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:958:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:959:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:959:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:977:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:977:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:991:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:991:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1003:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1003:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1006:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1006:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1014:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1014:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1018:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1018:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1022:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1022:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1032:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1032:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1036:13: note: Type is "def (format_spec: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1036:13: note: Type is "_NamedCallable & (format_spec: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1039:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1039:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1044:17: note: Type is "def (fstring_expr: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1044:17: note: Type is "_NamedCallable & (fstring_expr: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1096:29: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1096:29: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1098:25: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1098:25: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1119:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1119:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1147:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1147:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1160:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1160:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1169:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1169:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1171:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1171:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1179:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1179:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1182:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1182:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1189:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1189:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1195:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1195:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1206:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1206:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1222:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1222:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1230:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1230:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1233:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1233:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1236:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1236:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1242:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1242:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1245:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1245:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1249:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1249:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1252:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1252:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1258:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1258:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1261:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1261:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1293:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:1293:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:1326:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1326:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/pgen2/grammar_parser.py:56:39: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:56:39: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:57:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:57:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:60:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:60:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:75:17: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:75:17: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:100:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:100:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:125:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:125:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:131:13: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:131:13: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:135:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:135:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:140:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:140:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:143:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:143:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/python/tree.py:339:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:339:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:345:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:345:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:351:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:351:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@next], /) -> _T@next
+ parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@_as_builtin], /) -> _T@_as_builtin
- parso/python/tree.py:1021:17: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1021:17: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1025:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1025:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1028:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1028:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1031:9: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1031:9: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1197:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/python/tree.py:1197:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/pgen2/generator.py:103:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:103:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:116:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:116:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:201:47: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:201:47: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/pgen2/generator.py:210:13: note: Type is "def (next_: Untyped, label: Untyped) -> None"
+ parso/pgen2/generator.py:210:13: note: Type is "_NamedCallable & (next_: Untyped, label: Untyped) -> None"
- parso/pgen2/generator.py:265:30: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:265:30: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/parser.py:129:13: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:129:13: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:144:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:144:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/parser.py:186:21: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:186:21: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:194:13: note: Type is "def (Untyped) -> None"
+ parso/parser.py:194:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/parser.py:196:16: note: Type is "def (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
+ parso/parser.py:196:16: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
- parso/parser.py:200:15: note: Type is "def (typing_extensions.SupportsIndex =) -> Untyped"
+ parso/parser.py:200:15: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Untyped"
- parso/parser.py:208:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:208:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:178:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/pep8.py:178:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:189:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:189:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:196:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:196:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:202:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:202:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:213:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:213:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:221:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:221:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:247:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:247:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:285:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:285:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:338:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:338:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:350:13: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:350:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:352:9: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/pep8.py:352:9: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/pep8.py:353:9: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:353:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:371:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:371:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:393:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:393:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:397:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:397:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:400:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:400:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:402:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:402:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:405:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:405:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:408:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:408:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:416:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:416:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:435:20: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:435:20: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:454:29: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:454:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:457:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:457:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:466:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:466:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:468:32: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:468:32: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:472:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:472:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:478:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:478:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:487:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:487:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:493:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:493:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:499:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:499:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:501:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:501:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:508:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:508:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:514:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:514:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:516:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:516:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:522:13: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:522:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:524:9: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:524:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:567:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:567:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:577:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:577:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:581:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:581:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:590:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:590:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:593:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:593:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:597:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:597:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:659:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:659:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:675:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:675:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:677:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:677:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:685:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:685:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:687:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:687:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:690:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:690:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:692:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:692:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:702:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:702:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:707:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:707:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:713:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:713:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:715:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:715:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:725:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:725:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/parser.py:77:22: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/parser.py:77:22: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/parser.py:136:25: note: Type is "def (token: Untyped) -> None"
+ parso/python/parser.py:136:25: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/python/parser.py:159:12: note: Type is "def (start_index: Untyped) -> None"
+ parso/python/parser.py:159:12: note: Type is "_NamedCallable & (start_index: Untyped) -> None"
- parso/python/parser.py:166:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/parser.py:166:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/parser.py:199:21: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/parser.py:199:21: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/diff.py:305:17: note: Type is "def (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
+ parso/python/diff.py:305:17: note: Type is "_NamedCallable & (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
- parso/python/diff.py:307:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:307:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:309:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:309:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:324:46: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:324:46: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:350:25: note: Type is "def (old_line: Untyped) -> None"
+ parso/python/diff.py:350:25: note: Type is "_NamedCallable & (old_line: Untyped) -> None"
- parso/python/diff.py:355:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:355:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:414:20: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:414:20: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:417:13: note: Type is "def (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:417:13: note: Type is "_NamedCallable & (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:444:18: note: Type is "def (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
+ parso/python/diff.py:444:18: note: Type is "_NamedCallable & (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
- parso/python/diff.py:453:16: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:453:16: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:553:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:553:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:562:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:562:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:603:16: note: Type is "def (suffix: Untyped) -> None"
+ parso/python/diff.py:603:16: note: Type is "_NamedCallable & (suffix: Untyped) -> None"
- parso/python/diff.py:613:22: note: Type is "def (tree_nodes: Untyped) -> None"
+ parso/python/diff.py:613:22: note: Type is "_NamedCallable & (tree_nodes: Untyped) -> None"
- parso/python/diff.py:633:13: note: Type is "def (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
+ parso/python/diff.py:633:13: note: Type is "_NamedCallable & (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
- parso/python/diff.py:635:13: note: Type is "def (child_node: Untyped) -> None"
+ parso/python/diff.py:635:13: note: Type is "_NamedCallable & (child_node: Untyped) -> None"
- parso/python/diff.py:638:13: note: Type is "def (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:638:13: note: Type is "_NamedCallable & (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:704:9: note: Type is "def (indentation: Untyped) -> None"
+ parso/python/diff.py:704:9: note: Type is "_NamedCallable & (indentation: Untyped) -> None"
- parso/python/diff.py:706:70: note: Type is "def (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
+ parso/python/diff.py:706:70: note: Type is "_NamedCallable & (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
- parso/python/diff.py:726:22: note: Type is "def (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
+ parso/python/diff.py:726:22: note: Type is "_NamedCallable & (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
- parso/grammar.py:180:16: note: Type is "def (node: Untyped, normalizer_config: Untyped =) -> None"
+ parso/grammar.py:180:16: note: Type is "_NamedCallable & (node: Untyped, normalizer_config: Untyped =) -> None"
- parso/grammar.py:183:16: note: Type is "def (node: Untyped) -> None"
+ parso/grammar.py:183:16: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/grammar.py:198:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:198:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:202:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:202:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:220:23: error: Expression type contains "Any" (has type "(lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/grammar.py:220:23: error: Expression type contains "Any" (has type "_NamedCallable & (lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/grammar.py:259:20: note: Type is "def (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
+ parso/grammar.py:259:20: note: Type is "_NamedCallable & (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
pyjwt (https://github.com/jpadilla/pyjwt)
- jwt/algorithms.py:167:5: error: Type of decorated function contains type "Any" ("(self: Algorithm, key: Any) -> Any") [no-any-decorated]
+ jwt/algorithms.py:167:5: error: Type of decorated function contains type "Any" ("def (self: Algorithm, key: Any) -> Any") [no-any-decorated]
- jwt/algorithms.py:174:5: error: Type of decorated function contains type "Any" ("(self: Algorithm, msg: bytes, key: Any) -> bytes") [no-any-decorated]
+ jwt/algorithms.py:174:5: error: Type of decorated function contains type "Any" ("def (self: Algorithm, msg: bytes, key: Any) -> bytes") [no-any-decorated]
- jwt/algorithms.py:181:5: error: Type of decorated function contains type "Any" ("(self: Algorithm, msg: bytes, key: Any, sig: bytes) -> bool") [no-any-decorated]
+ jwt/algorithms.py:181:5: error: Type of decorated function contains type "Any" ("def (self: Algorithm, msg: bytes, key: Any, sig: bytes) -> bool") [no-any-decorated]
+ jwt/algorithms.py: note: In class "HMACAlgorithm":
+ jwt/algorithms.py:248:37: error: Assigning a "FunctionType" on the class will become a "MethodType" [callable-functiontype]
+ jwt/algorithms.py:248:37: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ jwt/algorithms.py:249:37: error: Assigning a "FunctionType" on the class will become a "MethodType" [callable-functiontype]
+ jwt/algorithms.py:250:37: error: Assigning a "FunctionType" on the class will become a "MethodType" [callable-functiontype]
- jwt/api_jws.py:186:46: note: Type is "def () -> _collections_abc.dict_keys[str, Untyped]"
+ jwt/api_jws.py:186:46: note: Type is "_NamedCallable & () -> _collections_abc.dict_keys[str, Untyped]"
- jwt/api_jws.py:231:46: note: Type is "def () -> _collections_abc.dict_keys[str, Untyped]"
+ jwt/api_jws.py:231:46: note: Type is "_NamedCallable & () -> _collections_abc.dict_keys[str, Untyped]"
- jwt/api_jws.py:234:19: note: Type is "def (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
+ jwt/api_jws.py:234:19: note: Type is "_NamedCallable & (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
- jwt/api_jws.py:329:10: error: Expression type contains "Any" (has type "(payload: bytes, key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., is_payload_detached: bool=..., sort_headers: bool=...) -> str") [no-any-expr]
+ jwt/api_jws.py:329:10: error: Expression type contains "Any" (has type "_NamedCallable & (payload: bytes, key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., is_payload_detached: bool=..., sort_headers: bool=...) -> str") [no-any-expr]
- jwt/api_jws.py:330:19: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> dict[str, Any]") [no-any-expr]
+ jwt/api_jws.py:330:19: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> dict[str, Any]") [no-any-expr]
- jwt/api_jws.py:331:10: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> Any") [no-any-expr]
+ jwt/api_jws.py:331:10: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> Any") [no-any-expr]
- jwt/api_jws.py:335:25: error: Expression type contains "Any" (has type "(jwt: str | bytes) -> dict[str, Any]") [no-any-expr]
+ jwt/api_jws.py:335:25: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes) -> dict[str, Any]") [no-any-expr]
- jwt/api_jwt.py:152:19: note: Type is "def (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
+ jwt/api_jwt.py:152:19: note: Type is "_NamedCallable & (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
- jwt/api_jwt.py:163:9: note: Type is "def (payload: dict[str, Any], options: dict[str, Any], audience: Untyped =, issuer: Untyped =, leeway: float | datetime.timedelta =) -> None"
+ jwt/api_jwt.py:163:9: note: Type is "_NamedCallable & (payload: dict[str, Any], options: dict[str, Any], audience: Untyped =, issuer: Untyped =, leeway: float | datetime.timedelta =) -> None"
- jwt/api_jwt.py:375:10: error: Expression type contains "Any" (has type "(payload: dict[str, Any], key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., sort_headers: bool=...) -> str") [no-any-expr]
+ jwt/api_jwt.py:375:10: error: Expression type contains "Any" (has type "_NamedCallable & (payload: dict[str, Any], key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., sort_headers: bool=...) -> str") [no-any-expr]
- jwt/api_jwt.py:376:19: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> dict[str, Any]") [no-any-expr]
+ jwt/api_jwt.py:376:19: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> dict[str, Any]") [no-any-expr]
- jwt/api_jwt.py:377:10: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> Any") [no-any-expr]
+ jwt/api_jwt.py:377:10: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> Any") [no-any-expr]
- jwt/jwks_client.py:48: error: "type: ignore" comment without error code (consider "type: ignore[method-assign]" instead) [ignore-without-code]
+ jwt/jwks_client.py:48: error: "type: ignore" comment without error code (consider "type: ignore[assignment, method-assign]" instead) [ignore-without-code]
boostedblob (https://github.com/hauntsaninja/boostedblob)
- boostedblob/azure_auth.py:145:28: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ boostedblob/azure_auth.py:145:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
+ boostedblob/globals.py:69:52: error: "(T@TokenManager) -> Awaitable[(Any, float)]" has no attribute "__qualname__" [attr-defined]
- boostedblob/globals.py:142:46: error: Expression type contains "Any" (has type "(cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
+ boostedblob/globals.py:142:46: error: Expression type contains "Any" (has type "def (cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
- boostedblob/globals.py:145:46: error: Expression type contains "Any" (has type "(cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
+ boostedblob/globals.py:145:46: error: Expression type contains "Any" (has type "def (cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
- boostedblob/globals.py:148:46: error: Expression type contains "Any" (has type "(_: str) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
+ boostedblob/globals.py:148:46: error: Expression type contains "Any" (has type "def (_: str) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
- boostedblob/globals.py:203:2: error: Expression type contains "Any" (has type "(**kwargs: Any) -> Iterator[None]") [no-any-expr]
+ boostedblob/globals.py:203:2: error: Expression type contains "Any" (has type "def (**kwargs: Any) -> Iterator[None]") [no-any-expr]```</details>
... (truncated 29865 lines) ... |
Diff from mypy_primer, showing the effect of this PR on open source code: CPython (cases_generator) (https://github.com/python/cpython)
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:151:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:151:6: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ Tools/cases_generator/parsing.py: note: In member "definition" of class "Parser":
+ Tools/cases_generator/parsing.py:153:21: error: Too few arguments for "macro_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:155:22: error: Too few arguments for "family_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:157:22: error: Too few arguments for "pseudo_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:159:20: error: Too few arguments for "inst_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:163:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inst_def" of class "Parser":
+ Tools/cases_generator/parsing.py:165:19: error: Too few arguments for "inst_header" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:166:25: error: Too few arguments for "block" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:178:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inputs" of class "Parser":
+ Tools/cases_generator/parsing.py:218:19: error: Too few arguments for "input" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:229:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "input" of class "Parser":
+ Tools/cases_generator/parsing.py:231:16: error: Too few arguments for "cache_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:231:39: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In member "outputs" of class "Parser":
+ Tools/cases_generator/parsing.py:236:20: error: Too few arguments for "output" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:246:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "output" of class "Parser":
+ Tools/cases_generator/parsing.py:248:16: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:250:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:264:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "stack_effect" of class "Parser":
+ Tools/cases_generator/parsing.py:277:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:285:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:293:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:318:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:324:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "uops" of class "Parser":
+ Tools/cases_generator/parsing.py:338:19: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:342:27: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:350:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:368:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:407:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:444:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: At top level:
+ Tools/cases_generator/parsing.py:483:9: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:483:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-arg for more info
+ Tools/cases_generator/parser.py: note: In function "parse_files":
+ Tools/cases_generator/parser.py:58:23: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parser.py: note: At top level:
git-revise (https://github.com/mystor/git-revise)
- gitrevise/odb.py:390:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:390:16: note: Type is "_NamedCallable & (int =) -> Untyped"
- gitrevise/odb.py:406:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:406:16: note: Type is "_NamedCallable & (int =) -> Untyped"
attrs (https://github.com/python-attrs/attrs)
- tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
- tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
aioredis (https://github.com/aio-libs/aioredis)
- aioredis/utils.py:28:12: note: Type is "def (url: str, **kwargs: Untyped) -> None"
+ aioredis/utils.py:28:12: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> None"
- aioredis/connection.py:698:35: note: Type is "def (exception: Untyped) -> None"
+ aioredis/connection.py:698:35: note: Type is "_NamedCallable & (exception: Untyped) -> None"
- aioredis/connection.py:767:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:767:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:776:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:776:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:784:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:784:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:790:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:790:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:823:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:823:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:829:27: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:829:27: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("[_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
+ aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("def [_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
- aioredis/connection.py:1559:17: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1559:17: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/connection.py:1604:36: note: Type is "def () -> typing.Coroutine[Any, Any, Untyped]"
+ aioredis/connection.py:1604:36: note: Type is "_NamedCallable & () -> typing.Coroutine[Any, Any, Untyped]"
- aioredis/connection.py:1647:13: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1647:13: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/client.py:363:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:363:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:365:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:365:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:374:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:374:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Untyped") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Untyped") [no-any-expr]
- aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:11: error: list comprehension has incompatible type list[(...) -> Untyped]; expected list[def (x: Untyped) -> Any] [misc]
- aioredis/client.py:537:22: error: Expression type contains "Any" (has type "(fv: ((x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
+ aioredis/client.py:537:22: error: Expression type contains "Any" (has type "def (fv: (def (x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
- aioredis/client.py:537:33: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:33: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:39: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:39: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[((x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
+ aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[(def (x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:586:13: note: Type is "def (Any (unannotated)) -> None"
+ aioredis/client.py:586:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:673:13: error: Expression type contains "Any" (has type "(r: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:673:13: error: Expression type contains "Any" (has type "def (r: Untyped) -> int") [no-any-expr]
- aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:675:39: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:675:39: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:676:57: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:676:57: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:680:13: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:680:13: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:682:46: error: Expression type contains "Any" (has type "(r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
+ aioredis/client.py:682:46: error: Expression type contains "Any" (has type "def (r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
- aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:684:45: error: Expression type contains "Any" (has type "(r: Untyped) -> set[Any]") [no-any-expr]
+ aioredis/client.py:684:45: error: Expression type contains "Any" (has type "def (r: Untyped) -> set[Any]") [no-any-expr]
- aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:688:13: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:688:13: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:691:34: error: Expression type contains "Any" (has type "(r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
+ aioredis/client.py:691:34: error: Expression type contains "Any" (has type "def (r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
- aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:693:49: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:693:49: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:694:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:694:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:695:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:695:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:696:54: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:696:54: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:697:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:697:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:700:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:700:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:701:21: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:701:21: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:702:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:702:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:703:20: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:703:20: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:704:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:704:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:705:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:705:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:706:22: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:706:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:710:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:710:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:711:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:711:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:712:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:712:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:713:27: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:713:27: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:714:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:714:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:715:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:715:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:716:42: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:716:42: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:717:36: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:717:36: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:718:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:718:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:719:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:719:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:720:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:720:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:721:25: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:721:25: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:722:28: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:722:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:723:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:723:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:724:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:724:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:725:30: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:725:30: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:726:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:726:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:727:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:727:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:728:37: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:728:37: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:729:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:729:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:730:27: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:730:27: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:731:23: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:731:23: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:732:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:732:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:733:23: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:733:23: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:734:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:734:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:735:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:735:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
+ aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
- aioredis/client.py:736:19: error: Expression type contains "Any" (has type "(r: Untyped) -> list[(float, float) | None]") [no-any-expr]
+ aioredis/client.py:736:19: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[(float, float) | None]") [no-any-expr]
- aioredis/client.py:737:17: error: Expression type contains "Any" (has type "(ll: Any) -> (float, float) | None") [no-any-expr]
+ aioredis/client.py:737:17: error: Expression type contains "Any" (has type "def (ll: Any) -> (float, float) | None") [no-any-expr]
- aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:739:22: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:739:22: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:740:30: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:740:30: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> dict[Any, Any])") [no-any-expr]
+ aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> dict[Any, Any])") [no-any-expr]
- aioredis/client.py:741:20: error: Expression type contains "Any" (has type "(r: Untyped) -> dict[Any, Any]") [no-any-expr]
+ aioredis/client.py:741:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> dict[Any, Any]") [no-any-expr]
- aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:742:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:742:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:743:17: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:743:17: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:744:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:744:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:745:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:745:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:746:25: error: Expression type contains "Any" (has type "(response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:746:25: error: Expression type contains "Any" (has type "def (response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:747:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:747:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:748:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:748:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:749:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:749:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[None])") [no-any-expr]
+ aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[None])") [no-any-expr]
- aioredis/client.py:750:24: error: Expression type contains "Any" (has type "(r: Untyped) -> list[None]") [no-any-expr]
+ aioredis/client.py:750:24: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[None]") [no-any-expr]
- aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:751:19: error: Expression type contains "Any" (has type "(response: Untyped, infotype: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:751:19: error: Expression type contains "Any" (has type "def (response: Untyped, infotype: Untyped) -> None") [no-any-expr]
- aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:752:17: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:752:17: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:753:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:753:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | None)") [no-any-expr]
+ aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | None)") [no-any-expr]
- aioredis/client.py:754:22: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | None") [no-any-expr]
+ aioredis/client.py:754:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | None") [no-any-expr]
- aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:755:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:755:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[bool])") [no-any-expr]
+ aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[bool])") [no-any-expr]
- aioredis/client.py:756:26: error: Expression type contains "Any" (has type "(r: Untyped) -> list[bool]") [no-any-expr]
+ aioredis/client.py:756:26: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[bool]") [no-any-expr]
- aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:757:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:757:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:758:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:758:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:760:45: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:760:45: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:761:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:761:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:762:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:762:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:763:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:763:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:764:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:764:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:765:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:765:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:766:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:766:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:767:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:767:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | bool)") [no-any-expr]
+ aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | bool)") [no-any-expr]
- aioredis/client.py:768:16: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | bool") [no-any-expr]
+ aioredis/client.py:768:16: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | bool") [no-any-expr]
- aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:769:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:769:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:771:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:771:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:772:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:772:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> (int, int))") [no-any-expr]
+ aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> (int, int))") [no-any-expr]
- aioredis/client.py:773:17: error: Expression type contains "Any" (has type "(x: Untyped) -> (int, int)") [no-any-expr]
+ aioredis/client.py:773:17: error: Expression type contains "Any" (has type "def (x: Untyped) -> (int, int)") [no-any-expr]
- aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:774:19: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:774:19: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:775:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:775:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:778:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:778:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:779:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:779:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:780:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:780:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:781:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:781:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:782:21: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:782:21: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:783:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:783:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:784:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:784:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("(cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
+ aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("def (cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
- aioredis/client.py:830:27: note: Type is "def (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
+ aioredis/client.py:830:27: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
- aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:931:37: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:931:37: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1101:41: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1101:41: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1104:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1104:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1110:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1110:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1144:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1144:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1148:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1148:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1152:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1152:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1160:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1160:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1164:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1164:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1178:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1178:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1186:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1186:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1195:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1195:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1204:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1204:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1368:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1368:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1372:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1372:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1376:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1376:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1380:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1380:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1387:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1387:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1391:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1391:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1432:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1432:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1446:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1446:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1447:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1447:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1451:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1451:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1455:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1455:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1459:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1459:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1471:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1471:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1480:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1480:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1484:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1484:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1488:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1488:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1492:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1492:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1496:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1496:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1500:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1500:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1504:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1504:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1508:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1508:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1512:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1512:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1516:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1516:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1528:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1528:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1540:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1540:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1544:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1544:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1557:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1557:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1559:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1559:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1566:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1566:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1609:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1609:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1615:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1615:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1619:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1619:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1633:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1633:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1637:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1637:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1641:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1641:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1648:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1648:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1652:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1652:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1656:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1656:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1660:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1660:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1664:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1664:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1668:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1668:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1672:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1672:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1676:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1676:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1680:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1680:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
... (truncated 438 lines) ...
pycryptodome (https://github.com/Legrandin/pycryptodome)
- lib/Crypto/SelfTest/loader.py:88:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/loader.py:88:13: note: Type is "_NamedCallable & (Untyped) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "(population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "_NamedCallable & (population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "((data: Untyped) -> None, (data: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(def (data: Untyped) -> None, def (data: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "def (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "_NamedCallable & (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "(obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "def (obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "def (bits: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "_NamedCallable & (bits: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
... (truncated 906 lines) ...
parso (https://github.com/davidhalter/parso)
- parso/normalizer.py:22:37: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:22:37: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:23:38: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:23:38: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:35:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:35:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:36:17: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:36:17: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:44:20: note: Type is "def (leaf: Untyped) -> None"
+ parso/normalizer.py:44:20: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/normalizer.py:46:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/normalizer.py:46:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/normalizer.py:47:32: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:47:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "(self: Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "def (self: Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "(self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("(self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("def (self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/normalizer.py:51:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:51:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:59:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:59:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:75:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/normalizer.py:75:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("(cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
+ parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("def (cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
- parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "(rule_cls: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "def (rule_cls: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:139:20: note: Type is "def (Untyped) -> None"
+ parso/normalizer.py:139:20: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/normalizer.py:174:19: note: Type is "def (message: Untyped, node: Untyped) -> None"
+ parso/normalizer.py:174:19: note: Type is "_NamedCallable & (message: Untyped, node: Untyped) -> None"
- parso/normalizer.py:179:12: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:179:12: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/tree.py:406:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/tree.py:406:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "(*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "def (*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/python/tokenize.py:604:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:604:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/tokenize.py:609:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:609:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/errors.py:225:13: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:225:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:277:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:277:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:279:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:279:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:281:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:281:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:291:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:291:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:292:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:292:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:318:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:318:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "(self: _Context, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "def (self: _Context, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "(self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("(self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("def (self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:368:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:368:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:370:9: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/errors.py:370:9: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:403:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:403:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "(self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "def (self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "(self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("(self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("def (self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:412:9: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:412:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:415:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:415:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:417:21: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:417:21: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:423:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:423:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:432:13: note: Type is "def (child_context: Untyped) -> None"
+ parso/python/errors.py:432:13: note: Type is "_NamedCallable & (child_context: Untyped) -> None"
- parso/python/errors.py:445:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:445:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:465:17: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:465:17: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:470:32: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:470:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:476:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:476:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:479:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:479:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:491:36: note: Type is "def () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
+ parso/python/errors.py:491:36: note: Type is "_NamedCallable & () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
- parso/python/errors.py:492:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:492:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:503:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:503:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:533:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:533:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:553:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:553:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:565:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:565:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:577:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:577:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:594:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:594:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:600:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:600:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:612:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:612:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:624:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:624:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:655:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:655:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:657:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:657:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:660:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:660:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:673:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:673:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:686:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:686:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:687:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:687:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:697:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:697:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:697:28: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/errors.py:697:28: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/errors.py:704:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:704:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:716:26: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:716:26: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:718:34: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:718:34: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:722:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:722:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:732:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:732:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:740:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:740:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:764:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:764:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:785:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:785:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:798:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:798:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:801:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:801:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:833:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:833:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:867:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:867:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:870:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:870:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:890:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:890:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:896:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:896:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:904:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:904:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:933:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:933:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:944:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:944:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:946:29: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:946:29: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:951:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:951:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:955:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:955:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:958:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:958:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:959:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:959:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:977:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:977:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:991:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:991:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1003:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1003:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1006:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1006:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1014:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1014:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1018:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1018:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1022:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1022:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1032:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1032:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1036:13: note: Type is "def (format_spec: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1036:13: note: Type is "_NamedCallable & (format_spec: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1039:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1039:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1044:17: note: Type is "def (fstring_expr: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1044:17: note: Type is "_NamedCallable & (fstring_expr: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1096:29: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1096:29: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1098:25: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1098:25: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1119:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1119:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1147:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1147:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1160:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1160:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1169:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1169:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1171:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1171:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1179:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1179:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1182:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1182:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1189:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1189:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1195:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1195:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1206:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1206:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1222:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1222:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1230:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1230:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1233:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1233:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1236:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1236:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1242:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1242:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1245:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1245:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1249:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1249:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1252:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1252:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1258:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1258:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1261:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1261:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1293:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:1293:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:1326:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1326:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/pgen2/grammar_parser.py:56:39: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:56:39: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:57:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:57:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:60:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:60:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:75:17: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:75:17: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:100:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:100:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:125:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:125:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:131:13: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:131:13: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:135:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:135:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:140:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:140:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:143:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:143:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/python/tree.py:339:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:339:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:345:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:345:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:351:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:351:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@next], /) -> _T@next
+ parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@_as_builtin], /) -> _T@_as_builtin
- parso/python/tree.py:1021:17: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1021:17: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1025:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1025:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1028:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1028:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1031:9: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1031:9: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1197:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/python/tree.py:1197:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/pgen2/generator.py:103:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:103:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:116:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:116:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:201:47: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:201:47: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/pgen2/generator.py:210:13: note: Type is "def (next_: Untyped, label: Untyped) -> None"
+ parso/pgen2/generator.py:210:13: note: Type is "_NamedCallable & (next_: Untyped, label: Untyped) -> None"
- parso/pgen2/generator.py:265:30: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:265:30: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/parser.py:129:13: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:129:13: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:144:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:144:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/parser.py:186:21: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:186:21: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:194:13: note: Type is "def (Untyped) -> None"
+ parso/parser.py:194:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/parser.py:196:16: note: Type is "def (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
+ parso/parser.py:196:16: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
- parso/parser.py:200:15: note: Type is "def (typing_extensions.SupportsIndex =) -> Untyped"
+ parso/parser.py:200:15: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Untyped"
- parso/parser.py:208:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:208:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:178:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/pep8.py:178:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:189:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:189:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:196:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:196:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:202:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:202:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:213:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:213:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:221:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:221:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:247:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:247:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:285:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:285:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:338:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:338:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:350:13: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:350:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:352:9: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/pep8.py:352:9: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/pep8.py:353:9: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:353:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:371:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:371:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:393:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:393:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:397:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:397:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:400:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:400:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:402:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:402:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:405:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:405:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:408:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:408:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:416:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:416:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:435:20: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:435:20: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:454:29: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:454:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:457:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:457:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:466:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:466:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:468:32: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:468:32: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:472:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:472:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:478:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:478:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:487:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:487:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:493:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:493:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:499:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:499:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:501:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:501:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:508:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:508:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:514:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:514:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:516:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:516:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:522:13: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:522:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:524:9: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:524:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:567:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:567:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:577:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:577:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:581:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:581:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:590:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:590:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:593:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:593:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:597:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:597:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:659:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:659:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:675:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:675:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:677:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:677:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:685:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:685:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:687:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:687:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:690:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:690:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:692:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:692:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:702:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:702:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:707:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:707:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:713:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:713:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:715:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:715:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:725:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:725:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/parser.py:77:22: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/parser.py:77:22: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/parser.py:136:25: note: Type is "def (token: Untyped) -> None"
+ parso/python/parser.py:136:25: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/python/parser.py:159:12: note: Type is "def (start_index: Untyped) -> None"
+ parso/python/parser.py:159:12: note: Type is "_NamedCallable & (start_index: Untyped) -> None"
- parso/python/parser.py:166:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/parser.py:166:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/parser.py:199:21: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/parser.py:199:21: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/diff.py:305:17: note: Type is "def (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
+ parso/python/diff.py:305:17: note: Type is "_NamedCallable & (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
- parso/python/diff.py:307:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:307:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:309:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:309:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:324:46: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:324:46: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:350:25: note: Type is "def (old_line: Untyped) -> None"
+ parso/python/diff.py:350:25: note: Type is "_NamedCallable & (old_line: Untyped) -> None"
- parso/python/diff.py:355:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:355:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:414:20: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:414:20: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:417:13: note: Type is "def (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:417:13: note: Type is "_NamedCallable & (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:444:18: note: Type is "def (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
+ parso/python/diff.py:444:18: note: Type is "_NamedCallable & (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
- parso/python/diff.py:453:16: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:453:16: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:553:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:553:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:562:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:562:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:603:16: note: Type is "def (suffix: Untyped) -> None"
+ parso/python/diff.py:603:16: note: Type is "_NamedCallable & (suffix: Untyped) -> None"
- parso/python/diff.py:613:22: note: Type is "def (tree_nodes: Untyped) -> None"
+ parso/python/diff.py:613:22: note: Type is "_NamedCallable & (tree_nodes: Untyped) -> None"
- parso/python/diff.py:633:13: note: Type is "def (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
+ parso/python/diff.py:633:13: note: Type is "_NamedCallable & (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
- parso/python/diff.py:635:13: note: Type is "def (child_node: Untyped) -> None"
+ parso/python/diff.py:635:13: note: Type is "_NamedCallable & (child_node: Untyped) -> None"
- parso/python/diff.py:638:13: note: Type is "def (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:638:13: note: Type is "_NamedCallable & (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:704:9: note: Type is "def (indentation: Untyped) -> None"
+ parso/python/diff.py:704:9: note: Type is "_NamedCallable & (indentation: Untyped) -> None"
- parso/python/diff.py:706:70: note: Type is "def (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
+ parso/python/diff.py:706:70: note: Type is "_NamedCallable & (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
- parso/python/diff.py:726:22: note: Type is "def (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
+ parso/python/diff.py:726:22: note: Type is "_NamedCallable & (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
- parso/grammar.py:180:16: note: Type is "def (node: Untyped, normalizer_config: Untyped =) -> None"
+ parso/grammar.py:180:16: note: Type is "_NamedCallable & (node: Untyped, normalizer_config: Untyped =) -> None"
- parso/grammar.py:183:16: note: Type is "def (node: Untyped) -> None"
+ parso/grammar.py:183:16: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/grammar.py:198:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:198:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:202:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:202:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:220:23: error: Expression type contains "Any" (has type "(lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/grammar.py:220:23: error: Expression type contains "Any" (has type "_NamedCallable & (lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/grammar.py:259:20: note: Type is "def (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
+ parso/grammar.py:259:20: note: Type is "_NamedCallable & (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
pyjwt (https://github.com/jpadilla/pyjwt)
- jwt/algorithms.py:167:5: error: Type of decorated function contains type "Any" ("(self: Algorithm, key: Any) -> Any") [no-any-decorated]
+ jwt/algorithms.py:167:5: error: Type of decorated function contains type "Any" ("def (self: Algorithm, key: Any) -> Any") [no-any-decorated]
- jwt/algorithms.py:174:5: error: Type of decorated function contains type "Any" ("(self: Algorithm, msg: bytes, key: Any) -> bytes") [no-any-decorated]
+ jwt/algorithms.py:174:5: error: Type of decorated function contains type "Any" ("def (self: Algorithm, msg: bytes, key: Any) -> bytes") [no-any-decorated]
- jwt/algorithms.py:181:5: error: Type of decorated function contains type "Any" ("(self: Algorithm, msg: bytes, key: Any, sig: bytes) -> bool") [no-any-decorated]
+ jwt/algorithms.py:181:5: error: Type of decorated function contains type "Any" ("def (self: Algorithm, msg: bytes, key: Any, sig: bytes) -> bool") [no-any-decorated]
+ jwt/algorithms.py: note: In class "HMACAlgorithm":
+ jwt/algorithms.py:248:37: error: Assigning a "FunctionType" on the class will become a "MethodType" [callable-functiontype]
+ jwt/algorithms.py:248:37: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ jwt/algorithms.py:249:37: error: Assigning a "FunctionType" on the class will become a "MethodType" [callable-functiontype]
+ jwt/algorithms.py:250:37: error: Assigning a "FunctionType" on the class will become a "MethodType" [callable-functiontype]
- jwt/api_jws.py:186:46: note: Type is "def () -> _collections_abc.dict_keys[str, Untyped]"
+ jwt/api_jws.py:186:46: note: Type is "_NamedCallable & () -> _collections_abc.dict_keys[str, Untyped]"
- jwt/api_jws.py:231:46: note: Type is "def () -> _collections_abc.dict_keys[str, Untyped]"
+ jwt/api_jws.py:231:46: note: Type is "_NamedCallable & () -> _collections_abc.dict_keys[str, Untyped]"
- jwt/api_jws.py:234:19: note: Type is "def (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
+ jwt/api_jws.py:234:19: note: Type is "_NamedCallable & (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
- jwt/api_jws.py:329:10: error: Expression type contains "Any" (has type "(payload: bytes, key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., is_payload_detached: bool=..., sort_headers: bool=...) -> str") [no-any-expr]
+ jwt/api_jws.py:329:10: error: Expression type contains "Any" (has type "_NamedCallable & (payload: bytes, key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., is_payload_detached: bool=..., sort_headers: bool=...) -> str") [no-any-expr]
- jwt/api_jws.py:330:19: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> dict[str, Any]") [no-any-expr]
+ jwt/api_jws.py:330:19: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> dict[str, Any]") [no-any-expr]
- jwt/api_jws.py:331:10: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> Any") [no-any-expr]
+ jwt/api_jws.py:331:10: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., detached_payload: bytes | None=..., **kwargs: Untyped) -> Any") [no-any-expr]
- jwt/api_jws.py:335:25: error: Expression type contains "Any" (has type "(jwt: str | bytes) -> dict[str, Any]") [no-any-expr]
+ jwt/api_jws.py:335:25: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes) -> dict[str, Any]") [no-any-expr]
- jwt/api_jwt.py:152:19: note: Type is "def (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
+ jwt/api_jwt.py:152:19: note: Type is "_NamedCallable & (jwt: str | bytes, key: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey | cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey | cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey | cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey | jwt.api_jwk.PyJWK | str | bytes =, algorithms: list[str] | None =, options: dict[str, Any] | None =, detached_payload: bytes | None =, **kwargs: Untyped) -> dict[str, Any]"
- jwt/api_jwt.py:163:9: note: Type is "def (payload: dict[str, Any], options: dict[str, Any], audience: Untyped =, issuer: Untyped =, leeway: float | datetime.timedelta =) -> None"
+ jwt/api_jwt.py:163:9: note: Type is "_NamedCallable & (payload: dict[str, Any], options: dict[str, Any], audience: Untyped =, issuer: Untyped =, leeway: float | datetime.timedelta =) -> None"
- jwt/api_jwt.py:375:10: error: Expression type contains "Any" (has type "(payload: dict[str, Any], key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., sort_headers: bool=...) -> str") [no-any-expr]
+ jwt/api_jwt.py:375:10: error: Expression type contains "Any" (has type "_NamedCallable & (payload: dict[str, Any], key: RSAPrivateKey | EllipticCurvePrivateKey | Ed25519PrivateKey | Ed448PrivateKey | str | bytes, algorithm: str | None=..., headers: dict[str, Any] | None=..., json_encoder: type[JSONEncoder] | None=..., sort_headers: bool=...) -> str") [no-any-expr]
- jwt/api_jwt.py:376:19: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> dict[str, Any]") [no-any-expr]
+ jwt/api_jwt.py:376:19: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> dict[str, Any]") [no-any-expr]
- jwt/api_jwt.py:377:10: error: Expression type contains "Any" (has type "(jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> Any") [no-any-expr]
+ jwt/api_jwt.py:377:10: error: Expression type contains "Any" (has type "_NamedCallable & (jwt: str | bytes, key: RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey | PyJWK | str | bytes=..., algorithms: list[str] | None=..., options: dict[str, Any] | None=..., verify: bool | None=..., detached_payload: bytes | None=..., audience: str | Iterable[str] | None=..., issuer: str | list[str] | None=..., leeway: float | timedelta=..., **kwargs: Any) -> Any") [no-any-expr]
- jwt/jwks_client.py:48: error: "type: ignore" comment without error code (consider "type: ignore[method-assign]" instead) [ignore-without-code]
+ jwt/jwks_client.py:48: error: "type: ignore" comment without error code (consider "type: ignore[assignment, method-assign]" instead) [ignore-without-code]
boostedblob (https://github.com/hauntsaninja/boostedblob)
- boostedblob/azure_auth.py:145:28: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ boostedblob/azure_auth.py:145:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
+ boostedblob/globals.py:69:52: error: "(T@TokenManager) -> Awaitable[(Any, float)]" has no attribute "__qualname__" [attr-defined]
- boostedblob/globals.py:142:46: error: Expression type contains "Any" (has type "(cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
+ boostedblob/globals.py:142:46: error: Expression type contains "Any" (has type "def (cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
- boostedblob/globals.py:145:46: error: Expression type contains "Any" (has type "(cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
+ boostedblob/globals.py:145:46: error: Expression type contains "Any" (has type "def (cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
- boostedblob/globals.py:148:46: error: Expression type contains "Any" (has type "(_: str) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
+ boostedblob/globals.py:148:46: error: Expression type contains "Any" (has type "def (_: str) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
- boostedblob/globals.py:203:2: error: Expression type contains "Any" (has type "(**kwargs: Any) -> Iterator[None]") [no-any-expr]
+ boostedblob/globals.py:203:2: error: Expression type contains "Any" (has type "def (**kwargs: Any) -> Iterator[None]") [no-any-expr]```</details>
... (truncated 30560 lines) ... |
Diff from mypy_primer, showing the effect of this PR on open source code: aioredis (https://github.com/aio-libs/aioredis)
- aioredis/utils.py:28:12: note: Type is "def (url: str, **kwargs: Untyped) -> None"
+ aioredis/utils.py:28:12: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> None"
- aioredis/connection.py:698:35: note: Type is "def (exception: Untyped) -> None"
+ aioredis/connection.py:698:35: note: Type is "_NamedCallable & (exception: Untyped) -> None"
- aioredis/connection.py:767:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:767:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:776:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:776:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:784:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:784:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:790:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:790:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:823:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:823:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:829:27: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:829:27: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("[_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
+ aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("def [_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
- aioredis/connection.py:1559:17: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1559:17: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/connection.py:1604:36: note: Type is "def () -> typing.Coroutine[Any, Any, Untyped]"
+ aioredis/connection.py:1604:36: note: Type is "_NamedCallable & () -> typing.Coroutine[Any, Any, Untyped]"
- aioredis/connection.py:1647:13: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1647:13: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/client.py:363:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:363:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:365:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:365:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:374:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:374:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Untyped") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Untyped") [no-any-expr]
- aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:11: error: list comprehension has incompatible type list[(...) -> Untyped]; expected list[def (x: Untyped) -> Any] [misc]
- aioredis/client.py:537:22: error: Expression type contains "Any" (has type "(fv: ((x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
+ aioredis/client.py:537:22: error: Expression type contains "Any" (has type "def (fv: (def (x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
- aioredis/client.py:537:33: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:33: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:39: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:39: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[((x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
+ aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[(def (x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:586:13: note: Type is "def (Any (unannotated)) -> None"
+ aioredis/client.py:586:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:673:13: error: Expression type contains "Any" (has type "(r: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:673:13: error: Expression type contains "Any" (has type "def (r: Untyped) -> int") [no-any-expr]
- aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:675:39: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:675:39: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:676:57: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:676:57: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:680:13: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:680:13: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:682:46: error: Expression type contains "Any" (has type "(r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
+ aioredis/client.py:682:46: error: Expression type contains "Any" (has type "def (r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
- aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:684:45: error: Expression type contains "Any" (has type "(r: Untyped) -> set[Any]") [no-any-expr]
+ aioredis/client.py:684:45: error: Expression type contains "Any" (has type "def (r: Untyped) -> set[Any]") [no-any-expr]
- aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:688:13: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:688:13: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:691:34: error: Expression type contains "Any" (has type "(r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
+ aioredis/client.py:691:34: error: Expression type contains "Any" (has type "def (r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
- aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:693:49: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:693:49: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:694:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:694:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:695:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:695:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:696:54: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:696:54: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:697:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:697:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:700:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:700:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:701:21: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:701:21: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:702:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:702:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:703:20: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:703:20: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:704:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:704:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:705:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:705:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:706:22: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:706:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:710:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:710:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:711:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:711:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:712:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:712:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:713:27: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:713:27: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:714:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:714:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:715:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:715:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:716:42: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:716:42: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:717:36: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:717:36: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:718:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:718:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:719:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:719:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:720:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:720:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:721:25: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:721:25: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:722:28: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:722:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:723:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:723:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:724:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:724:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:725:30: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:725:30: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:726:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:726:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:727:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:727:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:728:37: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:728:37: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:729:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:729:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:730:27: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:730:27: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:731:23: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:731:23: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:732:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:732:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:733:23: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:733:23: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:734:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:734:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:735:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:735:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
+ aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
- aioredis/client.py:736:19: error: Expression type contains "Any" (has type "(r: Untyped) -> list[(float, float) | None]") [no-any-expr]
+ aioredis/client.py:736:19: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[(float, float) | None]") [no-any-expr]
- aioredis/client.py:737:17: error: Expression type contains "Any" (has type "(ll: Any) -> (float, float) | None") [no-any-expr]
+ aioredis/client.py:737:17: error: Expression type contains "Any" (has type "def (ll: Any) -> (float, float) | None") [no-any-expr]
- aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:739:22: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:739:22: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:740:30: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:740:30: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> dict[Any, Any])") [no-any-expr]
+ aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> dict[Any, Any])") [no-any-expr]
- aioredis/client.py:741:20: error: Expression type contains "Any" (has type "(r: Untyped) -> dict[Any, Any]") [no-any-expr]
+ aioredis/client.py:741:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> dict[Any, Any]") [no-any-expr]
- aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:742:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:742:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:743:17: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:743:17: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:744:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:744:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:745:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:745:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:746:25: error: Expression type contains "Any" (has type "(response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:746:25: error: Expression type contains "Any" (has type "def (response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:747:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:747:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:748:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:748:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:749:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:749:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[None])") [no-any-expr]
+ aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[None])") [no-any-expr]
- aioredis/client.py:750:24: error: Expression type contains "Any" (has type "(r: Untyped) -> list[None]") [no-any-expr]
+ aioredis/client.py:750:24: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[None]") [no-any-expr]
- aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:751:19: error: Expression type contains "Any" (has type "(response: Untyped, infotype: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:751:19: error: Expression type contains "Any" (has type "def (response: Untyped, infotype: Untyped) -> None") [no-any-expr]
- aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:752:17: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:752:17: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:753:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:753:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | None)") [no-any-expr]
+ aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | None)") [no-any-expr]
- aioredis/client.py:754:22: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | None") [no-any-expr]
+ aioredis/client.py:754:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | None") [no-any-expr]
- aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:755:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:755:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[bool])") [no-any-expr]
+ aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[bool])") [no-any-expr]
- aioredis/client.py:756:26: error: Expression type contains "Any" (has type "(r: Untyped) -> list[bool]") [no-any-expr]
+ aioredis/client.py:756:26: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[bool]") [no-any-expr]
- aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:757:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:757:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:758:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:758:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:760:45: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:760:45: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:761:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:761:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:762:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:762:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:763:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:763:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:764:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:764:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:765:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:765:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:766:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:766:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:767:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:767:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | bool)") [no-any-expr]
+ aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | bool)") [no-any-expr]
- aioredis/client.py:768:16: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | bool") [no-any-expr]
+ aioredis/client.py:768:16: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | bool") [no-any-expr]
- aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:769:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:769:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:771:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:771:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:772:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:772:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> (int, int))") [no-any-expr]
+ aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> (int, int))") [no-any-expr]
- aioredis/client.py:773:17: error: Expression type contains "Any" (has type "(x: Untyped) -> (int, int)") [no-any-expr]
+ aioredis/client.py:773:17: error: Expression type contains "Any" (has type "def (x: Untyped) -> (int, int)") [no-any-expr]
- aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:774:19: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:774:19: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:775:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:775:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:778:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:778:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:779:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:779:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:780:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:780:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:781:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:781:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:782:21: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:782:21: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:783:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:783:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:784:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:784:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("(cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
+ aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("def (cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
- aioredis/client.py:830:27: note: Type is "def (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
+ aioredis/client.py:830:27: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
- aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:931:37: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:931:37: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1101:41: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1101:41: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1104:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1104:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1110:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1110:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1144:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1144:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1148:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1148:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1152:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1152:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1160:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1160:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1164:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1164:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1178:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1178:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1186:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1186:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1195:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1195:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1204:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1204:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1368:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1368:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1372:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1372:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1376:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1376:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1380:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1380:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1387:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1387:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1391:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1391:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1432:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1432:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1446:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1446:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1447:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1447:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1451:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1451:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1455:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1455:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1459:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1459:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1471:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1471:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1480:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1480:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1484:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1484:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1488:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1488:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1492:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1492:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1496:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1496:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1500:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1500:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1504:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1504:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1508:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1508:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1512:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1512:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1516:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1516:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1528:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1528:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1540:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1540:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1544:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1544:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1557:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1557:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1559:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1559:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1566:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1566:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1609:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1609:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1615:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1615:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1619:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1619:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1633:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1633:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1637:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1637:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1641:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1641:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1648:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1648:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1652:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1652:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1656:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1656:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1660:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1660:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1664:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1664:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1668:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1668:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1672:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1672:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1676:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1676:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1680:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1680:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
... (truncated 438 lines) ...
parso (https://github.com/davidhalter/parso)
- parso/normalizer.py:22:37: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:22:37: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:23:38: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:23:38: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:35:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:35:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:36:17: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:36:17: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:44:20: note: Type is "def (leaf: Untyped) -> None"
+ parso/normalizer.py:44:20: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/normalizer.py:46:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/normalizer.py:46:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/normalizer.py:47:32: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:47:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "(self: Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "def (self: Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "(self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("(self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("def (self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/normalizer.py:51:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:51:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:59:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:59:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:75:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/normalizer.py:75:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("(cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
+ parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("def (cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
- parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "(rule_cls: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "def (rule_cls: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:139:20: note: Type is "def (Untyped) -> None"
+ parso/normalizer.py:139:20: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/normalizer.py:174:19: note: Type is "def (message: Untyped, node: Untyped) -> None"
+ parso/normalizer.py:174:19: note: Type is "_NamedCallable & (message: Untyped, node: Untyped) -> None"
- parso/normalizer.py:179:12: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:179:12: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/tree.py:406:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/tree.py:406:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "(*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "def (*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/python/tokenize.py:604:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:604:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/tokenize.py:609:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:609:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/errors.py:225:13: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:225:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:277:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:277:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:279:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:279:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:281:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:281:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:291:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:291:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:292:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:292:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:318:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:318:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "(self: _Context, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "def (self: _Context, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "(self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("(self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("def (self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:368:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:368:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:370:9: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/errors.py:370:9: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:403:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:403:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "(self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "def (self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "(self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("(self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("def (self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:412:9: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:412:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:415:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:415:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:417:21: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:417:21: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:423:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:423:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:432:13: note: Type is "def (child_context: Untyped) -> None"
+ parso/python/errors.py:432:13: note: Type is "_NamedCallable & (child_context: Untyped) -> None"
- parso/python/errors.py:445:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:445:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:465:17: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:465:17: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:470:32: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:470:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:476:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:476:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:479:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:479:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:491:36: note: Type is "def () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
+ parso/python/errors.py:491:36: note: Type is "_NamedCallable & () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
- parso/python/errors.py:492:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:492:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:503:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:503:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:533:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:533:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:553:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:553:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:565:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:565:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:577:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:577:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:594:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:594:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:600:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:600:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:612:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:612:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:624:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:624:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:655:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:655:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:657:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:657:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:660:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:660:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:673:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:673:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:686:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:686:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:687:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:687:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:697:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:697:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:697:28: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/errors.py:697:28: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/errors.py:704:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:704:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:716:26: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:716:26: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:718:34: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:718:34: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:722:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:722:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:732:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:732:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:740:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:740:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:764:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:764:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:785:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:785:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:798:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:798:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:801:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:801:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:833:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:833:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:867:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:867:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:870:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:870:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:890:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:890:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:896:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:896:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:904:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:904:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:933:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:933:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:944:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:944:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:946:29: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:946:29: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:951:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:951:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:955:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:955:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:958:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:958:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:959:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:959:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:977:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:977:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:991:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:991:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1003:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1003:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1006:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1006:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1014:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1014:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1018:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1018:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1022:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1022:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1032:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1032:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1036:13: note: Type is "def (format_spec: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1036:13: note: Type is "_NamedCallable & (format_spec: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1039:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1039:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1044:17: note: Type is "def (fstring_expr: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1044:17: note: Type is "_NamedCallable & (fstring_expr: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1096:29: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1096:29: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1098:25: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1098:25: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1119:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1119:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1147:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1147:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1160:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1160:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1169:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1169:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1171:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1171:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1179:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1179:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1182:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1182:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1189:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1189:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1195:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1195:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1206:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1206:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1222:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1222:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1230:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1230:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1233:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1233:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1236:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1236:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1242:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1242:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1245:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1245:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1249:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1249:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1252:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1252:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1258:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1258:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1261:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1261:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1293:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:1293:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:1326:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1326:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/pgen2/grammar_parser.py:56:39: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:56:39: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:57:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:57:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:60:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:60:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:75:17: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:75:17: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:100:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:100:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:125:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:125:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:131:13: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:131:13: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:135:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:135:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:140:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:140:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:143:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:143:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/python/tree.py:339:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:339:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:345:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:345:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:351:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:351:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@next], /) -> _T@next
+ parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@_as_builtin], /) -> _T@_as_builtin
- parso/python/tree.py:1021:17: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1021:17: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1025:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1025:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1028:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1028:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1031:9: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1031:9: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1197:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/python/tree.py:1197:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/pgen2/generator.py:103:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:103:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:116:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:116:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:201:47: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:201:47: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/pgen2/generator.py:210:13: note: Type is "def (next_: Untyped, label: Untyped) -> None"
+ parso/pgen2/generator.py:210:13: note: Type is "_NamedCallable & (next_: Untyped, label: Untyped) -> None"
- parso/pgen2/generator.py:265:30: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:265:30: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/parser.py:129:13: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:129:13: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:144:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:144:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/parser.py:186:21: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:186:21: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:194:13: note: Type is "def (Untyped) -> None"
+ parso/parser.py:194:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/parser.py:196:16: note: Type is "def (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
+ parso/parser.py:196:16: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
- parso/parser.py:200:15: note: Type is "def (typing_extensions.SupportsIndex =) -> Untyped"
+ parso/parser.py:200:15: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Untyped"
- parso/parser.py:208:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:208:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:178:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/pep8.py:178:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:189:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:189:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:196:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:196:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:202:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:202:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:213:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:213:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:221:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:221:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:247:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:247:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:285:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:285:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:338:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:338:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:350:13: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:350:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:352:9: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/pep8.py:352:9: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/pep8.py:353:9: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:353:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:371:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:371:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:393:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:393:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:397:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:397:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:400:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:400:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:402:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:402:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:405:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:405:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:408:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:408:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:416:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:416:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:435:20: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:435:20: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:454:29: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:454:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:457:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:457:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:466:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:466:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:468:32: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:468:32: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:472:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:472:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:478:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:478:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:487:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:487:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:493:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:493:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:499:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:499:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:501:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:501:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:508:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:508:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:514:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:514:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:516:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:516:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:522:13: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:522:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:524:9: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:524:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:567:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:567:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:577:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:577:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:581:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:581:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:590:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:590:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:593:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:593:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:597:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:597:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:659:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:659:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:675:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:675:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:677:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:677:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:685:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:685:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:687:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:687:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:690:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:690:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:692:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:692:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:702:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:702:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:707:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:707:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:713:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:713:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:715:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:715:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:725:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:725:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/parser.py:77:22: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/parser.py:77:22: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/parser.py:136:25: note: Type is "def (token: Untyped) -> None"
+ parso/python/parser.py:136:25: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/python/parser.py:159:12: note: Type is "def (start_index: Untyped) -> None"
+ parso/python/parser.py:159:12: note: Type is "_NamedCallable & (start_index: Untyped) -> None"
- parso/python/parser.py:166:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/parser.py:166:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/parser.py:199:21: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/parser.py:199:21: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/diff.py:305:17: note: Type is "def (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
+ parso/python/diff.py:305:17: note: Type is "_NamedCallable & (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
- parso/python/diff.py:307:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:307:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:309:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:309:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:324:46: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:324:46: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:350:25: note: Type is "def (old_line: Untyped) -> None"
+ parso/python/diff.py:350:25: note: Type is "_NamedCallable & (old_line: Untyped) -> None"
- parso/python/diff.py:355:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:355:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:414:20: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:414:20: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:417:13: note: Type is "def (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:417:13: note: Type is "_NamedCallable & (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:444:18: note: Type is "def (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
+ parso/python/diff.py:444:18: note: Type is "_NamedCallable & (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
- parso/python/diff.py:453:16: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:453:16: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:553:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:553:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:562:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:562:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:603:16: note: Type is "def (suffix: Untyped) -> None"
+ parso/python/diff.py:603:16: note: Type is "_NamedCallable & (suffix: Untyped) -> None"
- parso/python/diff.py:613:22: note: Type is "def (tree_nodes: Untyped) -> None"
+ parso/python/diff.py:613:22: note: Type is "_NamedCallable & (tree_nodes: Untyped) -> None"
- parso/python/diff.py:633:13: note: Type is "def (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
+ parso/python/diff.py:633:13: note: Type is "_NamedCallable & (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
- parso/python/diff.py:635:13: note: Type is "def (child_node: Untyped) -> None"
+ parso/python/diff.py:635:13: note: Type is "_NamedCallable & (child_node: Untyped) -> None"
- parso/python/diff.py:638:13: note: Type is "def (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:638:13: note: Type is "_NamedCallable & (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:704:9: note: Type is "def (indentation: Untyped) -> None"
+ parso/python/diff.py:704:9: note: Type is "_NamedCallable & (indentation: Untyped) -> None"
- parso/python/diff.py:706:70: note: Type is "def (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
+ parso/python/diff.py:706:70: note: Type is "_NamedCallable & (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
- parso/python/diff.py:726:22: note: Type is "def (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
+ parso/python/diff.py:726:22: note: Type is "_NamedCallable & (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
- parso/grammar.py:180:16: note: Type is "def (node: Untyped, normalizer_config: Untyped =) -> None"
+ parso/grammar.py:180:16: note: Type is "_NamedCallable & (node: Untyped, normalizer_config: Untyped =) -> None"
- parso/grammar.py:183:16: note: Type is "def (node: Untyped) -> None"
+ parso/grammar.py:183:16: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/grammar.py:198:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:198:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:202:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:202:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:220:23: error: Expression type contains "Any" (has type "(lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/grammar.py:220:23: error: Expression type contains "Any" (has type "_NamedCallable & (lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/grammar.py:259:20: note: Type is "def (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
+ parso/grammar.py:259:20: note: Type is "_NamedCallable & (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
git-revise (https://github.com/mystor/git-revise)
- gitrevise/odb.py:390:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:390:16: note: Type is "_NamedCallable & (int =) -> Untyped"
- gitrevise/odb.py:406:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:406:16: note: Type is "_NamedCallable & (int =) -> Untyped"
CPython (cases_generator) (https://github.com/python/cpython)
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:151:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:151:6: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ Tools/cases_generator/parsing.py: note: In member "definition" of class "Parser":
+ Tools/cases_generator/parsing.py:153:21: error: Too few arguments for "macro_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:155:22: error: Too few arguments for "family_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:157:22: error: Too few arguments for "pseudo_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:159:20: error: Too few arguments for "inst_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:163:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inst_def" of class "Parser":
+ Tools/cases_generator/parsing.py:165:19: error: Too few arguments for "inst_header" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:166:25: error: Too few arguments for "block" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:178:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inputs" of class "Parser":
+ Tools/cases_generator/parsing.py:218:19: error: Too few arguments for "input" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:229:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "input" of class "Parser":
+ Tools/cases_generator/parsing.py:231:16: error: Too few arguments for "cache_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:231:39: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In member "outputs" of class "Parser":
+ Tools/cases_generator/parsing.py:236:20: error: Too few arguments for "output" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:246:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "output" of class "Parser":
+ Tools/cases_generator/parsing.py:248:16: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:250:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:264:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "stack_effect" of class "Parser":
+ Tools/cases_generator/parsing.py:277:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:285:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:293:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:318:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:324:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "uops" of class "Parser":
+ Tools/cases_generator/parsing.py:338:19: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:342:27: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:350:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:368:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:407:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:444:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: At top level:
+ Tools/cases_generator/parsing.py:483:9: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:483:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-arg for more info
+ Tools/cases_generator/parser.py: note: In function "parse_files":
+ Tools/cases_generator/parser.py:58:23: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parser.py: note: At top level:
pycryptodome (https://github.com/Legrandin/pycryptodome)
- lib/Crypto/SelfTest/loader.py:88:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/loader.py:88:13: note: Type is "_NamedCallable & (Untyped) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "(population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "_NamedCallable & (population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "((data: Untyped) -> None, (data: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(def (data: Untyped) -> None, def (data: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "def (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "_NamedCallable & (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "(obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "def (obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "def (bits: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "_NamedCallable & (bits: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
... (truncated 906 lines) ...
attrs (https://github.com/python-attrs/attrs)
- tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
- tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
dulwich (https://github.com/dulwich/dulwich)
- dulwich/mailmap.py:70:17: note: Type is "def (canonical_identity: Untyped, from_identity: Untyped =) -> None"
+ dulwich/mailmap.py:70:17: note: Type is "_NamedCallable & (canonical_identity: Untyped, from_identity: Untyped =) -> None"
- dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("(cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
+ dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("def (cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
- dulwich/lru_cache.py:82:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:82:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:291:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:291:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:402:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:402:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
+ dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("def (cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
- dulwich/lfs.py:41:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], repo: Untyped, create: bool=...) -> None") [no-any-decorated]
+ dulwich/lfs.py:41:5: error: Type of decorated function contains type "Any" ("def (cls: type[LFSStore], repo: Untyped, create: bool=...) -> None") [no-any-decorated]
- dulwich/lfs.py:44:20: note: Type is "def (lfs_dir: Untyped) -> None"
+ dulwich/lfs.py:44:20: note: Type is "_NamedCallable & (lfs_dir: Untyped) -> None"
- dulwich/lfs.py:53:25: note: Type is "def (sha: Untyped) -> None"
+ dulwich/lfs.py:53:25: note: Type is "_NamedCallable & (sha: Untyped) -> None"
- dulwich/lfs.py:70:16: note: Type is "def (sha: Untyped) -> None"
+ dulwich/lfs.py:70:16: note: Type is "_NamedCallable & (sha: Untyped) -> None"
- dulwich/protocol.py:247:9: note: Type is "def (data: Untyped) -> None"
+ dulwich/protocol.py:247:9: note: Type is "_NamedCallable & (data: Untyped) -> None"
- dulwich/protocol.py:303:13: note: Type is "def (line: Untyped) -> None"
+ dulwich/protocol.py:303:13: note: Type is "_NamedCallable & (line: Untyped) -> None"
- dulwich/protocol.py:315:9: note: Type is "def (line: Untyped) -> None"
+ dulwich/protocol.py:315:9: note: Type is "_NamedCallable & (line: Untyped) -> None"
- dulwich/protocol.py:346:26: error: Expression type contains "Any" (has type "(size: Untyped) -> None") [no-any-expr]
+ dulwich/protocol.py:346:26: error: Expression type contains "Any" (has type "_NamedCallable & (size: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:42:35: error: Expression type contains "Any" (has type "(*args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:42:35: error: Expression type contains "Any" (has type "_NamedCallable & (*args: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:159:46: error: Expression type contains "Any" (has type "(*args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:159:46: error: Expression type contains "Any" (has type "def (*args: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:159:59: error: Expression type contains "Any" (has type "(success: Untyped, *args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:159:59: error: Expression type contains "Any" (has type "def (success: Untyped, *args: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:71:5: note: Type is "def (item: Untyped) -> None"
+ dulwich/graph.py:71:5: note: Type is "_NamedCallable & (item: Untyped) -> None"
- dulwich/graph.py:75:9: note: Type is "def (item: Untyped) -> None"
+ dulwich/graph.py:75:9: note: Type is "_NamedCallable & (item: Untyped) -> None"
- dulwich/graph.py:112:22: error: Expression type contains "Any" (has type "(x: (Any (unannotated), Any (unannotated))) -> Any (unannotated)") [no-any-expr]
+ dulwich/graph.py:112:22: error: Expression type contains "Any" (has type "def (x: (Any (unannotated), Any (unannotated))) -> Any (unannotated)") [no-any-expr]
- dulwich/graph.py:150:23: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:150:23: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:150:48: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:150:48: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:187:30: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:187:30: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:187:57: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:187:57: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:188:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ dulwich/graph.py:188:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- dulwich/graph.py:221:23: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:221:23: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:221:49: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:221:49: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:183:21: error: Expression type contains "Any" (has type "(obj: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:183:21: error: Expression type contains "Any" (has type "def (obj: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:183:26: error: Expression type contains "Any" (has type "(obj: Untyped, value: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:183:26: error: Expression type contains "Any" (has type "def (obj: Untyped, value: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:387:5: error: Type of decorated function contains type "Any" ("(magic: Untyped, f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:387:5: error: Type of decorated function contains type "Any" ("def (magic: Untyped, f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:415:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:415:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:421:19: note: Type is "def (magic: Untyped, f: typing.BinaryIO) -> dulwich.objects.ShaFile"
+ dulwich/objects.py:421:19: note: Type is "_NamedCallable & (magic: Untyped, f: typing.BinaryIO) -> dulwich.objects.ShaFile"
- dulwich/objects.py:422:13: note: Type is "def (map: Untyped) -> None"
+ dulwich/objects.py:422:13: note: Type is "_NamedCallable & (map: Untyped) -> None"
- dulwich/objects.py:424:19: note: Type is "def (magic: Untyped, f: Untyped) -> None"
+ dulwich/objects.py:424:19: note: Type is "_NamedCallable & (magic: Untyped, f: Untyped) -> None"
- dulwich/objects.py:425:13: note: Type is "def (map: Untyped) -> None"
+ dulwich/objects.py:425:13: note: Type is "_NamedCallable & (map: Untyped) -> None"
- dulwich/objects.py:441:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], path: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:441:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], path: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:444:20: note: Type is "def (f: Untyped) -> None"
+ dulwich/objects.py:444:20: note: Type is "_NamedCallable & (f: Untyped) -> None"
- dulwich/objects.py:447:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:447:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:450:19: note: Type is "def (f: Untyped) -> None"
+ dulwich/objects.py:450:19: note: Type is "_NamedCallable & (f: Untyped) -> None"
- dulwich/objects.py:457:5: error: Type of decorated function contains type "Any" ("(type_num: Untyped, string: Untyped, sha: Untyped=...) -> None") [no-any-decorated]
+ dulwich/objects.py:457:5: error: Type of decorated function contains type "Any" ("def (type_num: Untyped, string: Untyped, sha: Untyped=...) -> None") [no-any-decorated]
- dulwich/objects.py:491:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], string: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:491:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], string: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:555:16: note: Type is "def (type_num: Untyped, string: Untyped, sha: Untyped =) -> None"
+ dulwich/objects.py:555:16: note: Type is "_NamedCallable & (type_num: Untyped, string: Untyped, sha: Untyped =) -> None"
- dulwich/objects.py:608:20: error: Expression type contains "Any" (has type "(self: Blob, data: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:608:20: error: Expression type contains "Any" (has type "def (self: Blob, data: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:630:5: error: Type of decorated function contains type "Any" ("(cls: type[Blob], path: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:630:5: error: Type of decorated function contains type "Any" ("def (cls: type[Blob], path: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:631:16: note: Type is "def (path: Untyped) -> None"
+ dulwich/objects.py:631:16: note: Type is "_NamedCallable & (path: Untyped) -> None"
- dulwich/objects.py:768:5: error: Type of decorated function contains type "Any" ("(cls: type[Tag], filename: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:768:5: error: Type of decorated function contains type "Any" ("def (cls: type[Tag], filename: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:769:15: note: Type is "def (path: Untyped) -> None"
+ dulwich/objects.py:769:15: note: Type is "_NamedCallable & (path: Untyped) -> None"
- dulwich/objects.py:782:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:782:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:783:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:783:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:784:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:784:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"```</details>
... (truncated 30510 lines) ... |
Diff from mypy_primer, showing the effect of this PR on open source code: aioredis (https://github.com/aio-libs/aioredis)
- aioredis/utils.py:28:12: note: Type is "def (url: str, **kwargs: Untyped) -> None"
+ aioredis/utils.py:28:12: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> None"
- aioredis/connection.py:698:35: note: Type is "def (exception: Untyped) -> None"
+ aioredis/connection.py:698:35: note: Type is "_NamedCallable & (exception: Untyped) -> None"
- aioredis/connection.py:767:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:767:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:776:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:776:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:784:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:784:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:790:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:790:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:823:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:823:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:829:27: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:829:27: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("[_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
+ aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("def [_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
- aioredis/connection.py:1559:17: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1559:17: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/connection.py:1604:36: note: Type is "def () -> typing.Coroutine[Any, Any, Untyped]"
+ aioredis/connection.py:1604:36: note: Type is "_NamedCallable & () -> typing.Coroutine[Any, Any, Untyped]"
- aioredis/connection.py:1647:13: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1647:13: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/client.py:363:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:363:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:365:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:365:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:374:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:374:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Untyped") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Untyped") [no-any-expr]
- aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:11: error: list comprehension has incompatible type list[(...) -> Untyped]; expected list[def (x: Untyped) -> Any] [misc]
- aioredis/client.py:537:22: error: Expression type contains "Any" (has type "(fv: ((x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
+ aioredis/client.py:537:22: error: Expression type contains "Any" (has type "def (fv: (def (x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
- aioredis/client.py:537:33: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:33: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:39: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:39: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[((x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
+ aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[(def (x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:586:13: note: Type is "def (Any (unannotated)) -> None"
+ aioredis/client.py:586:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:673:13: error: Expression type contains "Any" (has type "(r: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:673:13: error: Expression type contains "Any" (has type "def (r: Untyped) -> int") [no-any-expr]
- aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:675:39: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:675:39: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:676:57: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:676:57: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:680:13: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:680:13: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:682:46: error: Expression type contains "Any" (has type "(r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
+ aioredis/client.py:682:46: error: Expression type contains "Any" (has type "def (r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
- aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:684:45: error: Expression type contains "Any" (has type "(r: Untyped) -> set[Any]") [no-any-expr]
+ aioredis/client.py:684:45: error: Expression type contains "Any" (has type "def (r: Untyped) -> set[Any]") [no-any-expr]
- aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:688:13: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:688:13: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:691:34: error: Expression type contains "Any" (has type "(r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
+ aioredis/client.py:691:34: error: Expression type contains "Any" (has type "def (r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
- aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:693:49: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:693:49: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:694:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:694:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:695:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:695:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:696:54: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:696:54: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:697:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:697:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:700:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:700:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:701:21: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:701:21: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:702:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:702:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:703:20: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:703:20: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:704:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:704:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:705:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:705:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:706:22: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:706:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:710:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:710:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:711:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:711:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:712:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:712:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:713:27: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:713:27: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:714:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:714:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:715:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:715:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:716:42: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:716:42: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:717:36: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:717:36: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:718:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:718:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:719:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:719:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:720:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:720:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:721:25: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:721:25: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:722:28: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:722:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:723:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:723:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:724:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:724:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:725:30: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:725:30: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:726:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:726:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:727:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:727:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:728:37: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:728:37: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:729:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:729:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:730:27: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:730:27: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:731:23: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:731:23: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:732:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:732:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:733:23: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:733:23: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:734:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:734:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:735:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:735:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
+ aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
- aioredis/client.py:736:19: error: Expression type contains "Any" (has type "(r: Untyped) -> list[(float, float) | None]") [no-any-expr]
+ aioredis/client.py:736:19: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[(float, float) | None]") [no-any-expr]
- aioredis/client.py:737:17: error: Expression type contains "Any" (has type "(ll: Any) -> (float, float) | None") [no-any-expr]
+ aioredis/client.py:737:17: error: Expression type contains "Any" (has type "def (ll: Any) -> (float, float) | None") [no-any-expr]
- aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:739:22: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:739:22: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:740:30: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:740:30: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> dict[Any, Any])") [no-any-expr]
+ aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> dict[Any, Any])") [no-any-expr]
- aioredis/client.py:741:20: error: Expression type contains "Any" (has type "(r: Untyped) -> dict[Any, Any]") [no-any-expr]
+ aioredis/client.py:741:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> dict[Any, Any]") [no-any-expr]
- aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:742:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:742:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:743:17: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:743:17: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:744:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:744:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:745:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:745:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:746:25: error: Expression type contains "Any" (has type "(response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:746:25: error: Expression type contains "Any" (has type "def (response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:747:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:747:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:748:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:748:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:749:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:749:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[None])") [no-any-expr]
+ aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[None])") [no-any-expr]
- aioredis/client.py:750:24: error: Expression type contains "Any" (has type "(r: Untyped) -> list[None]") [no-any-expr]
+ aioredis/client.py:750:24: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[None]") [no-any-expr]
- aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:751:19: error: Expression type contains "Any" (has type "(response: Untyped, infotype: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:751:19: error: Expression type contains "Any" (has type "def (response: Untyped, infotype: Untyped) -> None") [no-any-expr]
- aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:752:17: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:752:17: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:753:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:753:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | None)") [no-any-expr]
+ aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | None)") [no-any-expr]
- aioredis/client.py:754:22: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | None") [no-any-expr]
+ aioredis/client.py:754:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | None") [no-any-expr]
- aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:755:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:755:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[bool])") [no-any-expr]
+ aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[bool])") [no-any-expr]
- aioredis/client.py:756:26: error: Expression type contains "Any" (has type "(r: Untyped) -> list[bool]") [no-any-expr]
+ aioredis/client.py:756:26: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[bool]") [no-any-expr]
- aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:757:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:757:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:758:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:758:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:760:45: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:760:45: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:761:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:761:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:762:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:762:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:763:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:763:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:764:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:764:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:765:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:765:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:766:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:766:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:767:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:767:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | bool)") [no-any-expr]
+ aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | bool)") [no-any-expr]
- aioredis/client.py:768:16: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | bool") [no-any-expr]
+ aioredis/client.py:768:16: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | bool") [no-any-expr]
- aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:769:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:769:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:771:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:771:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:772:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:772:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> (int, int))") [no-any-expr]
+ aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> (int, int))") [no-any-expr]
- aioredis/client.py:773:17: error: Expression type contains "Any" (has type "(x: Untyped) -> (int, int)") [no-any-expr]
+ aioredis/client.py:773:17: error: Expression type contains "Any" (has type "def (x: Untyped) -> (int, int)") [no-any-expr]
- aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:774:19: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:774:19: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:775:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:775:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:778:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:778:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:779:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:779:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:780:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:780:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:781:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:781:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:782:21: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:782:21: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:783:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:783:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:784:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:784:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("(cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
+ aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("def (cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
- aioredis/client.py:830:27: note: Type is "def (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
+ aioredis/client.py:830:27: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
- aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:931:37: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:931:37: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1101:41: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1101:41: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1104:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1104:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1110:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1110:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1144:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1144:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1148:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1148:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1152:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1152:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1160:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1160:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1164:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1164:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1178:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1178:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1186:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1186:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1195:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1195:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1204:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1204:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1368:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1368:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1372:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1372:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1376:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1376:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1380:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1380:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1387:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1387:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1391:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1391:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1432:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1432:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1446:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1446:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1447:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1447:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1451:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1451:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1455:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1455:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1459:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1459:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1471:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1471:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1480:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1480:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1484:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1484:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1488:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1488:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1492:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1492:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1496:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1496:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1500:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1500:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1504:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1504:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1508:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1508:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1512:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1512:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1516:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1516:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1528:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1528:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1540:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1540:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1544:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1544:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1557:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1557:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1559:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1559:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1566:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1566:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1609:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1609:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1615:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1615:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1619:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1619:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1633:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1633:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1637:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1637:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1641:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1641:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1648:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1648:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1652:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1652:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1656:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1656:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1660:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1660:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1664:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1664:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1668:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1668:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1672:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1672:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1676:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1676:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1680:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1680:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
... (truncated 438 lines) ...
parso (https://github.com/davidhalter/parso)
- parso/normalizer.py:22:37: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:22:37: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:23:38: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:23:38: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:35:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:35:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:36:17: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:36:17: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:44:20: note: Type is "def (leaf: Untyped) -> None"
+ parso/normalizer.py:44:20: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/normalizer.py:46:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/normalizer.py:46:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/normalizer.py:47:32: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:47:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "(self: Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "def (self: Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "(self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("(self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("def (self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/normalizer.py:51:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:51:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:59:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:59:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:75:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/normalizer.py:75:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("(cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
+ parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("def (cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
- parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "(rule_cls: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "def (rule_cls: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:139:20: note: Type is "def (Untyped) -> None"
+ parso/normalizer.py:139:20: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/normalizer.py:174:19: note: Type is "def (message: Untyped, node: Untyped) -> None"
+ parso/normalizer.py:174:19: note: Type is "_NamedCallable & (message: Untyped, node: Untyped) -> None"
- parso/normalizer.py:179:12: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:179:12: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/tree.py:406:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/tree.py:406:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "(*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "def (*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/python/tokenize.py:604:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:604:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/tokenize.py:609:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:609:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/errors.py:225:13: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:225:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:277:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:277:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:279:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:279:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:281:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:281:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:291:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:291:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:292:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:292:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:318:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:318:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "(self: _Context, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "def (self: _Context, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "(self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("(self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("def (self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:368:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:368:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:370:9: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/errors.py:370:9: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:403:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:403:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "(self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "def (self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "(self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("(self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("def (self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:412:9: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:412:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:415:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:415:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:417:21: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:417:21: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:423:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:423:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:432:13: note: Type is "def (child_context: Untyped) -> None"
+ parso/python/errors.py:432:13: note: Type is "_NamedCallable & (child_context: Untyped) -> None"
- parso/python/errors.py:445:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:445:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:465:17: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:465:17: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:470:32: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:470:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:476:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:476:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:479:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:479:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:491:36: note: Type is "def () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
+ parso/python/errors.py:491:36: note: Type is "_NamedCallable & () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
- parso/python/errors.py:492:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:492:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:503:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:503:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:533:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:533:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:553:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:553:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:565:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:565:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:577:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:577:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:594:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:594:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:600:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:600:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:612:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:612:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:624:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:624:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:655:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:655:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:657:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:657:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:660:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:660:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:673:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:673:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:686:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:686:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:687:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:687:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:697:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:697:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:697:28: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/errors.py:697:28: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/errors.py:704:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:704:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:716:26: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:716:26: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:718:34: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:718:34: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:722:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:722:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:732:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:732:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:740:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:740:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:764:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:764:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:785:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:785:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:798:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:798:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:801:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:801:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:833:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:833:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:867:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:867:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:870:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:870:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:890:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:890:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:896:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:896:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:904:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:904:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:933:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:933:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:944:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:944:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:946:29: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:946:29: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:951:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:951:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:955:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:955:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:958:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:958:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:959:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:959:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:977:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:977:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:991:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:991:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1003:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1003:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1006:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1006:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1014:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1014:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1018:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1018:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1022:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1022:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1032:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1032:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1036:13: note: Type is "def (format_spec: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1036:13: note: Type is "_NamedCallable & (format_spec: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1039:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1039:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1044:17: note: Type is "def (fstring_expr: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1044:17: note: Type is "_NamedCallable & (fstring_expr: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1096:29: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1096:29: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1098:25: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1098:25: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1119:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1119:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1147:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1147:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1160:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1160:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1169:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1169:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1171:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1171:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1179:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1179:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1182:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1182:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1189:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1189:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1195:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1195:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1206:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1206:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1222:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1222:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1230:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1230:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1233:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1233:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1236:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1236:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1242:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1242:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1245:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1245:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1249:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1249:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1252:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1252:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1258:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1258:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1261:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1261:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1293:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:1293:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:1326:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1326:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/pgen2/grammar_parser.py:56:39: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:56:39: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:57:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:57:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:60:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:60:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:75:17: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:75:17: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:100:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:100:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:125:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:125:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:131:13: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:131:13: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:135:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:135:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:140:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:140:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:143:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:143:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/python/tree.py:339:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:339:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:345:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:345:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:351:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:351:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@next], /) -> _T@next
+ parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@_as_builtin], /) -> _T@_as_builtin
- parso/python/tree.py:1021:17: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1021:17: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1025:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1025:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1028:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1028:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1031:9: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1031:9: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1197:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/python/tree.py:1197:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/pgen2/generator.py:103:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:103:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:116:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:116:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:201:47: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:201:47: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/pgen2/generator.py:210:13: note: Type is "def (next_: Untyped, label: Untyped) -> None"
+ parso/pgen2/generator.py:210:13: note: Type is "_NamedCallable & (next_: Untyped, label: Untyped) -> None"
- parso/pgen2/generator.py:265:30: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:265:30: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/parser.py:129:13: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:129:13: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:144:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:144:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/parser.py:186:21: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:186:21: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:194:13: note: Type is "def (Untyped) -> None"
+ parso/parser.py:194:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/parser.py:196:16: note: Type is "def (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
+ parso/parser.py:196:16: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
- parso/parser.py:200:15: note: Type is "def (typing_extensions.SupportsIndex =) -> Untyped"
+ parso/parser.py:200:15: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Untyped"
- parso/parser.py:208:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:208:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:178:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/pep8.py:178:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:189:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:189:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:196:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:196:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:202:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:202:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:213:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:213:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:221:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:221:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:247:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:247:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:285:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:285:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:338:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:338:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:350:13: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:350:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:352:9: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/pep8.py:352:9: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/pep8.py:353:9: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:353:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:371:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:371:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:393:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:393:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:397:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:397:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:400:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:400:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:402:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:402:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:405:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:405:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:408:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:408:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:416:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:416:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:435:20: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:435:20: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:454:29: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:454:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:457:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:457:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:466:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:466:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:468:32: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:468:32: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:472:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:472:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:478:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:478:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:487:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:487:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:493:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:493:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:499:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:499:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:501:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:501:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:508:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:508:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:514:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:514:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:516:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:516:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:522:13: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:522:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:524:9: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:524:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:567:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:567:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:577:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:577:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:581:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:581:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:590:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:590:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:593:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:593:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:597:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:597:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:659:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:659:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:675:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:675:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:677:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:677:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:685:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:685:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:687:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:687:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:690:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:690:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:692:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:692:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:702:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:702:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:707:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:707:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:713:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:713:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:715:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:715:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:725:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:725:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/parser.py:77:22: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/parser.py:77:22: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/parser.py:136:25: note: Type is "def (token: Untyped) -> None"
+ parso/python/parser.py:136:25: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/python/parser.py:159:12: note: Type is "def (start_index: Untyped) -> None"
+ parso/python/parser.py:159:12: note: Type is "_NamedCallable & (start_index: Untyped) -> None"
- parso/python/parser.py:166:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/parser.py:166:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/parser.py:199:21: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/parser.py:199:21: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/diff.py:305:17: note: Type is "def (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
+ parso/python/diff.py:305:17: note: Type is "_NamedCallable & (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
- parso/python/diff.py:307:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:307:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:309:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:309:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:324:46: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:324:46: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:350:25: note: Type is "def (old_line: Untyped) -> None"
+ parso/python/diff.py:350:25: note: Type is "_NamedCallable & (old_line: Untyped) -> None"
- parso/python/diff.py:355:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:355:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:414:20: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:414:20: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:417:13: note: Type is "def (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:417:13: note: Type is "_NamedCallable & (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:444:18: note: Type is "def (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
+ parso/python/diff.py:444:18: note: Type is "_NamedCallable & (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
- parso/python/diff.py:453:16: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:453:16: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:553:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:553:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:562:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:562:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:603:16: note: Type is "def (suffix: Untyped) -> None"
+ parso/python/diff.py:603:16: note: Type is "_NamedCallable & (suffix: Untyped) -> None"
- parso/python/diff.py:613:22: note: Type is "def (tree_nodes: Untyped) -> None"
+ parso/python/diff.py:613:22: note: Type is "_NamedCallable & (tree_nodes: Untyped) -> None"
- parso/python/diff.py:633:13: note: Type is "def (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
+ parso/python/diff.py:633:13: note: Type is "_NamedCallable & (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
- parso/python/diff.py:635:13: note: Type is "def (child_node: Untyped) -> None"
+ parso/python/diff.py:635:13: note: Type is "_NamedCallable & (child_node: Untyped) -> None"
- parso/python/diff.py:638:13: note: Type is "def (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:638:13: note: Type is "_NamedCallable & (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:704:9: note: Type is "def (indentation: Untyped) -> None"
+ parso/python/diff.py:704:9: note: Type is "_NamedCallable & (indentation: Untyped) -> None"
- parso/python/diff.py:706:70: note: Type is "def (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
+ parso/python/diff.py:706:70: note: Type is "_NamedCallable & (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
- parso/python/diff.py:726:22: note: Type is "def (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
+ parso/python/diff.py:726:22: note: Type is "_NamedCallable & (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
- parso/grammar.py:180:16: note: Type is "def (node: Untyped, normalizer_config: Untyped =) -> None"
+ parso/grammar.py:180:16: note: Type is "_NamedCallable & (node: Untyped, normalizer_config: Untyped =) -> None"
- parso/grammar.py:183:16: note: Type is "def (node: Untyped) -> None"
+ parso/grammar.py:183:16: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/grammar.py:198:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:198:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:202:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:202:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:220:23: error: Expression type contains "Any" (has type "(lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/grammar.py:220:23: error: Expression type contains "Any" (has type "_NamedCallable & (lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/grammar.py:259:20: note: Type is "def (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
+ parso/grammar.py:259:20: note: Type is "_NamedCallable & (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
git-revise (https://github.com/mystor/git-revise)
- gitrevise/odb.py:390:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:390:16: note: Type is "_NamedCallable & (int =) -> Untyped"
- gitrevise/odb.py:406:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:406:16: note: Type is "_NamedCallable & (int =) -> Untyped"
CPython (cases_generator) (https://github.com/python/cpython)
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:151:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:151:6: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ Tools/cases_generator/parsing.py: note: In member "definition" of class "Parser":
+ Tools/cases_generator/parsing.py:153:21: error: Too few arguments for "macro_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:155:22: error: Too few arguments for "family_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:157:22: error: Too few arguments for "pseudo_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:159:20: error: Too few arguments for "inst_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:163:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inst_def" of class "Parser":
+ Tools/cases_generator/parsing.py:165:19: error: Too few arguments for "inst_header" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:166:25: error: Too few arguments for "block" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:178:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inputs" of class "Parser":
+ Tools/cases_generator/parsing.py:218:19: error: Too few arguments for "input" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:229:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "input" of class "Parser":
+ Tools/cases_generator/parsing.py:231:16: error: Too few arguments for "cache_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:231:39: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In member "outputs" of class "Parser":
+ Tools/cases_generator/parsing.py:236:20: error: Too few arguments for "output" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:246:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "output" of class "Parser":
+ Tools/cases_generator/parsing.py:248:16: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:250:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:264:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "stack_effect" of class "Parser":
+ Tools/cases_generator/parsing.py:277:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:285:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:293:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:318:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:324:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "uops" of class "Parser":
+ Tools/cases_generator/parsing.py:338:19: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:342:27: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:350:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:368:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:407:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:444:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: At top level:
+ Tools/cases_generator/parsing.py:483:9: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:483:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-arg for more info
+ Tools/cases_generator/parser.py: note: In function "parse_files":
+ Tools/cases_generator/parser.py:58:23: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parser.py: note: At top level:
pycryptodome (https://github.com/Legrandin/pycryptodome)
- lib/Crypto/SelfTest/loader.py:88:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/loader.py:88:13: note: Type is "_NamedCallable & (Untyped) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "(population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "_NamedCallable & (population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "((data: Untyped) -> None, (data: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(def (data: Untyped) -> None, def (data: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "def (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "_NamedCallable & (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "(obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "def (obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "def (bits: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "_NamedCallable & (bits: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
... (truncated 906 lines) ...
attrs (https://github.com/python-attrs/attrs)
- tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
- tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
dulwich (https://github.com/dulwich/dulwich)
- dulwich/mailmap.py:70:17: note: Type is "def (canonical_identity: Untyped, from_identity: Untyped =) -> None"
+ dulwich/mailmap.py:70:17: note: Type is "_NamedCallable & (canonical_identity: Untyped, from_identity: Untyped =) -> None"
- dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("(cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
+ dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("def (cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
- dulwich/lru_cache.py:82:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:82:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:291:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:291:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:402:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:402:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
+ dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("def (cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
- dulwich/lfs.py:41:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], repo: Untyped, create: bool=...) -> None") [no-any-decorated]
+ dulwich/lfs.py:41:5: error: Type of decorated function contains type "Any" ("def (cls: type[LFSStore], repo: Untyped, create: bool=...) -> None") [no-any-decorated]
- dulwich/lfs.py:44:20: note: Type is "def (lfs_dir: Untyped) -> None"
+ dulwich/lfs.py:44:20: note: Type is "_NamedCallable & (lfs_dir: Untyped) -> None"
- dulwich/lfs.py:53:25: note: Type is "def (sha: Untyped) -> None"
+ dulwich/lfs.py:53:25: note: Type is "_NamedCallable & (sha: Untyped) -> None"
- dulwich/lfs.py:70:16: note: Type is "def (sha: Untyped) -> None"
+ dulwich/lfs.py:70:16: note: Type is "_NamedCallable & (sha: Untyped) -> None"
- dulwich/protocol.py:247:9: note: Type is "def (data: Untyped) -> None"
+ dulwich/protocol.py:247:9: note: Type is "_NamedCallable & (data: Untyped) -> None"
- dulwich/protocol.py:303:13: note: Type is "def (line: Untyped) -> None"
+ dulwich/protocol.py:303:13: note: Type is "_NamedCallable & (line: Untyped) -> None"
- dulwich/protocol.py:315:9: note: Type is "def (line: Untyped) -> None"
+ dulwich/protocol.py:315:9: note: Type is "_NamedCallable & (line: Untyped) -> None"
- dulwich/protocol.py:346:26: error: Expression type contains "Any" (has type "(size: Untyped) -> None") [no-any-expr]
+ dulwich/protocol.py:346:26: error: Expression type contains "Any" (has type "_NamedCallable & (size: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:42:35: error: Expression type contains "Any" (has type "(*args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:42:35: error: Expression type contains "Any" (has type "_NamedCallable & (*args: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:159:46: error: Expression type contains "Any" (has type "(*args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:159:46: error: Expression type contains "Any" (has type "def (*args: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:159:59: error: Expression type contains "Any" (has type "(success: Untyped, *args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:159:59: error: Expression type contains "Any" (has type "def (success: Untyped, *args: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:71:5: note: Type is "def (item: Untyped) -> None"
+ dulwich/graph.py:71:5: note: Type is "_NamedCallable & (item: Untyped) -> None"
- dulwich/graph.py:75:9: note: Type is "def (item: Untyped) -> None"
+ dulwich/graph.py:75:9: note: Type is "_NamedCallable & (item: Untyped) -> None"
- dulwich/graph.py:112:22: error: Expression type contains "Any" (has type "(x: (Any (unannotated), Any (unannotated))) -> Any (unannotated)") [no-any-expr]
+ dulwich/graph.py:112:22: error: Expression type contains "Any" (has type "def (x: (Any (unannotated), Any (unannotated))) -> Any (unannotated)") [no-any-expr]
- dulwich/graph.py:150:23: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:150:23: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:150:48: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:150:48: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:187:30: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:187:30: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:187:57: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:187:57: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:188:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ dulwich/graph.py:188:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- dulwich/graph.py:221:23: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:221:23: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:221:49: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:221:49: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:183:21: error: Expression type contains "Any" (has type "(obj: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:183:21: error: Expression type contains "Any" (has type "def (obj: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:183:26: error: Expression type contains "Any" (has type "(obj: Untyped, value: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:183:26: error: Expression type contains "Any" (has type "def (obj: Untyped, value: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:387:5: error: Type of decorated function contains type "Any" ("(magic: Untyped, f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:387:5: error: Type of decorated function contains type "Any" ("def (magic: Untyped, f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:415:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:415:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:421:19: note: Type is "def (magic: Untyped, f: typing.BinaryIO) -> dulwich.objects.ShaFile"
+ dulwich/objects.py:421:19: note: Type is "_NamedCallable & (magic: Untyped, f: typing.BinaryIO) -> dulwich.objects.ShaFile"
- dulwich/objects.py:422:13: note: Type is "def (map: Untyped) -> None"
+ dulwich/objects.py:422:13: note: Type is "_NamedCallable & (map: Untyped) -> None"
- dulwich/objects.py:424:19: note: Type is "def (magic: Untyped, f: Untyped) -> None"
+ dulwich/objects.py:424:19: note: Type is "_NamedCallable & (magic: Untyped, f: Untyped) -> None"
- dulwich/objects.py:425:13: note: Type is "def (map: Untyped) -> None"
+ dulwich/objects.py:425:13: note: Type is "_NamedCallable & (map: Untyped) -> None"
- dulwich/objects.py:441:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], path: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:441:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], path: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:444:20: note: Type is "def (f: Untyped) -> None"
+ dulwich/objects.py:444:20: note: Type is "_NamedCallable & (f: Untyped) -> None"
- dulwich/objects.py:447:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:447:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:450:19: note: Type is "def (f: Untyped) -> None"
+ dulwich/objects.py:450:19: note: Type is "_NamedCallable & (f: Untyped) -> None"
- dulwich/objects.py:457:5: error: Type of decorated function contains type "Any" ("(type_num: Untyped, string: Untyped, sha: Untyped=...) -> None") [no-any-decorated]
+ dulwich/objects.py:457:5: error: Type of decorated function contains type "Any" ("def (type_num: Untyped, string: Untyped, sha: Untyped=...) -> None") [no-any-decorated]
- dulwich/objects.py:491:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], string: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:491:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], string: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:555:16: note: Type is "def (type_num: Untyped, string: Untyped, sha: Untyped =) -> None"
+ dulwich/objects.py:555:16: note: Type is "_NamedCallable & (type_num: Untyped, string: Untyped, sha: Untyped =) -> None"
- dulwich/objects.py:608:20: error: Expression type contains "Any" (has type "(self: Blob, data: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:608:20: error: Expression type contains "Any" (has type "def (self: Blob, data: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:630:5: error: Type of decorated function contains type "Any" ("(cls: type[Blob], path: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:630:5: error: Type of decorated function contains type "Any" ("def (cls: type[Blob], path: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:631:16: note: Type is "def (path: Untyped) -> None"
+ dulwich/objects.py:631:16: note: Type is "_NamedCallable & (path: Untyped) -> None"
- dulwich/objects.py:768:5: error: Type of decorated function contains type "Any" ("(cls: type[Tag], filename: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:768:5: error: Type of decorated function contains type "Any" ("def (cls: type[Tag], filename: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:769:15: note: Type is "def (path: Untyped) -> None"
+ dulwich/objects.py:769:15: note: Type is "_NamedCallable & (path: Untyped) -> None"
- dulwich/objects.py:782:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:782:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:783:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:783:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:784:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:784:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"```</details>
... (truncated 30511 lines) ... |
Diff from mypy_primer, showing the effect of this PR on open source code: git-revise (https://github.com/mystor/git-revise)
- gitrevise/odb.py:390:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:390:16: note: Type is "_NamedCallable & (int =) -> Untyped"
- gitrevise/odb.py:406:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:406:16: note: Type is "_NamedCallable & (int =) -> Untyped"
CPython (cases_generator) (https://github.com/python/cpython)
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:151:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:151:6: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ Tools/cases_generator/parsing.py: note: In member "definition" of class "Parser":
+ Tools/cases_generator/parsing.py:153:21: error: Too few arguments for "macro_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:155:22: error: Too few arguments for "family_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:157:22: error: Too few arguments for "pseudo_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:159:20: error: Too few arguments for "inst_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:163:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inst_def" of class "Parser":
+ Tools/cases_generator/parsing.py:165:19: error: Too few arguments for "inst_header" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:166:25: error: Too few arguments for "block" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:178:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inputs" of class "Parser":
+ Tools/cases_generator/parsing.py:218:19: error: Too few arguments for "input" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:229:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "input" of class "Parser":
+ Tools/cases_generator/parsing.py:231:16: error: Too few arguments for "cache_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:231:39: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In member "outputs" of class "Parser":
+ Tools/cases_generator/parsing.py:236:20: error: Too few arguments for "output" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:246:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "output" of class "Parser":
+ Tools/cases_generator/parsing.py:248:16: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:250:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:264:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "stack_effect" of class "Parser":
+ Tools/cases_generator/parsing.py:277:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:285:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:293:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:318:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:324:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "uops" of class "Parser":
+ Tools/cases_generator/parsing.py:338:19: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:342:27: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:350:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:368:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:407:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:444:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or ignore it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: At top level:
+ Tools/cases_generator/parsing.py:483:9: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:483:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-arg for more info
+ Tools/cases_generator/parser.py: note: In function "parse_files":
+ Tools/cases_generator/parser.py:58:23: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parser.py: note: At top level:
attrs (https://github.com/python-attrs/attrs)
- tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
- tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
aioredis (https://github.com/aio-libs/aioredis)
- aioredis/utils.py:28:12: note: Type is "def (url: str, **kwargs: Untyped) -> None"
+ aioredis/utils.py:28:12: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> None"
- aioredis/connection.py:698:35: note: Type is "def (exception: Untyped) -> None"
+ aioredis/connection.py:698:35: note: Type is "_NamedCallable & (exception: Untyped) -> None"
- aioredis/connection.py:767:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:767:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:776:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:776:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:784:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:784:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:790:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:790:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:823:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:823:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:829:27: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:829:27: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("[_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
+ aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("def [_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
- aioredis/connection.py:1559:17: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1559:17: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/connection.py:1604:36: note: Type is "def () -> typing.Coroutine[Any, Any, Untyped]"
+ aioredis/connection.py:1604:36: note: Type is "_NamedCallable & () -> typing.Coroutine[Any, Any, Untyped]"
- aioredis/connection.py:1647:13: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1647:13: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/client.py:363:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:363:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:365:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:365:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:374:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:374:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Untyped") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Untyped") [no-any-expr]
- aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:11: error: list comprehension has incompatible type list[(...) -> Untyped]; expected list[def (x: Untyped) -> Any] [misc]
- aioredis/client.py:537:22: error: Expression type contains "Any" (has type "(fv: ((x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
+ aioredis/client.py:537:22: error: Expression type contains "Any" (has type "def (fv: (def (x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
- aioredis/client.py:537:33: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:33: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:39: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:39: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[((x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
+ aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[(def (x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:586:13: note: Type is "def (Any (unannotated)) -> None"
+ aioredis/client.py:586:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:673:13: error: Expression type contains "Any" (has type "(r: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:673:13: error: Expression type contains "Any" (has type "def (r: Untyped) -> int") [no-any-expr]
- aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:675:39: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:675:39: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:676:57: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:676:57: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:680:13: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:680:13: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:682:46: error: Expression type contains "Any" (has type "(r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
+ aioredis/client.py:682:46: error: Expression type contains "Any" (has type "def (r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
- aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:684:45: error: Expression type contains "Any" (has type "(r: Untyped) -> set[Any]") [no-any-expr]
+ aioredis/client.py:684:45: error: Expression type contains "Any" (has type "def (r: Untyped) -> set[Any]") [no-any-expr]
- aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:688:13: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:688:13: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:691:34: error: Expression type contains "Any" (has type "(r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
+ aioredis/client.py:691:34: error: Expression type contains "Any" (has type "def (r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
- aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:693:49: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:693:49: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:694:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:694:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:695:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:695:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:696:54: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:696:54: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:697:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:697:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:700:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:700:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:701:21: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:701:21: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:702:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:702:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:703:20: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:703:20: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:704:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:704:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:705:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:705:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:706:22: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:706:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:710:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:710:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:711:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:711:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:712:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:712:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:713:27: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:713:27: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:714:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:714:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:715:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:715:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:716:42: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:716:42: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:717:36: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:717:36: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:718:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:718:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:719:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:719:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:720:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:720:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:721:25: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:721:25: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:722:28: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:722:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:723:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:723:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:724:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:724:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:725:30: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:725:30: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:726:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:726:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:727:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:727:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:728:37: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:728:37: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:729:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:729:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:730:27: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:730:27: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:731:23: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:731:23: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:732:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:732:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:733:23: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:733:23: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:734:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:734:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:735:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:735:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
+ aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
- aioredis/client.py:736:19: error: Expression type contains "Any" (has type "(r: Untyped) -> list[(float, float) | None]") [no-any-expr]
+ aioredis/client.py:736:19: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[(float, float) | None]") [no-any-expr]
- aioredis/client.py:737:17: error: Expression type contains "Any" (has type "(ll: Any) -> (float, float) | None") [no-any-expr]
+ aioredis/client.py:737:17: error: Expression type contains "Any" (has type "def (ll: Any) -> (float, float) | None") [no-any-expr]
- aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:739:22: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:739:22: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:740:30: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:740:30: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> dict[Any, Any])") [no-any-expr]
+ aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> dict[Any, Any])") [no-any-expr]
- aioredis/client.py:741:20: error: Expression type contains "Any" (has type "(r: Untyped) -> dict[Any, Any]") [no-any-expr]
+ aioredis/client.py:741:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> dict[Any, Any]") [no-any-expr]
- aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:742:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:742:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:743:17: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:743:17: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:744:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:744:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:745:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:745:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:746:25: error: Expression type contains "Any" (has type "(response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:746:25: error: Expression type contains "Any" (has type "def (response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:747:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:747:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:748:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:748:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:749:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:749:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[None])") [no-any-expr]
+ aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[None])") [no-any-expr]
- aioredis/client.py:750:24: error: Expression type contains "Any" (has type "(r: Untyped) -> list[None]") [no-any-expr]
+ aioredis/client.py:750:24: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[None]") [no-any-expr]
- aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:751:19: error: Expression type contains "Any" (has type "(response: Untyped, infotype: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:751:19: error: Expression type contains "Any" (has type "def (response: Untyped, infotype: Untyped) -> None") [no-any-expr]
- aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:752:17: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:752:17: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:753:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:753:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | None)") [no-any-expr]
+ aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | None)") [no-any-expr]
- aioredis/client.py:754:22: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | None") [no-any-expr]
+ aioredis/client.py:754:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | None") [no-any-expr]
- aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:755:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:755:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[bool])") [no-any-expr]
+ aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[bool])") [no-any-expr]
- aioredis/client.py:756:26: error: Expression type contains "Any" (has type "(r: Untyped) -> list[bool]") [no-any-expr]
+ aioredis/client.py:756:26: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[bool]") [no-any-expr]
- aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:757:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:757:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:758:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:758:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:760:45: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:760:45: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:761:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:761:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:762:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:762:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:763:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:763:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:764:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:764:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:765:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:765:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:766:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:766:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:767:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:767:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | bool)") [no-any-expr]
+ aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | bool)") [no-any-expr]
- aioredis/client.py:768:16: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | bool") [no-any-expr]
+ aioredis/client.py:768:16: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | bool") [no-any-expr]
- aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:769:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:769:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:771:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:771:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:772:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:772:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> (int, int))") [no-any-expr]
+ aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> (int, int))") [no-any-expr]
- aioredis/client.py:773:17: error: Expression type contains "Any" (has type "(x: Untyped) -> (int, int)") [no-any-expr]
+ aioredis/client.py:773:17: error: Expression type contains "Any" (has type "def (x: Untyped) -> (int, int)") [no-any-expr]
- aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:774:19: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:774:19: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:775:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:775:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:778:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:778:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:779:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:779:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:780:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:780:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:781:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:781:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:782:21: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:782:21: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:783:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:783:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:784:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:784:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("(cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
+ aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("def (cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
- aioredis/client.py:830:27: note: Type is "def (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
+ aioredis/client.py:830:27: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
- aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:931:37: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:931:37: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1101:41: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1101:41: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1104:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1104:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1110:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1110:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1144:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1144:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1148:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1148:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1152:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1152:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1160:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1160:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1164:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1164:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1178:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1178:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1186:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1186:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1195:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1195:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1204:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1204:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1368:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1368:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1372:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1372:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1376:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1376:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1380:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1380:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1387:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1387:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1391:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1391:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1432:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1432:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1446:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1446:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1447:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1447:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1451:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1451:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1455:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1455:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1459:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1459:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1471:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1471:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1480:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1480:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1484:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1484:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1488:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1488:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1492:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1492:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1496:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1496:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1500:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1500:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1504:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1504:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1508:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1508:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1512:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1512:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1516:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1516:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1528:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1528:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1540:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1540:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1544:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1544:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1557:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1557:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1559:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1559:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1566:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1566:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1609:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1609:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1615:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1615:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1619:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1619:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1633:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1633:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1637:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1637:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1641:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1641:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1648:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1648:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1652:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1652:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1656:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1656:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1660:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1660:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1664:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1664:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1668:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1668:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1672:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1672:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1676:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1676:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1680:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1680:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
... (truncated 438 lines) ...
parso (https://github.com/davidhalter/parso)
- parso/normalizer.py:22:37: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:22:37: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:23:38: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:23:38: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:35:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:35:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:36:17: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:36:17: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:44:20: note: Type is "def (leaf: Untyped) -> None"
+ parso/normalizer.py:44:20: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/normalizer.py:46:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/normalizer.py:46:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/normalizer.py:47:32: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:47:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "(self: Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "def (self: Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "(self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("(self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("def (self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/normalizer.py:51:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:51:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:59:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:59:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:75:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/normalizer.py:75:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("(cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
+ parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("def (cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
- parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "(rule_cls: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "def (rule_cls: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:139:20: note: Type is "def (Untyped) -> None"
+ parso/normalizer.py:139:20: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/normalizer.py:174:19: note: Type is "def (message: Untyped, node: Untyped) -> None"
+ parso/normalizer.py:174:19: note: Type is "_NamedCallable & (message: Untyped, node: Untyped) -> None"
- parso/normalizer.py:179:12: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:179:12: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/tree.py:406:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/tree.py:406:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "(*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "def (*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/python/tokenize.py:604:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:604:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/tokenize.py:609:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:609:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/errors.py:225:13: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:225:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:277:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:277:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:279:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:279:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:281:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:281:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:291:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:291:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:292:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:292:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:318:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:318:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "(self: _Context, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "def (self: _Context, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "(self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("(self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("def (self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:368:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:368:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:370:9: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/errors.py:370:9: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:403:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:403:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "(self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "def (self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "(self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("(self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("def (self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:412:9: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:412:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:415:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:415:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:417:21: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:417:21: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:423:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:423:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:432:13: note: Type is "def (child_context: Untyped) -> None"
+ parso/python/errors.py:432:13: note: Type is "_NamedCallable & (child_context: Untyped) -> None"
- parso/python/errors.py:445:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:445:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:465:17: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:465:17: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:470:32: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:470:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:476:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:476:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:479:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:479:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:491:36: note: Type is "def () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
+ parso/python/errors.py:491:36: note: Type is "_NamedCallable & () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
- parso/python/errors.py:492:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:492:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:503:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:503:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:533:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:533:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:553:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:553:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:565:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:565:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:577:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:577:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:594:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:594:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:600:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:600:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:612:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:612:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:624:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:624:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:655:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:655:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:657:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:657:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:660:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:660:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:673:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:673:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:686:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:686:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:687:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:687:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:697:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:697:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:697:28: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/errors.py:697:28: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/errors.py:704:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:704:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:716:26: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:716:26: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:718:34: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:718:34: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:722:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:722:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:732:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:732:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:740:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:740:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:764:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:764:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:785:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:785:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:798:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:798:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:801:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:801:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:833:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:833:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:867:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:867:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:870:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:870:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:890:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:890:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:896:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:896:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:904:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:904:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:933:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:933:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:944:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:944:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:946:29: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:946:29: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:951:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:951:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:955:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:955:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:958:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:958:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:959:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:959:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:977:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:977:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:991:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:991:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1003:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1003:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1006:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1006:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1014:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1014:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1018:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1018:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1022:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1022:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1032:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1032:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1036:13: note: Type is "def (format_spec: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1036:13: note: Type is "_NamedCallable & (format_spec: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1039:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1039:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1044:17: note: Type is "def (fstring_expr: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1044:17: note: Type is "_NamedCallable & (fstring_expr: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1096:29: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1096:29: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1098:25: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1098:25: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1119:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1119:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1147:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1147:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1160:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1160:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1169:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1169:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1171:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1171:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1179:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1179:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1182:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1182:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1189:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1189:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1195:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1195:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1206:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1206:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1222:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1222:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1230:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1230:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1233:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1233:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1236:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1236:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1242:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1242:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1245:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1245:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1249:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1249:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1252:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1252:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1258:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1258:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1261:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1261:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1293:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:1293:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:1326:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1326:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/pgen2/grammar_parser.py:56:39: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:56:39: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:57:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:57:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:60:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:60:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:75:17: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:75:17: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:100:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:100:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:125:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:125:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:131:13: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:131:13: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:135:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:135:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:140:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:140:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:143:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:143:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/python/tree.py:339:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:339:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:345:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:345:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:351:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:351:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@next], /) -> _T@next
+ parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@_as_builtin], /) -> _T@_as_builtin
- parso/python/tree.py:1021:17: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1021:17: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1025:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1025:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1028:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1028:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1031:9: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1031:9: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1197:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/python/tree.py:1197:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/pgen2/generator.py:103:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:103:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:116:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:116:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:201:47: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:201:47: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/pgen2/generator.py:210:13: note: Type is "def (next_: Untyped, label: Untyped) -> None"
+ parso/pgen2/generator.py:210:13: note: Type is "_NamedCallable & (next_: Untyped, label: Untyped) -> None"
- parso/pgen2/generator.py:265:30: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:265:30: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/parser.py:129:13: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:129:13: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:144:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:144:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/parser.py:186:21: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:186:21: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:194:13: note: Type is "def (Untyped) -> None"
+ parso/parser.py:194:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/parser.py:196:16: note: Type is "def (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
+ parso/parser.py:196:16: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
- parso/parser.py:200:15: note: Type is "def (typing_extensions.SupportsIndex =) -> Untyped"
+ parso/parser.py:200:15: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Untyped"
- parso/parser.py:208:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:208:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:178:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/pep8.py:178:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:189:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:189:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:196:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:196:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:202:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:202:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:213:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:213:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:221:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:221:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:247:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:247:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:285:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:285:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:338:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:338:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:350:13: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:350:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:352:9: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/pep8.py:352:9: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/pep8.py:353:9: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:353:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:371:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:371:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:393:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:393:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:397:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:397:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:400:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:400:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:402:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:402:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:405:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:405:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:408:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:408:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:416:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:416:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:435:20: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:435:20: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:454:29: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:454:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:457:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:457:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:466:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:466:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:468:32: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:468:32: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:472:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:472:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:478:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:478:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:487:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:487:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:493:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:493:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:499:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:499:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:501:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:501:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:508:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:508:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:514:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:514:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:516:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:516:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:522:13: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:522:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:524:9: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:524:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:567:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:567:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:577:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:577:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:581:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:581:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:590:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:590:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:593:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:593:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:597:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:597:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:659:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:659:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:675:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:675:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:677:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:677:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:685:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:685:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:687:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:687:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:690:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:690:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:692:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:692:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:702:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:702:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:707:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:707:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:713:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:713:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:715:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:715:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:725:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:725:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/parser.py:77:22: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/parser.py:77:22: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/parser.py:136:25: note: Type is "def (token: Untyped) -> None"
+ parso/python/parser.py:136:25: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/python/parser.py:159:12: note: Type is "def (start_index: Untyped) -> None"
+ parso/python/parser.py:159:12: note: Type is "_NamedCallable & (start_index: Untyped) -> None"
- parso/python/parser.py:166:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/parser.py:166:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/parser.py:199:21: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/parser.py:199:21: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/diff.py:305:17: note: Type is "def (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
+ parso/python/diff.py:305:17: note: Type is "_NamedCallable & (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
- parso/python/diff.py:307:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:307:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:309:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:309:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:324:46: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:324:46: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:350:25: note: Type is "def (old_line: Untyped) -> None"
+ parso/python/diff.py:350:25: note: Type is "_NamedCallable & (old_line: Untyped) -> None"
- parso/python/diff.py:355:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:355:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:414:20: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:414:20: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:417:13: note: Type is "def (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:417:13: note: Type is "_NamedCallable & (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:444:18: note: Type is "def (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
+ parso/python/diff.py:444:18: note: Type is "_NamedCallable & (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
- parso/python/diff.py:453:16: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:453:16: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:553:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:553:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:562:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:562:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:603:16: note: Type is "def (suffix: Untyped) -> None"
+ parso/python/diff.py:603:16: note: Type is "_NamedCallable & (suffix: Untyped) -> None"
- parso/python/diff.py:613:22: note: Type is "def (tree_nodes: Untyped) -> None"
+ parso/python/diff.py:613:22: note: Type is "_NamedCallable & (tree_nodes: Untyped) -> None"
- parso/python/diff.py:633:13: note: Type is "def (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
+ parso/python/diff.py:633:13: note: Type is "_NamedCallable & (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
- parso/python/diff.py:635:13: note: Type is "def (child_node: Untyped) -> None"
+ parso/python/diff.py:635:13: note: Type is "_NamedCallable & (child_node: Untyped) -> None"
- parso/python/diff.py:638:13: note: Type is "def (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:638:13: note: Type is "_NamedCallable & (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:704:9: note: Type is "def (indentation: Untyped) -> None"
+ parso/python/diff.py:704:9: note: Type is "_NamedCallable & (indentation: Untyped) -> None"
- parso/python/diff.py:706:70: note: Type is "def (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
+ parso/python/diff.py:706:70: note: Type is "_NamedCallable & (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
- parso/python/diff.py:726:22: note: Type is "def (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
+ parso/python/diff.py:726:22: note: Type is "_NamedCallable & (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
- parso/grammar.py:180:16: note: Type is "def (node: Untyped, normalizer_config: Untyped =) -> None"
+ parso/grammar.py:180:16: note: Type is "_NamedCallable & (node: Untyped, normalizer_config: Untyped =) -> None"
- parso/grammar.py:183:16: note: Type is "def (node: Untyped) -> None"
+ parso/grammar.py:183:16: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/grammar.py:198:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:198:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:202:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:202:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:220:23: error: Expression type contains "Any" (has type "(lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/grammar.py:220:23: error: Expression type contains "Any" (has type "_NamedCallable & (lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/grammar.py:259:20: note: Type is "def (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
+ parso/grammar.py:259:20: note: Type is "_NamedCallable & (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
itsdangerous (https://github.com/pallets/itsdangerous)
- src/itsdangerous/encoding.py:45:17: error: Expression type contains "Any" (has type "(*v: Any) -> bytes") [no-any-expr]
+ src/itsdangerous/encoding.py:45:17: error: Expression type contains "Any" (has type "_NamedCallable & (*v: Any) -> bytes") [no-any-expr]
- src/itsdangerous/signer.py:54:49: error: Expression type contains "Any" (has type "(string: bytes=...) -> Any") [no-any-expr]
+ src/itsdangerous/signer.py:54:49: error: Expression type contains "Any" (has type "def (string: bytes=...) -> Any") [no-any-expr]
- src/itsdangerous/signer.py:120:49: error: Expression type contains "Any" (has type "(string: bytes=...) -> Any") [no-any-expr]
+ src/itsdangerous/signer.py:120:49: error: Expression type contains "Any" (has type "def (string: bytes=...) -> Any") [no-any-expr]
- src/itsdangerous/serializer.py:110:5: error: Type of decorated function contains type "Any" ("(self: Serializer[str], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., serializer: None | _PDataSerializer[str]=..., serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:110:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[str], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., serializer: None | _PDataSerializer[str]=..., serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:126:5: error: Type of decorated function contains type "Any" ("(self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:126:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:142:5: error: Type of decorated function contains type "Any" ("(self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:142:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[bytes], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: _PDataSerializer[bytes], serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:161:5: error: Type of decorated function contains type "Any" ("(self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: Any, serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:161:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None, serializer: Any, serializer_kwargs: dict[str, Any] | None=..., signer: type[Signer] | None=..., signer_kwargs: dict[str, Any] | None=..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None=...) -> None") [no-any-decorated]
- src/itsdangerous/serializer.py:177:5: error: Type of decorated function contains type "Any" ("(self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: Any, serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
+ src/itsdangerous/serializer.py:177:5: error: Type of decorated function contains type "Any" ("def (self: Serializer[_TSerialized@Serializer], secret_key: str | bytes | Iterable[str] | Iterable[bytes], salt: str | bytes | None=..., *, serializer: Any, serializer_kwargs: dict[str, Any] | None = ..., signer: type[Signer] | None = ..., signer_kwargs: dict[str, Any] | None = ..., fallback_signers: list[dict[str, Any] | (type[Signer], dict[str, Any]) | type[Signer]] | None = ...) -> None") [no-any-decorated]
pycryptodome (https://github.com/Legrandin/pycryptodome)
- lib/Crypto/SelfTest/loader.py:88:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/loader.py:88:13: note: Type is "_NamedCallable & (Untyped) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "(population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "_NamedCallable & (population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "((data: Untyped) -> None, (data: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(def (data: Untyped) -> None, def (data: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "def (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "_NamedCallable & (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "(obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "def (obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "def (bits: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "_NamedCallable & (bits: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
... (truncated 906 lines) ...
boostedblob (https://github.com/hauntsaninja/boostedblob)
- boostedblob/azure_auth.py:145:28: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ boostedblob/azure_auth.py:145:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
+ boostedblob/globals.py:69:52: error: "(T@TokenManager) -> Awaitable[(Any, float)]" has no attribute "__qualname__" [attr-defined]
- boostedblob/globals.py:142:46: error: Expression type contains "Any" (has type "(cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
+ boostedblob/globals.py:142:46: error: Expression type contains "Any" (has type "def (cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
- boostedblob/globals.py:145:46: error: Expression type contains "Any" (has type "(cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
+ boostedblob/globals.py:145:46: error: Expression type contains "Any" (has type "def (cache_key: (str, str | None)) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
- boostedblob/globals.py:148:46: error: Expression type contains "Any" (has type "(_: str) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
+ boostedblob/globals.py:148:46: error: Expression type contains "Any" (has type "def (_: str) -> Coroutine[Any, Any, (Any, float)]") [no-any-expr]
- boostedblob/globals.py:203:2: error: Expression type contains "Any" (has type "(**kwargs: Any) -> Iterator[None]") [no-any-expr]
+ boostedblob/globals.py:203:2: error: Expression type contains "Any" (has type "def (**kwargs: Any) -> Iterator[None]") [no-any-expr]
- boostedblob/globals.py:204:1: error: Type of decorated function contains type "Any" ("(**kwargs: Any) -> _GeneratorContextManager[None]") [no-any-decorated]
+ boostedblob/globals.py:204:1: error: Type of decorated function contains type "Any" ("def (**kwargs: Any) -> _GeneratorContextManager[None]") [no-any-decorated]
- boostedblob/globals.py:247:6: error: Expression type contains "Any" (has type "(*args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any]") [no-any-expr]
+ boostedblob/globals.py:247:6: error: Expression type contains "Any" (has type "def (*args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any]") [no-any-expr]
- boostedblob/globals.py:248:5: error: Type of decorated function contains type "Any" ("(*args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any]") [no-any-decorated]
+ boostedblob/globals.py:248:5: error: Type of decorated function contains type "Any" ("def (*args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any]") [no-any-decorated]
- boostedblob/globals.py:252:12: error: Expression type contains "Any" (has type "(*args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any]") [no-any-expr]
+ boostedblob/globals.py:252:12: error: Expression type contains "Any" (has type "def (*args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any]") [no-any-expr]
- boostedblob/globals.py:268:32: error: Expression type contains "Any" (has type "(loop: AbstractEventLoop, context: dict[str, Any]) -> None") [no-any-expr]
+ boostedblob/globals.py:268:32: error: Expression type contains "Any" (has type "def (loop: AbstractEventLoop, context: dict[str, Any]) -> None") [no-any-expr]
- boostedblob/request.py:84: error: Type of decorated function contains type "Any" ("(*, method: str = ..., url: str = ..., params: Mapping[str, str] = ..., data: dict[str, Any] | bytes | None = ..., headers: Mapping[str, str] = ..., success_codes: Sequence[int] = ..., retry_codes: Sequence[int] = ..., failure_exceptions: Mapping[int, Exception] = ..., auth: (Request) -> Awaitable[RawRequest] | None = ...) -> None") [no-any-decorated]
+ boostedblob/request.py:84: error: Type of decorated function contains type "Any" ("def (*, method: str = ..., url: str = ..., params: Mapping[str, str] = ..., data: dict[str, Any] | bytes | None = ..., headers: Mapping[str, str] = ..., success_codes: Sequence[int] = ..., retry_codes: Sequence[int] = ..., failure_exceptions: Mapping[int, Exception] = ..., auth: (Request) -> Awaitable[RawRequest] | None = ...) -> None") [no-any-decorated]
- boostedblob/path.py:384:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (fn: F) -> F") [no-any-expr]
+ boostedblob/path.py:384:2: error: Expression type contains "Any" (has type "def [F: (...) -> Any] (fn: F) -> F") [no-any-expr]
- boostedblob/path.py:428:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (fn: F) -> F") [no-any-expr]
+ boostedblob/path.py:428:2: error: Expression type contains "Any" (has type "def [F: (...) -> Any] (fn: F) -> F") [no-any-expr]
- boostedblob/path.py:439:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (fn: F) -> F") [no-any-expr]
+ boostedblob/path.py:439:2: error: Expression type contains "Any" (has type "def [F: (...) -> Any] (fn: F) -> F") [no-any-expr]
- boostedblob/path.py:535:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (fn: F) -> F") [no-any-expr]
+ boostedblob/path.py:535:2: error: Expression type contains "Any" (has type "def [F: (...) -> Any] (fn: F) -> F") [no-any-expr]
- boostedblob/path.py:559:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (fn: F) -> F") [no-any-expr]
+ boostedblob/path.py:559:2: error: Expression type contains "Any" (has type "def [F: (...) -> Any] (fn: F) -> F") [no-any-expr]
- boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (fn: F) -> F") [no-any-expr]
+ boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "def [F: (...) -> Any] (fn: F) -> F") [no-any-expr]```</details>
... (truncated 30564 lines) ... |
Diff from mypy_primer, showing the effect of this PR on open source code: aioredis (https://github.com/aio-libs/aioredis)
- aioredis/utils.py:28:12: note: Type is "def (url: str, **kwargs: Untyped) -> None"
+ aioredis/utils.py:28:12: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> None"
- aioredis/connection.py:698:35: note: Type is "def (exception: Untyped) -> None"
+ aioredis/connection.py:698:35: note: Type is "_NamedCallable & (exception: Untyped) -> None"
- aioredis/connection.py:767:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:767:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:776:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:776:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:784:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:784:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:790:19: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:790:19: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:823:23: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:823:23: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:829:27: note: Type is "def (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/connection.py:829:27: note: Type is "_NamedCallable & (*args: Untyped, **kwargs: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1171:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1171:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1172:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1172:29: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, (value: Untyped) -> bool | None)") [no-any-expr]
+ aioredis/connection.py:1175:9: error: Expression type contains "Any" (has type "(str, def (value: Untyped) -> bool | None)") [no-any-expr]
- aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "(value: Untyped) -> bool | None") [no-any-expr]
+ aioredis/connection.py:1175:31: error: Expression type contains "Any" (has type "def (value: Untyped) -> bool | None") [no-any-expr]
- aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("[_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
+ aioredis/connection.py:1261:5: error: Type of decorated function contains type "Any" ("def [_CP: ConnectionPool] (cls: type[_CP], url: str, **kwargs: Untyped) -> _CP") [no-any-decorated]
- aioredis/connection.py:1559:17: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1559:17: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/connection.py:1604:36: note: Type is "def () -> typing.Coroutine[Any, Any, Untyped]"
+ aioredis/connection.py:1604:36: note: Type is "_NamedCallable & () -> typing.Coroutine[Any, Any, Untyped]"
- aioredis/connection.py:1647:13: note: Type is "def (item: Untyped) -> None"
+ aioredis/connection.py:1647:13: note: Type is "_NamedCallable & (item: Untyped) -> None"
- aioredis/client.py:363:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:363:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:365:13: note: Type is "def ((Untyped, None)) -> None"
+ aioredis/client.py:365:13: note: Type is "_NamedCallable & ((Untyped, None)) -> None"
- aioredis/client.py:374:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:374:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:535:9: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- aioredis/client.py:535:10: error: Expression type contains "Any" (has type "(x: Untyped) -> Untyped") [no-any-expr]
+ aioredis/client.py:535:10: error: Expression type contains "Any" (has type "def (x: Untyped) -> Untyped") [no-any-expr]
- aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:5: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:10: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:536:11: error: list comprehension has incompatible type list[(...) -> Untyped]; expected list[def (x: Untyped) -> Any] [misc]
- aioredis/client.py:537:22: error: Expression type contains "Any" (has type "(fv: ((x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
+ aioredis/client.py:537:22: error: Expression type contains "Any" (has type "def (fv: (def (x: Untyped) -> Any, Any (unannotated))) -> Any") [no-any-expr]
- aioredis/client.py:537:33: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:33: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:39: error: Expression type contains "Any" (has type "((x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
+ aioredis/client.py:537:39: error: Expression type contains "Any" (has type "(def (x: Untyped) -> Any, Any (unannotated))") [no-any-expr]
- aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[((x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
+ aioredis/client.py:537:47: error: Expression type contains "Any" (has type "zip[(def (x: Untyped) -> Any, Any (unannotated))]") [no-any-expr]
- aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[(x: Untyped) -> Any]") [no-any-expr]
+ aioredis/client.py:537:51: error: Expression type contains "Any" (has type "list[def (x: Untyped) -> Any]") [no-any-expr]
- aioredis/client.py:586:13: note: Type is "def (Any (unannotated)) -> None"
+ aioredis/client.py:586:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:655:26: error: Expression type contains "Any" (has type "dict[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:656:11: error: Unpacked dict entry 0 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:661:11: error: Unpacked dict entry 1 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:669:11: error: Unpacked dict entry 2 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:670:11: error: Unpacked dict entry 3 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:673:13: error: Expression type contains "Any" (has type "(r: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:673:13: error: Expression type contains "Any" (has type "def (r: Untyped) -> int") [no-any-expr]
- aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:675:11: error: Unpacked dict entry 4 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:675:39: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:675:39: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:676:11: error: Unpacked dict entry 5 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:676:57: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:676:57: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:677:11: error: Unpacked dict entry 6 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:680:13: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:680:13: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:682:11: error: Unpacked dict entry 7 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:682:46: error: Expression type contains "Any" (has type "(r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
+ aioredis/client.py:682:46: error: Expression type contains "Any" (has type "def (r: Untyped) -> tuple[Any, ...] | None") [no-any-expr]
- aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:683:11: error: Unpacked dict entry 8 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:684:45: error: Expression type contains "Any" (has type "(r: Untyped) -> set[Any]") [no-any-expr]
+ aioredis/client.py:684:45: error: Expression type contains "Any" (has type "def (r: Untyped) -> set[Any]") [no-any-expr]
- aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:686:11: error: Unpacked dict entry 9 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:688:13: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:688:13: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:690:11: error: Unpacked dict entry 10 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:691:34: error: Expression type contains "Any" (has type "(r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
+ aioredis/client.py:691:34: error: Expression type contains "Any" (has type "def (r: Untyped) -> (Any, Any, float) | None") [no-any-expr]
- aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:693:11: error: Unpacked dict entry 11 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:693:49: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:693:49: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:694:11: error: Unpacked dict entry 12 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:694:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:694:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:695:11: error: Unpacked dict entry 13 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:695:51: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:695:51: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
+ aioredis/client.py:696:11: error: Unpacked dict entry 14 has incompatible type "None"; expected "SupportsKeysAndGetItem[str | str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]" [dict-item]
- aioredis/client.py:696:54: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:696:54: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:697:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:697:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:697:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:700:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:700:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:700:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:701:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:701:21: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:701:21: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:702:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:702:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:702:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:703:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:703:20: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:703:20: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:704:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:704:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:704:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:705:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:705:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:705:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:706:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:706:22: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:706:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:710:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:710:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:710:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:711:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:711:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:711:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:712:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:712:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:712:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:713:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:713:27: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:713:27: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:714:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:714:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:714:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:715:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:715:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:715:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:716:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:716:42: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:716:42: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:717:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:717:36: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:717:36: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:718:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:718:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:718:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:719:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:719:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:719:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:720:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:720:27: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:720:27: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:721:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:721:25: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:721:25: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ aioredis/client.py:722:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- aioredis/client.py:722:28: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ aioredis/client.py:722:28: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:723:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:723:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:723:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:724:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:724:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:724:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:725:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:725:30: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:725:30: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:726:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:726:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:726:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:727:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:727:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:727:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:728:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:728:37: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:728:37: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:729:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:729:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:729:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:730:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:730:27: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:730:27: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:731:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:731:23: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:731:23: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:732:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:732:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:732:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:733:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:733:23: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:733:23: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:734:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:734:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:734:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[str])") [no-any-expr]
+ aioredis/client.py:735:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[str])") [no-any-expr]
- aioredis/client.py:735:20: error: Expression type contains "Any" (has type "(r: Untyped) -> list[str]") [no-any-expr]
+ aioredis/client.py:735:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[str]") [no-any-expr]
- aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
+ aioredis/client.py:736:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[(float, float) | None])") [no-any-expr]
- aioredis/client.py:736:19: error: Expression type contains "Any" (has type "(r: Untyped) -> list[(float, float) | None]") [no-any-expr]
+ aioredis/client.py:736:19: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[(float, float) | None]") [no-any-expr]
- aioredis/client.py:737:17: error: Expression type contains "Any" (has type "(ll: Any) -> (float, float) | None") [no-any-expr]
+ aioredis/client.py:737:17: error: Expression type contains "Any" (has type "def (ll: Any) -> (float, float) | None") [no-any-expr]
- aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:739:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:739:22: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:739:22: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:740:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:740:30: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:740:30: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> dict[Any, Any])") [no-any-expr]
+ aioredis/client.py:741:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> dict[Any, Any])") [no-any-expr]
- aioredis/client.py:741:20: error: Expression type contains "Any" (has type "(r: Untyped) -> dict[Any, Any]") [no-any-expr]
+ aioredis/client.py:741:20: error: Expression type contains "Any" (has type "def (r: Untyped) -> dict[Any, Any]") [no-any-expr]
- aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:742:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:742:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:742:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:743:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:743:17: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:743:17: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:744:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:744:21: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:744:21: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:745:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:745:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:745:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:746:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **kwargs: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:746:25: error: Expression type contains "Any" (has type "(response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:746:25: error: Expression type contains "Any" (has type "def (response: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:747:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:747:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:747:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:748:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:748:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:748:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:749:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:749:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:749:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[None])") [no-any-expr]
+ aioredis/client.py:750:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[None])") [no-any-expr]
- aioredis/client.py:750:24: error: Expression type contains "Any" (has type "(r: Untyped) -> list[None]") [no-any-expr]
+ aioredis/client.py:750:24: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[None]") [no-any-expr]
- aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:751:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, infotype: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:751:19: error: Expression type contains "Any" (has type "(response: Untyped, infotype: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:751:19: error: Expression type contains "Any" (has type "def (response: Untyped, infotype: Untyped) -> None") [no-any-expr]
- aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> bool)") [no-any-expr]
+ aioredis/client.py:752:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> bool)") [no-any-expr]
- aioredis/client.py:752:17: error: Expression type contains "Any" (has type "(r: Untyped) -> bool") [no-any-expr]
+ aioredis/client.py:752:17: error: Expression type contains "Any" (has type "def (r: Untyped) -> bool") [no-any-expr]
- aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:753:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:753:26: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:753:26: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | None)") [no-any-expr]
+ aioredis/client.py:754:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | None)") [no-any-expr]
- aioredis/client.py:754:22: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | None") [no-any-expr]
+ aioredis/client.py:754:22: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | None") [no-any-expr]
- aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:755:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:755:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:755:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> list[bool])") [no-any-expr]
+ aioredis/client.py:756:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> list[bool])") [no-any-expr]
- aioredis/client.py:756:26: error: Expression type contains "Any" (has type "(r: Untyped) -> list[bool]") [no-any-expr]
+ aioredis/client.py:756:26: error: Expression type contains "Any" (has type "def (r: Untyped) -> list[bool]") [no-any-expr]
- aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:757:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:757:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:757:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:758:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:758:24: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:758:24: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:760:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:760:45: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:760:45: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:761:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:761:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:761:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:762:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:762:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:762:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:763:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:763:29: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:763:29: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:764:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:764:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:764:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:765:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:765:31: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:765:31: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:766:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:766:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:766:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:767:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:767:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:767:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, (r: Untyped) -> Any | bool)") [no-any-expr]
+ aioredis/client.py:768:9: error: Expression type contains "Any" (has type "(str, def (r: Untyped) -> Any | bool)") [no-any-expr]
- aioredis/client.py:768:16: error: Expression type contains "Any" (has type "(r: Untyped) -> Any | bool") [no-any-expr]
+ aioredis/client.py:768:16: error: Expression type contains "Any" (has type "def (r: Untyped) -> Any | bool") [no-any-expr]
- aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:769:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:769:24: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:769:24: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:771:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:771:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:771:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:772:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:772:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:772:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> (int, int))") [no-any-expr]
+ aioredis/client.py:773:9: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> (int, int))") [no-any-expr]
- aioredis/client.py:773:17: error: Expression type contains "Any" (has type "(x: Untyped) -> (int, int)") [no-any-expr]
+ aioredis/client.py:773:17: error: Expression type contains "Any" (has type "def (x: Untyped) -> (int, int)") [no-any-expr]
- aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:774:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:774:19: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:774:19: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:775:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:775:26: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:775:26: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:778:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:778:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:778:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:779:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:779:28: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:779:28: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:780:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:780:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:780:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, (response: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:781:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:781:25: error: Expression type contains "Any" (has type "(response: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:781:25: error: Expression type contains "Any" (has type "def (response: Untyped) -> None") [no-any-expr]
- aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:782:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:782:21: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:782:21: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:783:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:783:17: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:783:17: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
+ aioredis/client.py:784:9: error: Expression type contains "Any" (has type "(str, def (response: Untyped, **options: Untyped) -> None)") [no-any-expr]
- aioredis/client.py:784:18: error: Expression type contains "Any" (has type "(response: Untyped, **options: Untyped) -> None") [no-any-expr]
+ aioredis/client.py:784:18: error: Expression type contains "Any" (has type "def (response: Untyped, **options: Untyped) -> None") [no-any-expr]
- aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("(cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
+ aioredis/client.py:790:5: error: Type of decorated function contains type "Any" ("def (cls: type[Redis], url: str, **kwargs: Untyped) -> None") [no-any-decorated]
- aioredis/client.py:830:27: note: Type is "def (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
+ aioredis/client.py:830:27: note: Type is "_NamedCallable & (url: str, **kwargs: Untyped) -> aioredis.connection.ConnectionPool"
- aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, (r: Untyped) -> list[str] | type[int] | (x: Untyped) -> int | (r: Untyped) -> list[(float, float) | None] | (r: Untyped) -> dict[Any, Any] | (r: Untyped) -> list[None] | (response: Untyped, infotype: Untyped) -> None | (r: Untyped) -> Any | None | (response: Untyped, **options: Untyped) -> None | (r: Untyped) -> list[bool] | (r: Untyped) -> Any | bool | (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
+ aioredis/client.py:921:55: error: Expression type contains "Any" (has type "dict[str, def (r: Untyped) -> list[str] | type[int] | def (x: Untyped) -> int | def (r: Untyped) -> list[(float, float) | None] | def (r: Untyped) -> dict[Any, Any] | def (r: Untyped) -> list[None] | def (response: Untyped, infotype: Untyped) -> None | def (r: Untyped) -> Any | None | def (response: Untyped, **options: Untyped) -> None | def (r: Untyped) -> list[bool] | def (r: Untyped) -> Any | bool | def (x: Untyped) -> (int, int) | type[bool]]") [no-any-expr]
- aioredis/client.py:931:37: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:931:37: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1101:41: note: Type is "def (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1101:41: note: Type is "_NamedCallable & (command_name: Untyped, *keys: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1104:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1104:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1110:26: note: Type is "def (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1110:26: note: Type is "_NamedCallable & (connection: aioredis.connection.Connection, command_name: str | bytes, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1144:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1144:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1148:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1148:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1152:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1152:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1160:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1160:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1164:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1164:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1178:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1178:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1186:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1186:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1195:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1195:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1204:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1204:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1368:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1368:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1372:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1372:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1376:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1376:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1380:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1380:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1387:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1387:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1391:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1391:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1432:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1432:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1446:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1446:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1447:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1447:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1451:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1451:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1455:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1455:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1459:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1459:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1471:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1471:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1480:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1480:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1484:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1484:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1488:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1488:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1492:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1492:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1496:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1496:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1500:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1500:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1504:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1504:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1508:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1508:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1512:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1512:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1516:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1516:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1528:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1528:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1540:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1540:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1544:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1544:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1557:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1557:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1559:20: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1559:20: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1566:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1566:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1609:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1609:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1615:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1615:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1619:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1619:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1633:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1633:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1637:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1637:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1641:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1641:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1648:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1648:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1652:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1652:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1656:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1656:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1660:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1660:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1664:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1664:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1668:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1668:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1672:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1672:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1676:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1676:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
- aioredis/client.py:1680:16: note: Type is "def (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
+ aioredis/client.py:1680:16: note: Type is "_NamedCallable & (*args: Untyped, **options: Untyped) -> typing.Coroutine[Any, Any, None]"
... (truncated 438 lines) ...
parso (https://github.com/davidhalter/parso)
- parso/normalizer.py:22:37: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:22:37: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:23:38: note: Type is "def (attr: Untyped) -> None"
+ parso/normalizer.py:23:38: note: Type is "_NamedCallable & (attr: Untyped) -> None"
- parso/normalizer.py:35:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:35:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:36:17: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:36:17: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:44:20: note: Type is "def (leaf: Untyped) -> None"
+ parso/normalizer.py:44:20: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/normalizer.py:46:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/normalizer.py:46:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/normalizer.py:47:32: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:47:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "(self: Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:49:6: error: Expression type contains "Any" (has type "def (self: Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "(self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/normalizer.py:49:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: Normalizer, node: Untyped) -> None"; expected "(self: Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("(self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/normalizer.py:50:5: error: Type of decorated function contains type "Any" ("def (self: Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/normalizer.py:51:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:51:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:59:9: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:59:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/normalizer.py:75:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/normalizer.py:75:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("(cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
+ parso/normalizer.py:79:5: error: Type of decorated function contains type "Any" ("def (cls: type[Normalizer], *, value: Untyped = ..., values: Untyped = ..., type: Untyped = ..., types: Untyped = ...) -> None") [no-any-decorated]
- parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "(rule_cls: Untyped) -> None") [no-any-expr]
+ parso/normalizer.py:105:16: error: Expression type contains "Any" (has type "def (rule_cls: Untyped) -> None") [no-any-expr]
- parso/normalizer.py:139:20: note: Type is "def (Untyped) -> None"
+ parso/normalizer.py:139:20: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/normalizer.py:174:19: note: Type is "def (message: Untyped, node: Untyped) -> None"
+ parso/normalizer.py:174:19: note: Type is "_NamedCallable & (message: Untyped, node: Untyped) -> None"
- parso/normalizer.py:179:12: note: Type is "def (node: Untyped) -> None"
+ parso/normalizer.py:179:12: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/tree.py:406:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/tree.py:406:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "(*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/python/tokenize.py:359:12: error: Expression type contains "Any" (has type "def (*args: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/python/tokenize.py:604:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:604:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/tokenize.py:609:25: note: Type is "def (character: Untyped) -> None"
+ parso/python/tokenize.py:609:25: note: Type is "_NamedCallable & (character: Untyped) -> None"
- parso/python/errors.py:225:13: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:225:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:277:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:277:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:279:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:279:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:281:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:281:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:291:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:291:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:292:9: note: Type is "def (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
+ parso/python/errors.py:292:9: note: Type is "_NamedCallable & (globals_or_nonlocals: Untyped, type_: Untyped) -> None"
- parso/python/errors.py:318:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:318:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "(self: _Context, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:366:6: error: Expression type contains "Any" (has type "def (self: _Context, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "(self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:366:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: _Context, node: Untyped) -> None"; expected "(self: _Context, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("(self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:367:5: error: Type of decorated function contains type "Any" ("def (self: _Context, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:368:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:368:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:370:9: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/errors.py:370:9: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:395:39: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "(node: Untyped, message: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:398:63: error: Expression type contains "Any" (has type "_NamedCallable & (node: Untyped, message: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:403:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:403:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "(self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
+ parso/python/errors.py:410:6: error: Expression type contains "Any" (has type "def (self: ErrorFinder, node: Untyped) -> None") [no-any-expr]
- parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "(self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/errors.py:410:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: ErrorFinder, node: Untyped) -> None"; expected "(self: ErrorFinder, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("(self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/errors.py:411:5: error: Type of decorated function contains type "Any" ("def (self: ErrorFinder, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/errors.py:412:9: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:412:9: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:415:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/errors.py:415:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/errors.py:417:21: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:417:21: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:423:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:423:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:432:13: note: Type is "def (child_context: Untyped) -> None"
+ parso/python/errors.py:432:13: note: Type is "_NamedCallable & (child_context: Untyped) -> None"
- parso/python/errors.py:445:17: note: Type is "def (spacing: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:445:17: note: Type is "_NamedCallable & (spacing: Untyped, message: Untyped) -> None"
- parso/python/errors.py:465:17: note: Type is "def (node: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:465:17: note: Type is "_NamedCallable & (node: Untyped, message: Untyped) -> None"
- parso/python/errors.py:470:32: note: Type is "def (node: Untyped) -> None"
+ parso/python/errors.py:470:32: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/python/errors.py:476:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:476:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:479:9: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/errors.py:479:9: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/errors.py:491:36: note: Type is "def () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
+ parso/python/errors.py:491:36: note: Type is "_NamedCallable & () -> _collections_abc.dict_values[Any (unannotated), Any (unannotated)]"
- parso/python/errors.py:492:13: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/errors.py:492:13: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/errors.py:503:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:503:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:533:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:533:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:553:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:553:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:565:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:565:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:577:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:577:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:594:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:594:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:600:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:600:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:612:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:612:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:624:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:624:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:655:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:655:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:657:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:657:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:660:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:660:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:673:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:673:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:686:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:686:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:687:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:687:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:697:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:697:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:697:28: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/errors.py:697:28: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/errors.py:704:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:704:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:716:26: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:716:26: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:718:34: note: Type is "def (string: Untyped) -> None"
+ parso/python/errors.py:718:34: note: Type is "_NamedCallable & (string: Untyped) -> None"
- parso/python/errors.py:722:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:722:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:732:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:732:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:740:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:740:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:764:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:764:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:785:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:785:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:798:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:798:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:801:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:801:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:833:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:833:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:867:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:867:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:870:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:870:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:890:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:890:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:896:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:896:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:904:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:904:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:933:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:933:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:944:29: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:944:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:946:29: note: Type is "def (Untyped) -> None"
+ parso/python/errors.py:946:29: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/errors.py:951:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:951:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:955:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:955:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:958:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:958:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:959:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:959:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:977:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:977:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:991:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:991:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1003:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1003:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1006:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1006:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1014:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1014:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1018:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1018:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1022:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1022:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1032:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1032:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1036:13: note: Type is "def (format_spec: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1036:13: note: Type is "_NamedCallable & (format_spec: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1039:9: note: Type is "def (children: Untyped, depth: int =) -> None"
+ parso/python/errors.py:1039:9: note: Type is "_NamedCallable & (children: Untyped, depth: int =) -> None"
- parso/python/errors.py:1044:17: note: Type is "def (fstring_expr: Untyped, depth: Untyped) -> None"
+ parso/python/errors.py:1044:17: note: Type is "_NamedCallable & (fstring_expr: Untyped, depth: Untyped) -> None"
- parso/python/errors.py:1096:29: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1096:29: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1098:25: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1098:25: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1119:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1119:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1147:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1147:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1160:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1160:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1169:21: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1169:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1171:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1171:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1179:13: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1179:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1182:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1182:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1189:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1189:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1195:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1195:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1206:17: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1206:17: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1222:17: note: Type is "def (node: Untyped, code: Untyped =, message: Untyped =) -> None"
+ parso/python/errors.py:1222:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped =, message: Untyped =) -> None"
- parso/python/errors.py:1230:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1230:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1233:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1233:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1236:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1236:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1242:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1242:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1245:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1245:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1249:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1249:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1252:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1252:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1258:13: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1258:13: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/python/errors.py:1261:2: note: Type is "def (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
+ parso/python/errors.py:1261:2: note: Type is "_NamedCallable & (*, value: Untyped =, values: Untyped =, type: Untyped =, types: Untyped =) -> None"
- parso/python/errors.py:1293:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ parso/python/errors.py:1293:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- parso/python/errors.py:1326:9: note: Type is "def (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
+ parso/python/errors.py:1326:9: note: Type is "_NamedCallable & (node: Untyped, is_deletion: bool =, is_namedexpr: bool =, is_aug_assign: bool =) -> None"
- parso/pgen2/grammar_parser.py:56:39: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:56:39: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:57:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:57:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:60:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:60:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:75:17: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:75:17: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:100:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:100:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:125:13: note: Type is "def (type_: Untyped, value: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:125:13: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:131:13: note: Type is "def (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
+ parso/pgen2/grammar_parser.py:131:13: note: Type is "_NamedCallable & (next_: Untyped, nonterminal_or_string: Untyped =) -> None"
- parso/pgen2/grammar_parser.py:135:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:135:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:140:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:140:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/pgen2/grammar_parser.py:143:13: note: Type is "def (msg: Untyped, *args: Untyped) -> None"
+ parso/pgen2/grammar_parser.py:143:13: note: Type is "_NamedCallable & (msg: Untyped, *args: Untyped) -> None"
- parso/python/tree.py:339:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:339:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:345:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:345:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:351:16: note: Type is "def (*names: Untyped) -> None"
+ parso/python/tree.py:351:16: note: Type is "_NamedCallable & (*names: Untyped) -> None"
- parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@next], /) -> _T@next
+ parso/python/tree.py:627:16: note: def [_T] next(SupportsNext[_T@_as_builtin], /) -> _T@_as_builtin
- parso/python/tree.py:1021:17: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1021:17: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1025:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1025:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1028:25: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1028:25: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1031:9: note: Type is "def (Untyped) -> None"
+ parso/python/tree.py:1031:9: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/python/tree.py:1197:16: note: Type is "def (children: Untyped, include_prefix: Untyped) -> None"
+ parso/python/tree.py:1197:16: note: Type is "_NamedCallable & (children: Untyped, include_prefix: Untyped) -> None"
- parso/pgen2/generator.py:103:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:103:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:116:29: note: Type is "def () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
+ parso/pgen2/generator.py:116:29: note: Type is "_NamedCallable & () -> typing.ItemsView[str, parso.pgen2.generator.DFAState[Untyped]]"
- parso/pgen2/generator.py:201:47: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:201:47: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/pgen2/generator.py:210:13: note: Type is "def (next_: Untyped, label: Untyped) -> None"
+ parso/pgen2/generator.py:210:13: note: Type is "_NamedCallable & (next_: Untyped, label: Untyped) -> None"
- parso/pgen2/generator.py:265:30: note: Type is "def () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
+ parso/pgen2/generator.py:265:30: note: Type is "_NamedCallable & () -> _collections_abc.dict_items[Any (unannotated), Any (unannotated)]"
- parso/parser.py:129:13: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:129:13: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:144:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:144:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/parser.py:186:21: note: Type is "def (token: Untyped) -> None"
+ parso/parser.py:186:21: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/parser.py:194:13: note: Type is "def (Untyped) -> None"
+ parso/parser.py:194:13: note: Type is "_NamedCallable & (Untyped) -> None"
- parso/parser.py:196:16: note: Type is "def (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
+ parso/parser.py:196:16: note: Type is "_NamedCallable & (type_: Untyped, value: Untyped, prefix: Untyped, start_pos: Untyped) -> None"
- parso/parser.py:200:15: note: Type is "def (typing_extensions.SupportsIndex =) -> Untyped"
+ parso/parser.py:200:15: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Untyped"
- parso/parser.py:208:24: note: Type is "def (nonterminal: Untyped, children: Untyped) -> None"
+ parso/parser.py:208:24: note: Type is "_NamedCallable & (nonterminal: Untyped, children: Untyped) -> None"
- parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:175:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:175:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:176:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:178:18: note: Type is "def (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
+ parso/python/pep8.py:178:18: note: Type is "_NamedCallable & (node: Untyped) -> contextlib._GeneratorContextManager[Never]"
- parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "(self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
+ parso/python/pep8.py:181:6: error: Expression type contains "Any" (has type "def (self: PEP8Normalizer, node: Untyped) -> None") [no-any-expr]
- parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "(self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
+ parso/python/pep8.py:181:6: error: Argument 1 to "contextmanager" has incompatible type "def (self: PEP8Normalizer, node: Untyped) -> None"; expected "(self: PEP8Normalizer, node: Untyped) -> Iterator[Never]" [arg-type]
- parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("(self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
+ parso/python/pep8.py:182:5: error: Type of decorated function contains type "Any" ("def (self: PEP8Normalizer, node: Untyped) -> _GeneratorContextManager[Never]") [no-any-decorated]
- parso/python/pep8.py:189:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:189:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:196:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:196:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:202:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:202:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:213:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:213:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:221:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:221:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:247:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:247:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:285:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:285:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:338:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:338:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:350:13: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:350:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:352:9: note: Type is "def (leaf: Untyped) -> None"
+ parso/python/pep8.py:352:9: note: Type is "_NamedCallable & (leaf: Untyped) -> None"
- parso/python/pep8.py:353:9: note: Type is "def (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
+ parso/python/pep8.py:353:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped, leaf: Untyped) -> None"
- parso/python/pep8.py:371:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:371:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:393:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:393:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:397:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:397:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:400:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:400:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:402:13: note: Type is "def (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
+ parso/python/pep8.py:402:13: note: Type is "_NamedCallable & (spacing: Untyped, leaf: Untyped, is_comment: bool =) -> None"
- parso/python/pep8.py:405:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:405:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:408:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:408:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:416:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:416:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:435:20: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:435:20: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:454:29: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:454:29: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:457:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:457:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:466:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:466:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:468:32: note: Type is "def (spacing: Untyped) -> None"
+ parso/python/pep8.py:468:32: note: Type is "_NamedCallable & (spacing: Untyped) -> None"
- parso/python/pep8.py:472:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:472:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:478:37: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:478:37: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:487:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:487:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:493:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:493:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:499:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:499:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:501:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:501:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:508:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:508:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:514:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:514:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:516:41: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:516:41: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:522:13: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:522:13: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:524:9: note: Type is "def (part: Untyped, spacing: Untyped) -> None"
+ parso/python/pep8.py:524:9: note: Type is "_NamedCallable & (part: Untyped, spacing: Untyped) -> None"
- parso/python/pep8.py:567:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:567:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:577:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:577:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:581:24: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:581:24: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:590:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:590:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:593:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:593:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:597:13: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:597:13: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:659:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:659:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:675:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:675:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:677:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:677:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:685:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:685:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:687:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:687:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:690:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:690:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:692:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:692:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:702:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:702:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:707:25: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:707:25: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:713:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:713:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:715:21: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:715:21: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/pep8.py:725:17: note: Type is "def (node: Untyped, code: Untyped, message: Untyped) -> None"
+ parso/python/pep8.py:725:17: note: Type is "_NamedCallable & (node: Untyped, code: Untyped, message: Untyped) -> None"
- parso/python/parser.py:77:22: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/parser.py:77:22: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/parser.py:136:25: note: Type is "def (token: Untyped) -> None"
+ parso/python/parser.py:136:25: note: Type is "_NamedCallable & (token: Untyped) -> None"
- parso/python/parser.py:159:12: note: Type is "def (start_index: Untyped) -> None"
+ parso/python/parser.py:159:12: note: Type is "_NamedCallable & (start_index: Untyped) -> None"
- parso/python/parser.py:166:17: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/parser.py:166:17: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/parser.py:199:21: note: Type is "def (typing_extensions.SupportsIndex =) -> Any (unannotated)"
+ parso/python/parser.py:199:21: note: Type is "_NamedCallable & (typing_extensions.SupportsIndex =) -> Any (unannotated)"
- parso/python/diff.py:305:17: note: Type is "def (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
+ parso/python/diff.py:305:17: note: Type is "_NamedCallable & (line_offset: Untyped, start_line_old: Untyped, until_line_old: Untyped, until_line_new: Untyped) -> None"
- parso/python/diff.py:307:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:307:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:309:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:309:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:324:46: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:324:46: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:350:25: note: Type is "def (old_line: Untyped) -> None"
+ parso/python/diff.py:350:25: note: Type is "_NamedCallable & (old_line: Untyped) -> None"
- parso/python/diff.py:355:17: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:355:17: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:414:20: note: Type is "def (until_line: Untyped) -> None"
+ parso/python/diff.py:414:20: note: Type is "_NamedCallable & (until_line: Untyped) -> None"
- parso/python/diff.py:417:13: note: Type is "def (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:417:13: note: Type is "_NamedCallable & (tree_nodes: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:444:18: note: Type is "def (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
+ parso/python/diff.py:444:18: note: Type is "_NamedCallable & (lines: Untyped, until_line: Untyped, line_offset: int =) -> None"
- parso/python/diff.py:453:16: note: Type is "def (tokens: Untyped) -> None"
+ parso/python/diff.py:453:16: note: Type is "_NamedCallable & (tokens: Untyped) -> None"
- parso/python/diff.py:553:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:553:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:562:9: note: Type is "def (Any (unannotated)) -> None"
+ parso/python/diff.py:562:9: note: Type is "_NamedCallable & (Any (unannotated)) -> None"
- parso/python/diff.py:603:16: note: Type is "def (suffix: Untyped) -> None"
+ parso/python/diff.py:603:16: note: Type is "_NamedCallable & (suffix: Untyped) -> None"
- parso/python/diff.py:613:22: note: Type is "def (tree_nodes: Untyped) -> None"
+ parso/python/diff.py:613:22: note: Type is "_NamedCallable & (tree_nodes: Untyped) -> None"
- parso/python/diff.py:633:13: note: Type is "def (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
+ parso/python/diff.py:633:13: note: Type is "_NamedCallable & (prefix: Untyped, children: Untyped, line_offset: int =, last_line_offset_leaf: Untyped =) -> None"
- parso/python/diff.py:635:13: note: Type is "def (child_node: Untyped) -> None"
+ parso/python/diff.py:635:13: note: Type is "_NamedCallable & (child_node: Untyped) -> None"
- parso/python/diff.py:638:13: note: Type is "def (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
+ parso/python/diff.py:638:13: note: Type is "_NamedCallable & (tree_node: Untyped, keyword_token_indents: Untyped) -> None"
- parso/python/diff.py:704:9: note: Type is "def (indentation: Untyped) -> None"
+ parso/python/diff.py:704:9: note: Type is "_NamedCallable & (indentation: Untyped) -> None"
- parso/python/diff.py:706:70: note: Type is "def (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
+ parso/python/diff.py:706:70: note: Type is "_NamedCallable & (working_stack: Untyped, nodes: Untyped, until_line: Untyped, line_offset: Untyped, prefix: str =, is_nested: bool =) -> None"
- parso/python/diff.py:726:22: note: Type is "def (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
+ parso/python/diff.py:726:22: note: Type is "_NamedCallable & (tree_nodes: Untyped, is_new_suite: Untyped) -> None"
- parso/grammar.py:180:16: note: Type is "def (node: Untyped, normalizer_config: Untyped =) -> None"
+ parso/grammar.py:180:16: note: Type is "_NamedCallable & (node: Untyped, normalizer_config: Untyped =) -> None"
- parso/grammar.py:183:16: note: Type is "def (node: Untyped) -> None"
+ parso/grammar.py:183:16: note: Type is "_NamedCallable & (node: Untyped) -> None"
- parso/grammar.py:198:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:198:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:202:22: note: Type is "def (normalizer_config: Untyped) -> None"
+ parso/grammar.py:202:22: note: Type is "_NamedCallable & (normalizer_config: Untyped) -> None"
- parso/grammar.py:220:23: error: Expression type contains "Any" (has type "(lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
+ parso/grammar.py:220:23: error: Expression type contains "Any" (has type "_NamedCallable & (lines: Untyped, **kwargs: Untyped) -> None") [no-any-expr]
- parso/grammar.py:259:20: note: Type is "def (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
+ parso/grammar.py:259:20: note: Type is "_NamedCallable & (str, parso.grammar.Grammar[Untyped]) -> parso.grammar.Grammar[Untyped]"
git-revise (https://github.com/mystor/git-revise)
- gitrevise/odb.py:390:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:390:16: note: Type is "_NamedCallable & (int =) -> Untyped"
- gitrevise/odb.py:406:16: note: Type is "def (int =) -> Untyped"
+ gitrevise/odb.py:406:16: note: Type is "_NamedCallable & (int =) -> Untyped"
CPython (cases_generator) (https://github.com/python/cpython)
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:151:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or add a 'type: ignore' it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:151:6: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-callable-functiontype for more info
+ Tools/cases_generator/parsing.py: note: In member "definition" of class "Parser":
+ Tools/cases_generator/parsing.py:153:21: error: Too few arguments for "macro_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:155:22: error: Too few arguments for "family_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:157:22: error: Too few arguments for "pseudo_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:159:20: error: Too few arguments for "inst_def" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:163:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or add a 'type: ignore' it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inst_def" of class "Parser":
+ Tools/cases_generator/parsing.py:165:19: error: Too few arguments for "inst_header" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:166:25: error: Too few arguments for "block" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:178:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or add a 'type: ignore' it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "inputs" of class "Parser":
+ Tools/cases_generator/parsing.py:218:19: error: Too few arguments for "input" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:229:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or add a 'type: ignore' it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "input" of class "Parser":
+ Tools/cases_generator/parsing.py:231:16: error: Too few arguments for "cache_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:231:39: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In member "outputs" of class "Parser":
+ Tools/cases_generator/parsing.py:236:20: error: Too few arguments for "output" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:246:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or add a 'type: ignore' it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "output" of class "Parser":
+ Tools/cases_generator/parsing.py:248:16: error: Too few arguments for "stack_effect" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:250:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or add a 'type: ignore' it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:264:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or add a 'type: ignore' it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "stack_effect" of class "Parser":
+ Tools/cases_generator/parsing.py:277:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:285:33: error: Too few arguments for "expression" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:293:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or add a 'type: ignore' it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:318:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or add a 'type: ignore' it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:324:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or add a 'type: ignore' it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: In member "uops" of class "Parser":
+ Tools/cases_generator/parsing.py:338:19: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:342:27: error: Too few arguments for "uop" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py: note: In class "Parser":
+ Tools/cases_generator/parsing.py:350:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or add a 'type: ignore' it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:368:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or add a 'type: ignore' it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:407:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or add a 'type: ignore' it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py:444:6: error: This decorator returns a "Callable", not a "FunctionType". Decorate this decorator with "basedtyping.as_functiontype", or add a 'type: ignore' it if it's intentional [callable-functiontype]
+ Tools/cases_generator/parsing.py: note: At top level:
+ Tools/cases_generator/parsing.py:483:9: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parsing.py:483:9: note: See https://kotlinisland.github.io/basedmypy/_refs.html#code-call-arg for more info
+ Tools/cases_generator/parser.py: note: In function "parse_files":
+ Tools/cases_generator/parser.py:58:23: error: Too few arguments for "definition" of "Parser" [call-arg]
+ Tools/cases_generator/parser.py: note: At top level:
pycryptodome (https://github.com/Legrandin/pycryptodome)
- lib/Crypto/SelfTest/loader.py:88:13: note: Type is "def (Untyped) -> None"
+ lib/Crypto/SelfTest/loader.py:88:13: note: Type is "_NamedCallable & (Untyped) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:113:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:114:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:124:9: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "def (x: typing.Sequence[Untyped]) -> None"
+ lib/Crypto/SelfTest/Random/test_random.py:128:13: note: Type is "_NamedCallable & (x: typing.Sequence[Untyped]) -> None"
- lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:130:42: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:131:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:132:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "(x: Sequence[Untyped]) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:133:38: error: Expression type contains "Any" (has type "_NamedCallable & (x: Sequence[Untyped]) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:139:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:140:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:145:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:147:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:149:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:151:13: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:154:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "def (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
+ lib/Crypto/SelfTest/Random/test_random.py:156:21: note: Type is "_NamedCallable & (population: typing.Sequence[Untyped], k: int) -> list[Untyped]"
- lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "(population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
+ lib/Crypto/SelfTest/Random/test_random.py:158:38: error: Expression type contains "Any" (has type "_NamedCallable & (population: Sequence[Untyped], k: int) -> list[Untyped]") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:9: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "((data: Untyped) -> None, (data: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:23: error: Expression type contains "Any" (has type "(def (data: Untyped) -> None, def (data: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "(data: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Hash/common.py:167:34: error: Expression type contains "Any" (has type "def (data: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:89:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:90:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "(N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:91:39: error: Expression type contains "Any" (has type "def (N: int, randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:95:17: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:100:13: note: Type is "def (N: int, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:107:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "(N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Util/test_number.py:108:39: error: Expression type contains "Any" (has type "def (N: int, e: int | None=..., false_positive_prob: float | None=..., randfunc: (...) -> Untyped | None=...) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:110:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:115:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> int"
+ lib/Crypto/SelfTest/Util/test_number.py:121:13: note: Type is "def (N: int, e: int | None =, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> int"
- lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:129:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:130:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:131:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:132:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:133:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:134:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:135:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:136:26: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> bool"
+ lib/Crypto/SelfTest/Util/test_number.py:144:30: note: Type is "def (N: int, false_positive_prob: float | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> bool"
- lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:46: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:120:56: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:45: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:121:55: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:149:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:151:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:172:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:177:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:201:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:308:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:309:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:310:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:311:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pss.py:312:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:317:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:318:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:319:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:320:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:321:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:322:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:323:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:324:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:325:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:348:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pss.py:352:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:73:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:74:40: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:35: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:75:45: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:97:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:99:74: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., verifier: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:120:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:125:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "(self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:145:59: error: Expression type contains "Any" (has type "def (self: Untyped, hash_obj: Untyped=..., signer: Untyped=..., result: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:233:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:234:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:235:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:236:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:237:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:238:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:239:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:240:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:241:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:242:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:243:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:244:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:245:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:246:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:247:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:248:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:249:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:250:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:251:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:252:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:253:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:254:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:296:69: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:297:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:298:66: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:322:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:326:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:64: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:68: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:528:74: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:533:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:534:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:559:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_eddsa.py:560:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:94:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:97:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:107:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:115:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:118:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:125:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:140:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:162:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:183:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:192:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:194:70: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:220:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:224:55: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:237:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:240:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:250:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:256:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:262:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:265:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:281:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "(key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:284:39: error: Expression type contains "Any" (has type "def (key: DsaKey | EccKey, mode: str, encoding: str | None=..., randfunc: (...) -> Untyped | None=...) -> DeterministicDsaSigScheme | FipsDsaSigScheme | FipsEcDsaSigScheme") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:291:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:310:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:311:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:312:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> Any)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> Any)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "(x: Untyped) -> Any") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:317:52: error: Expression type contains "Any" (has type "def (x: Untyped) -> Any") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:318:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:319:48: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:343:16: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:352:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "(self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:354:72: error: Expression type contains "Any" (has type "def (self: Untyped, verifier: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, (x: Untyped) -> int)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:42: error: Expression type contains "Any" (has type "(str, def (x: Untyped) -> int)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "(x: Untyped) -> int") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:360:47: error: Expression type contains "Any" (has type "def (x: Untyped) -> int") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:374:14: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "(self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:378:57: error: Expression type contains "Any" (has type "def (self: Untyped, signer: Untyped=..., hash_obj: Untyped=..., signature: Untyped=...) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "def (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:629:13: note: Type is "_NamedCallable & (tuple[Untyped, Untyped, Untyped, Untyped, Untyped, fallback=Crypto.SelfTest.Signature.test_dss.Det_DSA_Tests.TestSig@619]) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:638:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:654:22: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1076:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1079:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1084:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1087:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1092:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1095:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1100:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1103:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1108:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1111:20: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1115:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1122:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1129:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1136:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1143:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1204:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1205:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1206:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1221:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1230:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1234:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1274:65: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1275:73: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, (group: Untyped) -> None)") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:58: error: Expression type contains "Any" (has type "(str, def (group: Untyped) -> None)") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "(group: Untyped) -> None") [no-any-expr]
+ lib/Crypto/SelfTest/Signature/test_dss.py:1276:70: error: Expression type contains "Any" (has type "def (group: Untyped) -> None") [no-any-expr]
- lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1282:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1283:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1285:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1286:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1287:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1288:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1289:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1290:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1291:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1292:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1293:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1294:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1295:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1296:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1297:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1299:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1300:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1301:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1302:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1303:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1304:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1306:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1307:13: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1308:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1309:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "def (filename: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1310:9: note: Type is "_NamedCallable & (filename: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: def (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1328:18: note: Type is "def (key: Crypto.PublicKey.DSA.DsaKey | Crypto.PublicKey.ECC.EccKey, mode: str, encoding: str | None =, randfunc: (*Untyped, **Untyped) -> Untyped | None =) -> Crypto.Signature.DSS.DeterministicDsaSigScheme | Crypto.Signature.DSS.FipsDsaSigScheme | Crypto.Signature.DSS.FipsEcDsaSigScheme"
- lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1339:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "def (tv: Untyped) -> None"
+ lib/Crypto/SelfTest/Signature/test_dss.py:1343:13: note: Type is "_NamedCallable & (tv: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:107:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:108:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:110:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:111:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:116:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:117:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:119:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:120:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:124:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:125:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:127:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:128:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:134:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:135:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:140:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:141:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:146:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:147:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:152:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:153:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:154:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:159:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:160:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "def (rsaObj: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:161:9: note: Type is "_NamedCallable & (rsaObj: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "(obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
+ lib/Crypto/SelfTest/PublicKey/test_RSA.py:209:42: error: Expression type contains "Any" (has type "def (obj: Any, protocol: int | None=..., *, fix_imports: bool = ..., buffer_callback: (PickleBuffer) -> Any | None = ...) -> bytes") [no-any-expr]
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "def (bits: Untyped) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:97:9: note: Type is "_NamedCallable & (bits: Untyped) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:101:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "def (tv: Untyped, as_longs: int =) -> None"
+ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py:109:17: note: Type is "_NamedCallable & (tv: Untyped, as_longs: int =) -> None"
... (truncated 906 lines) ...
attrs (https://github.com/python-attrs/attrs)
- tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:177:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:183:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[def (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> def (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
+ tests/typing_example.py:189:19: note: Type is "def [_T, _I: typing.Iterable[Untyped]] (member_validator: (Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any | typing.Sequence[(Any, attr.Attribute[_T@deep_iterable], _T@deep_iterable) -> Any], iterable_validator: (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any | None =) -> (Any, attr.Attribute[_I@deep_iterable], _I@deep_iterable) -> Any"
- tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:195:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: def (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: def (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> def (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
+ tests/typing_example.py:203:19: note: Type is "def [_K, _V, _M: typing.Mapping[Untyped, Untyped]] (key_validator: (Any, attr.Attribute[_K@deep_mapping], _K@deep_mapping) -> Any, value_validator: (Any, attr.Attribute[_V@deep_mapping], _V@deep_mapping) -> Any, mapping_validator: (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any | None =) -> (Any, attr.Attribute[_M@deep_mapping], _M@deep_mapping) -> Any"
- tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:298:20: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:302:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:303:34: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:303:56: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:306:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:306:35: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:311:26: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
+ tests/typing_example.py:315:38: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Never") [no-any-expr]
- tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:317:21: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:317:44: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "(instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:321:13: error: Expression type contains "Any" (has type "def (instance: Any, attribute: Attribute[Any], new_value: Any) -> Any") [no-any-expr]
- tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "[_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
+ tests/typing_example.py:321:36: error: Expression type contains "Any" (has type "def [_T] (instance: Any, attribute: Attribute[_T], new_value: _T) -> _T") [no-any-expr]
- tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:338:27: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "(cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
+ tests/typing_example.py:343:33: error: Expression type contains "Any" (has type "def (cls: type, attribs: list[Attribute[Untyped]]) -> list[Attribute[Untyped]]") [no-any-expr]
- tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:400:50: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
- tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "(s: Any) -> Any") [no-any-expr]
+ tests/typing_example.py:407:55: error: Expression type contains "Any" (has type "def (s: Any) -> Any") [no-any-expr]
dulwich (https://github.com/dulwich/dulwich)
- dulwich/mailmap.py:70:17: note: Type is "def (canonical_identity: Untyped, from_identity: Untyped =) -> None"
+ dulwich/mailmap.py:70:17: note: Type is "_NamedCallable & (canonical_identity: Untyped, from_identity: Untyped =) -> None"
- dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("(cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
+ dulwich/mailmap.py:114:5: error: Type of decorated function contains type "Any" ("def (cls: type[Mailmap], path: Untyped) -> None") [no-any-decorated]
- dulwich/lru_cache.py:82:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:82:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:291:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:291:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lru_cache.py:402:9: note: Type is "def (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
+ dulwich/lru_cache.py:402:9: note: Type is "_NamedCallable & (max_cache: Untyped, after_cleanup_count: Untyped =) -> None"
- dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
+ dulwich/lfs.py:33:5: error: Type of decorated function contains type "Any" ("def (cls: type[LFSStore], lfs_dir: Untyped) -> None") [no-any-decorated]
- dulwich/lfs.py:41:5: error: Type of decorated function contains type "Any" ("(cls: type[LFSStore], repo: Untyped, create: bool=...) -> None") [no-any-decorated]
+ dulwich/lfs.py:41:5: error: Type of decorated function contains type "Any" ("def (cls: type[LFSStore], repo: Untyped, create: bool=...) -> None") [no-any-decorated]
- dulwich/lfs.py:44:20: note: Type is "def (lfs_dir: Untyped) -> None"
+ dulwich/lfs.py:44:20: note: Type is "_NamedCallable & (lfs_dir: Untyped) -> None"
- dulwich/lfs.py:53:25: note: Type is "def (sha: Untyped) -> None"
+ dulwich/lfs.py:53:25: note: Type is "_NamedCallable & (sha: Untyped) -> None"
- dulwich/lfs.py:70:16: note: Type is "def (sha: Untyped) -> None"
+ dulwich/lfs.py:70:16: note: Type is "_NamedCallable & (sha: Untyped) -> None"
- dulwich/protocol.py:247:9: note: Type is "def (data: Untyped) -> None"
+ dulwich/protocol.py:247:9: note: Type is "_NamedCallable & (data: Untyped) -> None"
- dulwich/protocol.py:303:13: note: Type is "def (line: Untyped) -> None"
+ dulwich/protocol.py:303:13: note: Type is "_NamedCallable & (line: Untyped) -> None"
- dulwich/protocol.py:315:9: note: Type is "def (line: Untyped) -> None"
+ dulwich/protocol.py:315:9: note: Type is "_NamedCallable & (line: Untyped) -> None"
- dulwich/protocol.py:346:26: error: Expression type contains "Any" (has type "(size: Untyped) -> None") [no-any-expr]
+ dulwich/protocol.py:346:26: error: Expression type contains "Any" (has type "_NamedCallable & (size: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:42:35: error: Expression type contains "Any" (has type "(*args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:42:35: error: Expression type contains "Any" (has type "_NamedCallable & (*args: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:159:46: error: Expression type contains "Any" (has type "(*args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:159:46: error: Expression type contains "Any" (has type "def (*args: Untyped) -> None") [no-any-expr]
- dulwich/hooks.py:159:59: error: Expression type contains "Any" (has type "(success: Untyped, *args: Untyped) -> None") [no-any-expr]
+ dulwich/hooks.py:159:59: error: Expression type contains "Any" (has type "def (success: Untyped, *args: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:71:5: note: Type is "def (item: Untyped) -> None"
+ dulwich/graph.py:71:5: note: Type is "_NamedCallable & (item: Untyped) -> None"
- dulwich/graph.py:75:9: note: Type is "def (item: Untyped) -> None"
+ dulwich/graph.py:75:9: note: Type is "_NamedCallable & (item: Untyped) -> None"
- dulwich/graph.py:112:22: error: Expression type contains "Any" (has type "(x: (Any (unannotated), Any (unannotated))) -> Any (unannotated)") [no-any-expr]
+ dulwich/graph.py:112:22: error: Expression type contains "Any" (has type "def (x: (Any (unannotated), Any (unannotated))) -> Any (unannotated)") [no-any-expr]
- dulwich/graph.py:150:23: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:150:23: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:150:48: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:150:48: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:187:30: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:187:30: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:187:57: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:187:57: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:188:13: note: Type is "def (typing.Iterable[Any (unannotated)]) -> None"
+ dulwich/graph.py:188:13: note: Type is "_NamedCallable & (typing.Iterable[Any (unannotated)]) -> None"
- dulwich/graph.py:221:23: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:221:23: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/graph.py:221:49: error: Expression type contains "Any" (has type "(cmtid: Untyped) -> None") [no-any-expr]
+ dulwich/graph.py:221:49: error: Expression type contains "Any" (has type "def (cmtid: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:183:21: error: Expression type contains "Any" (has type "(obj: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:183:21: error: Expression type contains "Any" (has type "def (obj: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:183:26: error: Expression type contains "Any" (has type "(obj: Untyped, value: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:183:26: error: Expression type contains "Any" (has type "def (obj: Untyped, value: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:387:5: error: Type of decorated function contains type "Any" ("(magic: Untyped, f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:387:5: error: Type of decorated function contains type "Any" ("def (magic: Untyped, f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:415:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:415:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:421:19: note: Type is "def (magic: Untyped, f: typing.BinaryIO) -> dulwich.objects.ShaFile"
+ dulwich/objects.py:421:19: note: Type is "_NamedCallable & (magic: Untyped, f: typing.BinaryIO) -> dulwich.objects.ShaFile"
- dulwich/objects.py:422:13: note: Type is "def (map: Untyped) -> None"
+ dulwich/objects.py:422:13: note: Type is "_NamedCallable & (map: Untyped) -> None"
- dulwich/objects.py:424:19: note: Type is "def (magic: Untyped, f: Untyped) -> None"
+ dulwich/objects.py:424:19: note: Type is "_NamedCallable & (magic: Untyped, f: Untyped) -> None"
- dulwich/objects.py:425:13: note: Type is "def (map: Untyped) -> None"
+ dulwich/objects.py:425:13: note: Type is "_NamedCallable & (map: Untyped) -> None"
- dulwich/objects.py:441:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], path: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:441:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], path: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:444:20: note: Type is "def (f: Untyped) -> None"
+ dulwich/objects.py:444:20: note: Type is "_NamedCallable & (f: Untyped) -> None"
- dulwich/objects.py:447:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:447:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], f: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:450:19: note: Type is "def (f: Untyped) -> None"
+ dulwich/objects.py:450:19: note: Type is "_NamedCallable & (f: Untyped) -> None"
- dulwich/objects.py:457:5: error: Type of decorated function contains type "Any" ("(type_num: Untyped, string: Untyped, sha: Untyped=...) -> None") [no-any-decorated]
+ dulwich/objects.py:457:5: error: Type of decorated function contains type "Any" ("def (type_num: Untyped, string: Untyped, sha: Untyped=...) -> None") [no-any-decorated]
- dulwich/objects.py:491:5: error: Type of decorated function contains type "Any" ("(cls: type[ShaFile], string: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:491:5: error: Type of decorated function contains type "Any" ("def (cls: type[ShaFile], string: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:555:16: note: Type is "def (type_num: Untyped, string: Untyped, sha: Untyped =) -> None"
+ dulwich/objects.py:555:16: note: Type is "_NamedCallable & (type_num: Untyped, string: Untyped, sha: Untyped =) -> None"
- dulwich/objects.py:608:20: error: Expression type contains "Any" (has type "(self: Blob, data: Untyped) -> None") [no-any-expr]
+ dulwich/objects.py:608:20: error: Expression type contains "Any" (has type "def (self: Blob, data: Untyped) -> None") [no-any-expr]
- dulwich/objects.py:630:5: error: Type of decorated function contains type "Any" ("(cls: type[Blob], path: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:630:5: error: Type of decorated function contains type "Any" ("def (cls: type[Blob], path: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:631:16: note: Type is "def (path: Untyped) -> None"
+ dulwich/objects.py:631:16: note: Type is "_NamedCallable & (path: Untyped) -> None"
- dulwich/objects.py:768:5: error: Type of decorated function contains type "Any" ("(cls: type[Tag], filename: Untyped) -> None") [no-any-decorated]
+ dulwich/objects.py:768:5: error: Type of decorated function contains type "Any" ("def (cls: type[Tag], filename: Untyped) -> None") [no-any-decorated]
- dulwich/objects.py:769:15: note: Type is "def (path: Untyped) -> None"
+ dulwich/objects.py:769:15: note: Type is "_NamedCallable & (path: Untyped) -> None"
- dulwich/objects.py:782:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:782:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"
- dulwich/objects.py:783:9: note: Type is "def (member: Untyped, error_msg: Untyped) -> None"
+ dulwich/objects.py:783:9: note: Type is "_NamedCallable & (member: Untyped, error_msg: Untyped) -> None"```</details>
... (truncated 30491 lines) ... |
Callable
type to not betypes.FunctionType
#614ClassVar[Callable]
should not be assumed to be aFunctionType
#624