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

Fix weird `noqa` that has been set in `optimize_epub` in `export.py` #193

Open benoit74 opened 10 months ago

benoit74 commented 10 months ago

190 had to set two # noqa (B020 and B018) hints in optimize_epub in export.py.

Should we fix something?