mediacloud / metadata-lib

How Media Cloud approaches extracting metadata from online news stories
Apache License 2.0
12 stars 5 forks source link

Add black formatter to pre-commit hooks #97

Closed m453h closed 1 month ago

m453h commented 1 month ago

This PR adds black code formatter to pre-commit hooks to enforce a consistent code style across the project, resolving issue #96. As a result, numerous files have been reformatted without altering any functionality.

kilemensi commented 1 month ago

👍🏽 ... Don't forget to ensure black plays nice with other tools, at least isort and flake8