teddygroves / bibat

A batteries-included template for Bayesian data analysis projects
https://bibat.readthedocs.io/
MIT License
18 stars 2 forks source link

Pre commit #44

Closed teddygroves closed 1 year ago

teddygroves commented 1 year ago

This change adds support for pre-commit, addressing #40.

Adding pre-commit hooks also made it possible to address #35 by deleting the the top-level makefile. This file was only used to run black and isort, which are now done automatically.

Checklist: