Cache last updated location for a configurable number of seconds #56
Annotations
7 errors
Run jakebailey/pyright-action@v2:
patroni/dcs/kubernetes.py#L1308
Return type is unknown (reportUnknownParameterType)
|
Run jakebailey/pyright-action@v2:
patroni/dcs/kubernetes.py#L1308
List expression not allowed in type annotation
Use List[T] to indicate a list type or Union[T1, T2] to indicate a union type (reportInvalidTypeForm)
|
Run jakebailey/pyright-action@v2:
patroni/dcs/kubernetes.py#L1308
Expected type expression but received "list[type[str] | type[None] | type[float]]" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v2:
patroni/dcs/kubernetes.py#L1336
Type of "cached_xlog_location" is unknown (reportUnknownVariableType)
|
Run jakebailey/pyright-action@v2:
patroni/dcs/kubernetes.py#L1336
Type of "last_updated" is unknown (reportUnknownVariableType)
|
Run jakebailey/pyright-action@v2:
patroni/dcs/kubernetes.py#L1336
Type of "_get_cached_xlog_location" is partially unknown
Type of "_get_cached_xlog_location" is "() -> Unknown" (reportUnknownMemberType)
|
Run jakebailey/pyright-action@v2
6 errors
|
Loading