FOMO detection head #210
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
|