Skip to content

Fix or silence the remaining type errors #658

Fix or silence the remaining type errors

Fix or silence the remaining type errors #658

Triggered via pull request February 24, 2024 15:11
@tmke8tmke8
synchronize #327
fix-remainder
Status Failure
Total duration 1m 50s
Artifacts

ci.yml

on: pull_request
format_with_ruff
7s
format_with_ruff
lint_with_ruff
8s
lint_with_ruff
run_type_checking
1m 26s
run_type_checking
Fit to window
Zoom out
Zoom in

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/.