## Background and motivation As an improvement to our automated CI workflow, it would be nice to make flake8 automatically lint any new python code that is added ## Implementation details We use GitHub actions to do this! ## Potential snags This could take a long time to run as there is a good amount of python code in the repository.