feature: client v2 #200
Annotations
7 errors and 1 warning
Type check with mypy:
src/etcetra/client_v2.py#L191
Argument 1 to "EtcdLockManager" has incompatible type "str"; expected "bytes" [arg-type]
|
Type check with mypy:
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]
|
Type check with mypy:
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]
|
Type check with mypy:
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]
|
Type check with mypy:
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]
|
Type check with mypy:
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]
|
Type check with mypy
Process completed with exit code 1.
|
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/
|
The logs for this run have expired and are no longer available.
Loading