Create crawl_hindustan_times_and_get_top_news.py #9877
Annotations
6 errors
Ruff (E501):
web_programming/crawl_hindustan_times_and_get_top_news.py#L2
web_programming/crawl_hindustan_times_and_get_top_news.py:2:89: E501 Line too long (99 > 88)
|
Ruff (W291):
web_programming/crawl_hindustan_times_and_get_top_news.py#L2
web_programming/crawl_hindustan_times_and_get_top_news.py:2:99: W291 Trailing whitespace
|
Ruff (E501):
web_programming/crawl_hindustan_times_and_get_top_news.py#L25
web_programming/crawl_hindustan_times_and_get_top_news.py:25:89: E501 Line too long (136 > 88)
|
Ruff (S113):
web_programming/crawl_hindustan_times_and_get_top_news.py#L32
web_programming/crawl_hindustan_times_and_get_top_news.py:32:20: S113 Probable use of `requests` call without timeout
|
Ruff (BLE001):
web_programming/crawl_hindustan_times_and_get_top_news.py#L48
web_programming/crawl_hindustan_times_and_get_top_news.py:48:20: BLE001 Do not catch blind exception: `Exception`
|
ruff
Process completed with exit code 1.
|