fix crash with keyword decorator on class libraries #1198
Annotations
7 errors
Run ./pw pdm run typecheck:
pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py#L18
This type is deprecated as of Python 3.9; use "tuple" instead (reportDeprecated)
|
Run ./pw pdm run typecheck
1 error
|
Run ./pw pdm run typecheck
Process completed with exit code 1.
|
ruff format
Process completed with exit code 1.
|
ruff check:
pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py#L4
pytest_robotframework\_internal\robot\listeners_and_suite_visitors.py:4:1: I001 Import block is un-sorted or un-formatted
|
ruff check:
pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py#L18
pytest_robotframework\_internal\robot\listeners_and_suite_visitors.py:18:5: F401 `typing.Tuple` imported but unused
|
ruff check
Process completed with exit code 1.
|
Loading