-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Having to check the CI every time you pushed new changes, only to find out you missed a simple thing is annoying. This is what pre-comiit hooks are for, they run before git commit
and can check the code, or format it correctly. For python, this can be done using https://pre-commit.com/
I suggest we use pre-commit hooks for formatting with black and linting with flake8.
I am split on test coverage, because it takes a bit to run an might be annoying. What do you think, @jnnsbrr?