Skip to content

Slack alert throttle #26

Slack alert throttle

Slack alert throttle #26

Triggered via pull request November 12, 2024 06:50
Status Failure
Total duration 14s
Artifacts

pyright.yml

on: pull_request
pyright
5s
pyright
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
pyright: files/walle.py#L83
Type "List[List[str]]" is not assignable to return type "List[str]"   "List[List[str]]" is not assignable to "List[str]"     Type parameter "_T@list" is invariant, but "List[str]" is not the same as "str"     Consider switching from "list" to "Sequence" which is covariant (reportReturnType)
pyright: files/walle.py#L477
Argument of type "Path" cannot be assigned to parameter "jwd" of type "str" in function "contains"   "Path" is not assignable to "str" (reportArgumentType)
pyright
2 errors
pyright
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pyright: files/galaxy_jwd.py#L20
Import "psycopg2" could not be resolved from source (reportMissingModuleSource)