fix missing tests error #8
Merged
Annotations
10 errors
|
ruff:
tanco/driver.py#L232
tanco/driver.py:232:23: Q000 Double quotes found but single quotes preferred
|
|
ruff:
tanco/driver.py#L168
tanco/driver.py:168:15: F541 f-string without any placeholders
|
|
ruff:
tanco/driver.py#L165
tanco/driver.py:165:15: F541 f-string without any placeholders
|
|
ruff:
tanco/driver.py#L162
tanco/driver.py:162:19: F541 f-string without any placeholders
|
|
ruff:
tanco/driver.py#L160
tanco/driver.py:160:15: F541 f-string without any placeholders
|
|
ruff:
tanco/driver.py#L159
tanco/driver.py:159:15: F541 f-string without any placeholders
|
|
ruff:
tanco/driver.py#L157
tanco/driver.py:157:68: E741 Ambiguous variable name: `l`
|
|
ruff:
tanco/driver.py#L5
tanco/driver.py:5:1: I001 Import block is un-sorted or un-formatted
|
|
ruff:
tanco/database.py#L16
tanco/database.py:16:9: PLC0415 `import` should be at the top-level of a file
|
|
ruff:
tanco/app.py#L154
tanco/app.py:154:54: F821 Undefined name `_fmt`
|
Loading