Closed m453h closed 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.
👍🏽 ... Don't forget to ensure black plays nice with other tools, at least isort and flake8
black
isort
flake8
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.