Skip to content

Create base plate

Create base plate #2

Triggered via pull request August 18, 2024 14:11
Status Failure
Total duration 39s
Artifacts

linting.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors
codespell
Process completed with exit code 1.
Ruff (W292): yalesmartalarmclient/__init__.py#L1
yalesmartalarmclient/__init__.py:1:28: W292 No newline at end of file
Ruff (I001): yalesmartalarmclient/auth.py#L3
yalesmartalarmclient/auth.py:3:1: I001 Import block is un-sorted or un-formatted
Ruff (D417): yalesmartalarmclient/auth.py#L89
yalesmartalarmclient/auth.py:89:9: D417 Missing argument description in the docstring for `post_authenticated`: `params`
Ruff (I001): yalesmartalarmclient/client.py#L3
yalesmartalarmclient/client.py:3:1: I001 Import block is un-sorted or un-formatted
Ruff (TRY201): yalesmartalarmclient/client.py#L85
yalesmartalarmclient/client.py:85:19: TRY201 Use `raise` without specifying exception name
Ruff (TRY201): yalesmartalarmclient/client.py#L110
yalesmartalarmclient/client.py:110:19: TRY201 Use `raise` without specifying exception name
Ruff (TRY201): yalesmartalarmclient/client.py#L127
yalesmartalarmclient/client.py:127:19: TRY201 Use `raise` without specifying exception name
Ruff (TRY201): yalesmartalarmclient/client.py#L139
yalesmartalarmclient/client.py:139:19: TRY201 Use `raise` without specifying exception name
Ruff (TRY201): yalesmartalarmclient/client.py#L151
yalesmartalarmclient/client.py:151:19: TRY201 Use `raise` without specifying exception name
Ruff (TRY201): yalesmartalarmclient/client.py#L169
yalesmartalarmclient/client.py:169:19: TRY201 Use `raise` without specifying exception name
pre-commit-hooks
Process completed with exit code 1.