Implement your own Python Pre-commit Hooks

Create your own pre-commit hooks as bash scripts for static analysis and continuous integration to a Git repo.

Edward Krueger
Towards Data Science
6 min readJan 18, 2021

--

By: Edward Krueger and Douglas Franklin.

Photo by Johann Walter Bantz on Unsplash

Here is the template for this project. We use poetry for package management. This article is focused on writing custom pre-commit hooks.

--

--