dbeatty10 / dbt-mysql

dbt-mysql contains all of the code enabling dbt to work with MySQL and MariaDB
Apache License 2.0
75 stars 53 forks source link

`pre-commit` hooks #136

Closed dbeatty10 closed 1 year ago

dbeatty10 commented 1 year ago

resolves #132

Description

Install pre-commit hooks to detect issues prior to commit like linting, formatting, etc.

Checklist