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

Trying to stay on the right track with git

Posted on Mon 28 September 2020 in git

For when my memories are murky, this is a list of common git commands I tend to use, aimed at a relative newbie. I actually used it to give an intro to git presentation to my team a few years ago but it's still a nice reminder of basic usage.


Continue reading