Skip to content

Use pre-commit for git hooks

This replaces the current darken hook with pre-commit which automatically installs darken and isort.

To install the following instructions were added to the readme:

pip install pre-commit
pre-commit install

Merge request reports