test von in_reply_to #47
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#L115
EMailService.py:115:20: E711 Comparison to `None` should be `cond is not None`
|
Ruff (E402):
EMailService.py#L182
EMailService.py:182:1: E402 Module level import not at top of file
|
Ruff (E402):
EMailService.py#L183
EMailService.py:183:1: E402 Module level import not at top of file
|
Ruff (E722):
EMailService.py#L203
EMailService.py:203:9: E722 Do not use bare `except`
|
Ruff (E701):
EMailService.py#L243
EMailService.py:243:40: E701 Multiple statements on one line (colon)
|
Ruff (F841):
EMailService.py#L308
EMailService.py:308:5: F841 Local variable `listofmails` is assigned to but never used
|
Ruff (F841):
EMailService.py#L321
EMailService.py:321:5: F841 Local variable `test` is assigned to but never used
|
Ruff (F841):
EMailService.py#L332
EMailService.py:332:5: F841 Local variable `emails` is assigned to but never used
|