arviz-devs / arviz_dashboard

Bayesian Dashboard built on top of Panel
Apache License 2.0
5 stars 1 forks source link

add `pre-commit` #13

Closed ndmlny-qs closed 1 year ago

ndmlny-qs commented 1 year ago

I would like to add a .pre-commit-config.yaml file to the repo. This way we can have code linting and formatting done on any code that is submitted.

This will require changes to the repo, as there are several files that will need to be updated if we implement it.