refactor hashing/dedupe #173
Annotations
10 errors
Ruff (W293):
cyberdrop_dl/clients/hash_client.py#L113
cyberdrop_dl/clients/hash_client.py:113:1: W293 Blank line contains whitespace
|
Ruff (W291):
cyberdrop_dl/clients/hash_client.py#L127
cyberdrop_dl/clients/hash_client.py:127:81: W291 Trailing whitespace
|
Ruff (W291):
cyberdrop_dl/clients/hash_client.py#L130
cyberdrop_dl/clients/hash_client.py:130:77: W291 Trailing whitespace
|
Ruff (W293):
cyberdrop_dl/clients/hash_client.py#L156
cyberdrop_dl/clients/hash_client.py:156:1: W293 Blank line contains whitespace
|
Ruff (W291):
cyberdrop_dl/clients/hash_client.py#L185
cyberdrop_dl/clients/hash_client.py:185:14: W291 Trailing whitespace
|
Ruff (W291):
cyberdrop_dl/clients/hash_client.py#L191
cyberdrop_dl/clients/hash_client.py:191:14: W291 Trailing whitespace
|
Ruff (W292):
cyberdrop_dl/clients/hash_client.py#L193
cyberdrop_dl/clients/hash_client.py:193:106: W292 No newline at end of file
|
Ruff (I001):
cyberdrop_dl/managers/config_manager.py#L18
cyberdrop_dl/managers/config_manager.py:18:1: I001 Import block is un-sorted or un-formatted
|
Ruff (C405):
cyberdrop_dl/managers/config_manager.py#L164
cyberdrop_dl/managers/config_manager.py:164:17: C405 Unnecessary `list` literal (rewrite as a `set` literal)
|
Ruff (W293):
cyberdrop_dl/managers/config_manager.py#L171
cyberdrop_dl/managers/config_manager.py:171:1: W293 Blank line contains whitespace
|