To adapt to a consistent code style without too much manual reformatting, this PR introduces automatic formatting checks (using black formatter) on push and pull-request events.
Additionally, it adds the formatter as a pre-commit hook.
This is only a PR draft for now to decide how to adapt this global style, and set remaining style options such as the enforced line length.
To adapt to a consistent code style without too much manual reformatting, this PR introduces automatic formatting checks (using black formatter) on push and pull-request events. Additionally, it adds the formatter as a pre-commit hook. This is only a PR draft for now to decide how to adapt this global style, and set remaining style options such as the enforced line length.