gouline / dbt-metabase

dbt + Metabase integration
https://pypi.org/project/dbt-metabase/
MIT License
448 stars 64 forks source link

Add formatter to CI checks #37

Closed gouline closed 3 years ago

gouline commented 3 years ago

Automatically check formatting with https://github.com/psf/black in CI (using make check-fmt) and allow formatting from CLI using make fmt (although IDE integration is easier).