Using pre-commit seems like a good idea to catch problems before they hit other people, but I am certainly not used to working with it yet and it does seem quite hard work so far.
Can it be improved, will we learn and get used to it, or is it going to get in the way and we should get rid of it?
pip install -r requirements-dev.txt
pre-commit install
Using pre-commit seems like a good idea to catch problems before they hit other people, but I am certainly not used to working with it yet and it does seem quite hard work so far.
Can it be improved, will we learn and get used to it, or is it going to get in the way and we should get rid of it?