Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:

- repo: https://github.com/sqlfluff/sqlfluff
# this is the version of sqlfluff, needs to be updated when using a new sqlfluff version (pip show sqlfluff)
rev: 3.1.1
rev: 3.5.0
hooks:
- id: sqlfluff-lint
language: python
Expand All @@ -24,7 +24,7 @@ repos:
# dbt-snowflake needs to match the version in transform tab of Datacoves (pip show dbt-snowflake)
additional_dependencies:
[
"sqlfluff-templater-dbt==3.1.1",
"sqlfluff-templater-dbt==3.5.0",
"dbt-core==1.10.15",
"dbt-snowflake==1.10.3",
]
Expand Down