Skip to content

Commit

Permalink
Update sqlfluff pre-commit dep on dbt templater to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Mar 16, 2024
1 parent 0cdb4c6 commit f6baa57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: trailing-whitespace
- id: requirements-txt-fixer
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -17,13 +17,13 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/sqlfluff/sqlfluff
rev: 2.3.5
rev: 3.0.1
hooks:
- id: sqlfluff-fix
args: ["./models/"]
additional_dependencies:
["dbt-duckdb~=1.7.1", "sqlfluff-templater-dbt~=2.3.5"]
["dbt-duckdb~=1.7.1", "sqlfluff-templater-dbt~=3.0.1"]
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
csv-diff~=1.1.0
dbt-metricflow[duckdb]~=0.6.0
pre-commit~=3.6.0
sqlfluff~=2.3.5
sqlfluff-templater-dbt~=2.3.5
sqlfluff~=3.0.1
sqlfluff-templater-dbt~=3.0.1
duckdb~=0.9.2
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ six==1.16.0
# python-dateutil
spinners==0.0.24
# via halo
sqlfluff==2.3.5
sqlfluff==3.0.1
# via sqlfluff-templater-dbt
sqlfluff-templater-dbt==2.3.5
sqlfluff-templater-dbt==3.0.1
sqlparse==0.4.4
# via dbt-core
tabulate==0.9.0
Expand Down

0 comments on commit f6baa57

Please sign in to comment.