Merge branch 'EmailInfra' of https://github.com/koesterlab/remail int… #52
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#L114
EMailService.py:114:20: E711 Comparison to `None` should be `cond is not None`
|
Ruff (E402):
EMailService.py#L181
EMailService.py:181:1: E402 Module level import not at top of file
|
Ruff (E402):
EMailService.py#L182
EMailService.py:182:1: E402 Module level import not at top of file
|
Ruff (E722):
EMailService.py#L202
EMailService.py:202:9: E722 Do not use bare `except`
|
Ruff (E701):
EMailService.py#L242
EMailService.py:242:40: E701 Multiple statements on one line (colon)
|
Ruff (F841):
EMailService.py#L334
EMailService.py:334:5: F841 Local variable `test` is assigned to but never used
|
Ruff (F401):
email2.py#L2
email2.py:2:21: F401 `pathlib.Path` imported but unused
|
Ruff (F401):
email2.py#L5
email2.py:5:53: F401 `sqlmodel.Session` imported but unused
|