Create crawl_hindustan_times_and_get_top_news.py #9879
Annotations
5 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 (98 > 88)
|
Ruff (E501):
web_programming/crawl_hindustan_times_and_get_top_news.py#L24
web_programming/crawl_hindustan_times_and_get_top_news.py:24:89: E501 Line too long (136 > 88)
|
Ruff (S113):
web_programming/crawl_hindustan_times_and_get_top_news.py#L31
web_programming/crawl_hindustan_times_and_get_top_news.py:31:20: S113 Probable use of `requests` call without timeout
|
Ruff (BLE001):
web_programming/crawl_hindustan_times_and_get_top_news.py#L47
web_programming/crawl_hindustan_times_and_get_top_news.py:47:20: BLE001 Do not catch blind exception: `Exception`
|
ruff
Process completed with exit code 1.
|