Skip to content

bugfix + scripts improvements

7527b7d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Scriptification #42

bugfix + scripts improvements
7527b7d
Select commit
Loading
Failed to load commit list.
GitHub Actions / Mypy failed Dec 10, 2024 in 0s

163 errors

Mypy found 163 errors

Annotations

Check failure on line 6 in etpclient/utils.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/utils.py#L6

Skipping analyzing "lxml": module is installed, but missing library stubs or py.typed marker

Check failure on line 43 in etpclient/utils.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/utils.py#L43

Item "None" of "Optional[Match[str]]" has no attribute "group"

Check failure on line 259 in etpclient/utils.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/utils.py#L259

Need type annotation for "result" (hint: "result: List[<type>] = ...")

Check failure on line 283 in etpclient/utils.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/utils.py#L283

Need type annotation for "result" (hint: "result: List[<type>] = ...")

Check failure on line 304 in etpclient/utils.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/utils.py#L304

Need type annotation for "result" (hint: "result: List[<type>] = ...")

Check failure on line 10 in etpclient/server_config.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/server_config.py#L10

Library stubs not installed for "yaml" (or incompatible with Python 3.9)

Check failure on line 54 in etpclient/server_config.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/server_config.py#L54

Incompatible types in assignment (expression has type "Optional[str]", variable has type "str")

Check failure on line 56 in etpclient/server_config.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/server_config.py#L56

Incompatible types in assignment (expression has type "Optional[str]", variable has type "str")

Check failure on line 8 in etpclient/etp/h5_handler.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/etp/h5_handler.py#L8

Skipping analyzing "h5py": module is installed, but missing library stubs or py.typed marker

Check failure on line 9 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L9

Library stubs not installed for "requests" (or incompatible with Python 3.9)

Check failure on line 76 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L76

Argument "data" to "_send_request" of "EtpRestClient" has incompatible type "Dict[str, Optional[str]]"; expected "Optional[str]"

Check failure on line 134 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L134

"Uri" has no attribute "dataspace"

Check failure on line 135 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L135

"Uri" has no attribute "domain"

Check failure on line 135 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L135

"Uri" has no attribute "domain_version"

Check failure on line 135 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L135

"Uri" has no attribute "object_type"

Check failure on line 136 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L136

"Uri" has no attribute "uuid"

Check failure on line 192 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L192

"Uri" has no attribute "domain"

Check failure on line 192 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L192

"Uri" has no attribute "domain_version"

Check failure on line 192 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L192

"Uri" has no attribute "object_type"

Check failure on line 192 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L192

"Uri" has no attribute "uuid"

Check failure on line 221 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L221

"Uri" has no attribute "dataspace"

Check failure on line 222 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L222

"Uri" has no attribute "domain"

Check failure on line 222 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L222

"Uri" has no attribute "domain_version"

Check failure on line 222 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L222

"Uri" has no attribute "object_type"

Check failure on line 223 in etpclient/rest_client.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

etpclient/rest_client.py#L223

"Uri" has no attribute "uuid"