City-Bureau / city-scrapers

Scrape, standardize and share public meetings from local government websites
https://cityscrapers.org
MIT License
332 stars 310 forks source link

Migrate to black from yapf for style #958

Closed pjsier closed 4 years ago

pjsier commented 4 years ago

black seems like it's becoming the standard for Python formatting, and it's a lot easier to use than yapf.

Part of the reason we've held off has been that you can only run black with Python 3.6 and above and we still support Python 3.5. If we make changes for #957 this shouldn't be an issue anymore