Fix or silence the remaining type errors #658
Annotations
2 errors and 3 warnings
run_type_checking:
src/labelling/encoder.py#L42
Argument of type "str | None" cannot be assigned to parameter "download_root" of type "str" in function "load"
Type "str | None" cannot be assigned to type "str"
"None" is incompatible with "str" (reportArgumentType)
|
run_type_checking
1 error
|
format_with_ruff
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint_with_ruff
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run_type_checking
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|