Update poetry.lock #300
Annotations
10 errors
Ruff (I001):
cyberdrop_dl/config_definitions/custom_types.py#L1
cyberdrop_dl/config_definitions/custom_types.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (B904):
cyberdrop_dl/config_definitions/custom_types.py#L127
cyberdrop_dl/config_definitions/custom_types.py:127:13: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
Ruff (I001):
cyberdrop_dl/config_definitions/global_settings.py#L1
cyberdrop_dl/config_definitions/global_settings.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
cyberdrop_dl/config_definitions/global_settings.py#L1
cyberdrop_dl/config_definitions/global_settings.py:1:99: F401 `pydantic.field_validator` imported but unused
|
Ruff (F401):
cyberdrop_dl/config_definitions/global_settings.py#L4
cyberdrop_dl/config_definitions/global_settings.py:4:8: F401 `humanfriendly` imported but unused
|
Ruff (I001):
cyberdrop_dl/managers/cache_manager.py#L1
cyberdrop_dl/managers/cache_manager.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (TC002):
cyberdrop_dl/scraper/filters.py#L7
cyberdrop_dl/scraper/filters.py:7:21: TC002 Move third-party import `aiohttp.ClientResponse` into a type-checking block
|
Ruff (F841):
cyberdrop_dl/scraper/filters.py#L155
cyberdrop_dl/scraper/filters.py:155:21: F841 Local variable `reason` is assigned to but never used
|
Ruff (F401):
cyberdrop_dl/utils/cookie_extraction.py#L4
cyberdrop_dl/utils/cookie_extraction.py:4:8: F401 `re` imported but unused
|
ruff
Process completed with exit code 1.
|