openzim / python-scraperlib

Collection of Python code to re-use across Python-based scrapers
GNU General Public License v3.0
18 stars 16 forks source link

Update all scrapers to black 20 formatting #58

Closed rgaudin closed 3 years ago

rgaudin commented 3 years ago

black 20's changes introduce new rules for comments that leads to changes in most python files of our scrapers.

We should convert all scrapers to this new formatting now so that we don't pollute PRs with formatting changes.

Might be interesting to record the formatting commit as specified here for important repos (scraperlib, pylibzim, other?) ?

satyamtg commented 3 years ago

The following repositories have already been updated to black 20.8 formatting - https://github.com/openzim/python_scraperlib https://github.com/openzim/zimfarm https://github.com/openzim/openedx https://github.com/openzim/sotoki https://github.com/openzim/warc2zim https://github.com/openzim/gutenberg https://github.com/openzim/youtube https://github.com/openzim/ted

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.

satyamtg commented 3 years ago

Closing this as most scrapers are already using black 20 formatting