dbt-labs / dbt-spark

dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
https://getdbt.com
Apache License 2.0
395 stars 221 forks source link

Move to `pre-commit` only #1026

Closed mikealfare closed 4 months ago

mikealfare commented 5 months ago

Problem

Our linters and typechecking tools create a lot of dependabot PRs. This is aggravated by the fact that we keep one set of reqs in dev-requirements.txt and another in .pre-commit-config.yaml.

Solution

Out of scope:

Checklist