Skip to content

FOMO detection head #210

FOMO detection head

FOMO detection head #210

Triggered via pull request November 25, 2024 16:28
Status Failure
Total duration 3m 12s
Artifacts

ci.yaml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors
type-check: tests/integration/test_fomo_detection.py#L87
Type "dict[str, list[Path]]" is not assignable to declared type "Dict[str, List[PathType]]"   "list[Path]" is not assignable to "List[PathType]"     Type parameter "_T@list" is invariant, but "Path" is not the same as "PathType"     Consider switching from "list" to "Sequence" which is covariant   "list[Path]" is not assignable to "List[PathType]"     Type parameter "_T@list" is invariant, but "Path" is not the same as "PathType"     Consider switching from "list" to "Sequence" which is covariant (reportAssignmentType)
type-check
1 error