Skip to content

Merge branch 'EmailInfra' of https://github.com/koesterlab/remail int… #48

Merge branch 'EmailInfra' of https://github.com/koesterlab/remail int…

Merge branch 'EmailInfra' of https://github.com/koesterlab/remail int… #48

Triggered via push November 29, 2024 08:17
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (E711): EMailService.py#L49
EMailService.py:49:38: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): EMailService.py#L49
EMailService.py:49:69: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): EMailService.py#L116
EMailService.py:116:20: E711 Comparison to `None` should be `cond is not None`
Ruff (E402): EMailService.py#L183
EMailService.py:183:1: E402 Module level import not at top of file
Ruff (E402): EMailService.py#L184
EMailService.py:184:1: E402 Module level import not at top of file
Ruff (E722): EMailService.py#L204
EMailService.py:204:9: E722 Do not use bare `except`
Ruff (E701): EMailService.py#L244
EMailService.py:244:40: E701 Multiple statements on one line (colon)
Ruff (F841): EMailService.py#L322
EMailService.py:322:5: F841 Local variable `test` is assigned to but never used
Ruff (F841): EMailService.py#L333
EMailService.py:333:5: F841 Local variable `emails` is assigned to but never used
Ruff (F401): email2.py#L2
email2.py:2:21: F401 `pathlib.Path` imported but unused