Skip to content

Commit

Permalink
Trying adding sqlfluff back to precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Sep 24, 2023
1 parent 2e7b351 commit 603be99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ repos:
rev: 23.9.1
hooks:
- id: black
# - repo: https://github.com/sqlfluff/sqlfluff
# rev: 2.3.2
# hooks:
# - id: sqlfluff-fix
# additional_dependencies:
# ["dbt-metricflow[duckdb]~=0.3.0", "sqlfluff-templater-dbt"]
- repo: https://github.com/sqlfluff/sqlfluff
rev: 2.3.2
hooks:
- id: sqlfluff-fix
additional_dependencies:
["dbt-metricflow[duckdb]~=0.3.0", "sqlfluff-templater-dbt"]

0 comments on commit 603be99

Please sign in to comment.