Adventures with pre-commit
Posted on Wed 30 September 2020 in docs
I started using the pre-commit framework a while back on my projects but only with a very basic setup on pretty simple codebases. Common uses are apply code formatters like black or to run static type checking with mypy. I tried to create a rough framework for my Python projects.
Continue reading