Skip to content

Commit

Permalink
chore(pipeline): drop sqlfluff-lint hook
Browse files Browse the repository at this point in the history
It is redundant with sqlfluff-fix
  • Loading branch information
vmttn committed May 23, 2024
1 parent 319da15 commit 947ba20
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,3 @@ repos:
- dbt-postgres==1.7.11
args:
- --config=./pipeline/pyproject.toml
- id: sqlfluff-lint
name: pipeline|sqlfluff-lint
files: ^pipeline
types: [sql]
additional_dependencies:
- sqlfluff-templater-dbt==2.3.5
- dbt-postgres==1.7.11
args:
- --config=./pipeline/pyproject.toml

0 comments on commit 947ba20

Please sign in to comment.