databricks / dbt-databricks

A dbt adapter for Databricks.
https://databricks.com
Apache License 2.0
226 stars 119 forks source link

Switching to Ruff for formatting and linting #847

Closed benc-db closed 2 days ago

benc-db commented 2 days ago

Description

Flake8 is ancient, and Ruff can replace black and flake8, plus has future linter expansion opportunities. For this PR, there are a few files that are modified by running Ruff format, but I'm keeping significant format cleanup to a separate PR. Getting rid of pre-commit until I've finished redoing the linting to run everything through Ruff.

Checklist