Save progress #448
Annotations
3 errors and 10 warnings
|
lint
Process completed with exit code 2.
|
|
lint
1 error
|
|
lint:
examples/mclaren_demo_app/bin/turn_coach.py#L118
Cannot access attribute "base_url" for class "BedrockModel"
Attribute "base_url" is unknown (reportAttributeAccessIssue)
|
|
lint:
examples/mclaren_demo_app/bin/pit_strategy.py#L187
Type of "stream" is unknown (reportUnknownVariableType)
|
|
lint:
examples/mclaren_demo_app/bin/pit_strategy.py#L178
Argument type is unknown
Argument corresponds to parameter "stream" in function "__init__" (reportUnknownArgumentType)
|
|
lint:
examples/mclaren_demo_app/bin/pit_strategy.py#L178
Argument type is partially unknown
Argument corresponds to parameter "i" in function "next"
Argument type is "Generator[dict[Unknown, Unknown], None, None]" (reportUnknownArgumentType)
|
|
lint:
examples/mclaren_demo_app/bin/pit_strategy.py#L177
Return type, "dict[Unknown, Unknown] | None", is partially unknown (reportUnknownVariableType)
|
|
lint:
examples/mclaren_demo_app/bin/pit_strategy.py#L169
Type of "stream" is unknown (reportUnknownVariableType)
|
|
lint:
examples/mclaren_demo_app/bin/pit_strategy.py#L158
Argument type is unknown
Argument corresponds to parameter "stream" in function "__init__" (reportUnknownArgumentType)
|
|
lint:
examples/mclaren_demo_app/bin/pit_strategy.py#L157
Argument type is unknown
Argument corresponds to parameter "x" in function "__new__" (reportUnknownArgumentType)
|
|
lint:
examples/mclaren_demo_app/bin/pit_strategy.py#L156
Argument type is partially unknown
Argument corresponds to parameter "i" in function "next"
Argument type is "Generator[tuple[int, Unknown], None, None]" (reportUnknownArgumentType)
|
|
lint:
examples/mclaren_demo_app/bin/pit_strategy.py#L155
Return type, "tuple[int, Unknown] | tuple[None, None]", is partially unknown (reportUnknownVariableType)
|
|
lint:
examples/mclaren_demo_app/bin/pit_strategy.py#L149
Type of "stream" is unknown (reportUnknownVariableType)
|