Skip to content

add pre-commit hooks

Yngve Levinsen requested to merge yngve-fix into master

Ensure consistent syntax usage with primarily black, but also end-of-line checks etc

Requires https://pre-commit.com

You enable the hook in your local clone by running the command "pre-commit install"

Merge request reports