feature: client v2 #200
Annotations
8 errors and 3 warnings
typecheck:
src/etcetra/client_v2.py#L191
Argument 1 to "EtcdLockManager" has incompatible type "str"; expected "bytes" [arg-type]
|
typecheck:
src/etcetra/__init__.py#L12
Incompatible import of "EtcdClient" (imported name has type "type[etcetra.client_v2.EtcdClient]", local name has type "type[etcetra.client.EtcdClient]") [assignment]
|
typecheck:
src/etcetra/__init__.py#L12
Incompatible import of "EtcdConnectionManager" (imported name has type "type[etcetra.client_v2.EtcdConnectionManager]", local name has type "type[etcetra.client.EtcdConnectionManager]") [assignment]
|
typecheck:
src/etcetra/__init__.py#L12
Incompatible import of "EtcdCommunicator" (imported name has type "type[etcetra.client_v2.EtcdCommunicator]", local name has type "type[etcetra.client.EtcdCommunicator]") [assignment]
|
typecheck:
src/etcetra/__init__.py#L12
Incompatible import of "EtcdTransactionAction" (imported name has type "type[etcetra.client_v2.EtcdTransactionAction]", local name has type "type[etcetra.client.EtcdTransactionAction]") [assignment]
|
typecheck:
src/etcetra/__init__.py#L12
Incompatible import of "EtcdLockManager" (imported name has type "type[etcetra.client_v2.EtcdLockManager]", local name has type "type[etcetra.client.EtcdLockManager]") [assignment]
|
typecheck
Process completed with exit code 1.
|
test
The action has timed out.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
typecheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, webiny/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|