Skip to content

Just for testing!

Just for testing! #44

Triggered via push November 28, 2024 20:24
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (E711): src/EMailService.py#L48
src/EMailService.py:48:38: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): src/EMailService.py#L48
src/EMailService.py:48:69: E711 Comparison to `None` should be `cond is not None`
Ruff (E402): src/EMailService.py#L172
src/EMailService.py:172:1: E402 Module level import not at top of file
Ruff (E402): src/EMailService.py#L173
src/EMailService.py:173:1: E402 Module level import not at top of file
Ruff (E722): src/EMailService.py#L193
src/EMailService.py:193:9: E722 Do not use bare `except`
Ruff (E701): src/EMailService.py#L233
src/EMailService.py:233:40: E701 Multiple statements on one line (colon)
Ruff (F841): src/EMailService.py#L298
src/EMailService.py:298:5: F841 Local variable `listofmails` is assigned to but never used
Ruff (F841): src/EMailService.py#L311
src/EMailService.py:311:5: F841 Local variable `test` is assigned to but never used
Ruff (F841): src/EMailService.py#L322
src/EMailService.py:322:5: F841 Local variable `emails` is assigned to but never used
Ruff (F401): src/email2.py#L2
src/email2.py:2:21: F401 `pathlib.Path` imported but unused