C-bowman / inference-tools

Python tools for Bayesian data analysis
MIT License
28 stars 3 forks source link

Automate formatting #9

Closed ZedThree closed 3 years ago

ZedThree commented 3 years ago

Apply black over the codebase, and setup a Github Actions to automatically apply it on pushes to the repo.

This gives up control of formatting to black, and means the project is always consistently formatted.