update pdm lockfile #1191
Annotations
17 errors
ruff check:
pytest_robotframework/__init__.py#L508
pytest_robotframework\__init__.py:508:11: F821 Undefined name `Iterable`
|
ruff check:
pytest_robotframework/__init__.py#L509
pytest_robotframework\__init__.py:509:13: F821 Undefined name `Mapping`
|
ruff check:
pytest_robotframework/__init__.py#L527
pytest_robotframework\__init__.py:527:44: F821 Undefined name `Iterator`
|
ruff check:
pytest_robotframework/__init__.py#L705
pytest_robotframework\__init__.py:705:38: F821 Undefined name `Iterator`
|
ruff check:
pytest_robotframework/__init__.py#L729
pytest_robotframework\__init__.py:729:9: DOC402 `yield` is not documented in docstring
|
ruff check:
pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py#L11
pytest_robotframework\_internal\robot\listeners_and_suite_visitors.py:11:71: F401 `typing.Tuple` imported but unused
|
ruff check
Process completed with exit code 1.
|
Run ./pw pdm run typecheck:
pytest_robotframework/__init__.py#L508
Type of parameter "args" is partially unknown
Parameter type is "Unknown | None" (reportUnknownParameterType)
|
Run ./pw pdm run typecheck:
pytest_robotframework/__init__.py#L508
"Iterable" is not defined (reportUndefinedVariable)
|
Run ./pw pdm run typecheck:
pytest_robotframework/__init__.py#L509
Type of parameter "kwargs" is partially unknown
Parameter type is "Unknown | None" (reportUnknownParameterType)
|
Run ./pw pdm run typecheck:
pytest_robotframework/__init__.py#L509
"Mapping" is not defined (reportUndefinedVariable)
|
Run ./pw pdm run typecheck:
pytest_robotframework/__init__.py#L527
Return type is unknown (reportUnknownParameterType)
|
Run ./pw pdm run typecheck:
pytest_robotframework/__init__.py#L527
"Iterator" is not defined (reportUndefinedVariable)
|
Run ./pw pdm run typecheck:
pytest_robotframework/__init__.py#L530
Return type, "AbstractContextManager[Unknown, bool | None]", is partially unknown (reportUnknownVariableType)
|
Run ./pw pdm run typecheck:
pytest_robotframework/__init__.py#L530
Argument type is unknown
Argument corresponds to parameter "_args" (reportUnknownArgumentType)
|
Run ./pw pdm run typecheck:
pytest_robotframework/__init__.py#L530
Argument type is unknown
Argument corresponds to parameter "_kwargs" (reportUnknownArgumentType)
|
Run ./pw pdm run typecheck:
pytest_robotframework/__init__.py#L705
Return type is unknown (reportUnknownParameterType)
|
Loading