openzim / gutenberg

Scraper for downloading the entire ebooks repository of project Gutenberg
https://download.kiwix.org/zim/gutenberg
GNU General Public License v3.0
126 stars 37 forks source link

Remove all `# type: ignore` in `Global.add_item_for` once updated to latest zimscraperlib #194

Open benoit74 opened 10 months ago

benoit74 commented 10 months ago

Many # type: ignore hints have been added in Global.add_item_for calls in #190.

Those hints are linked to inproper type hints in old zimscraperlib.

Those hints have to be removed once updated to latest zimscraperlib.