Switch to a custom type for cache length validation #263
Annotations
10 errors
ruff lint:
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 lint:
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 lint:
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 lint:
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 lint:
cyberdrop_dl/config_definitions/global_settings.py#L4
cyberdrop_dl/config_definitions/global_settings.py:4:8: F401 `humanfriendly` imported but unused
|
ruff lint:
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 lint:
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 lint:
cyberdrop_dl/scraper/filters.py#L155
cyberdrop_dl/scraper/filters.py:155:21: F841 Local variable `reason` is assigned to but never used
|
ruff lint:
cyberdrop_dl/utils/cookie_extraction.py#L4
cyberdrop_dl/utils/cookie_extraction.py:4:8: F401 `re` imported but unused
|
ruff lint
Process completed with exit code 1.
|
Loading