Skip to content

Demo - Room reservation #119

Demo - Room reservation

Demo - Room reservation #119

Triggered via pull request August 20, 2024 09:31
Status Failure
Total duration 19s
Artifacts

ci.yml

on: pull_request
lint-format-test
7s
lint-format-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F541): rooms_reservation/create_meeting.py#L13
rooms_reservation/create_meeting.py:13:11: F541 f-string without any placeholders
Ruff (F541): rooms_reservation/create_meeting.py#L23
rooms_reservation/create_meeting.py:23:57: F541 f-string without any placeholders
Ruff (F841): rooms_reservation/create_meeting.py#L44
rooms_reservation/create_meeting.py:44:5: F841 Local variable `res` is assigned to but never used
Ruff (F401): rooms_reservation/helpers.py#L2
rooms_reservation/helpers.py:2:31: F401 `autokitteh.google.google_id` imported but unused
Ruff (F401): rooms_reservation/room_status.py#L3
rooms_reservation/room_status.py:3:31: F401 `autokitteh.google.google_sheets_client` imported but unused
Ruff (F541): rooms_reservation/room_status.py#L10
rooms_reservation/room_status.py:10:11: F541 f-string without any placeholders
Ruff (F401): rooms_reservation/whats_free.py#L6
rooms_reservation/whats_free.py:6:31: F401 `autokitteh.google.google_id` imported but unused
Ruff (F401): rooms_reservation/whats_free.py#L6
rooms_reservation/whats_free.py:6:42: F401 `autokitteh.google.google_sheets_client` imported but unused
Ruff (F541): rooms_reservation/whats_free.py#L10
rooms_reservation/whats_free.py:10:11: F541 f-string without any placeholders
lint-format-test
Process completed with exit code 1.