html seiten als string #58
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 (F841):
EMailService.py#L121
EMailService.py:121:13: F841 Local variable `html_file_names` is assigned to but never used
|
Ruff (E402):
EMailService.py#L186
EMailService.py:186:1: E402 Module level import not at top of file
|
Ruff (E402):
EMailService.py#L187
EMailService.py:187:1: E402 Module level import not at top of file
|
Ruff (E722):
EMailService.py#L207
EMailService.py:207:9: E722 Do not use bare `except`
|
Ruff (E701):
EMailService.py#L247
EMailService.py:247:40: E701 Multiple statements on one line (colon)
|
Ruff (F841):
EMailService.py#L312
EMailService.py:312:5: F841 Local variable `test` is assigned to but never used
|
Ruff (F841):
EMailService.py#L342
EMailService.py:342:5: F841 Local variable `test` is assigned to but never used
|