Skip to content

Slack tool

Slack tool #1248

Triggered via pull request October 24, 2024 16:40
Status Failure
Total duration 56s
Artifacts

python-typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
check: src/backend/tools/slack/auth.py#L53
Argument of type "str | list[str] | None" cannot be assigned to parameter "__iterable" of type "Iterable[str]" in function "join"   Type "str | list[str] | None" cannot be assigned to type "Iterable[str]"     "__iter__" is not present (reportGeneralTypeIssues)
check: src/backend/tools/slack/auth.py#L66
Expression of type "str | None" cannot be assigned to return type "str"   Type "str | None" cannot be assigned to type "str"     Type "None" cannot be assigned to type "str" (reportGeneralTypeIssues)
check
2 errors
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/