At a minimum, we should configure pre-commit for this repository to prevent commits to the main branch. (See: example)
This should also include the addition of some notes in the README to explain setting up pre-commit for anyone unfamiliar.
Are there additional hooks that are worth setting up? If we are going to be doing more work in python, black and/or flake8 hooks might make sense. Are there others beyond those?
At a minimum, we should configure pre-commit for this repository to prevent commits to the main branch. (See: example)
This should also include the addition of some notes in the README to explain setting up
pre-commitfor anyone unfamiliar.Are there additional hooks that are worth setting up? If we are going to be doing more work in python,
blackand/orflake8hooks might make sense. Are there others beyond those?