From 947ba208d70bda9b5687e71b6e4021216e0592b7 Mon Sep 17 00:00:00 2001 From: Valentin Matton Date: Thu, 23 May 2024 09:50:06 +0200 Subject: [PATCH] chore(pipeline): drop sqlfluff-lint hook It is redundant with sqlfluff-fix --- .pre-commit-config.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e896ac8..eb4b4c96 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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