From b66dff7278add9312db4884d2938f98b35e9ea1c Mon Sep 17 00:00:00 2001 From: MichelleArk Date: Fri, 12 Dec 2025 14:24:07 -0500 Subject: [PATCH] move custom-hooks to scripts --- .pre-commit-config.yaml | 2 +- .../pre-commit-hooks}/no_versioned_artifact_resource_imports.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {custom-hooks => scripts/pre-commit-hooks}/no_versioned_artifact_resource_imports.py (100%) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a635bead..33ce9303d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,7 +84,7 @@ repos: types: [python] - id: no_versioned_artifact_resource_imports name: no_versioned_artifact_resource_imports - entry: python custom-hooks/no_versioned_artifact_resource_imports.py + entry: python scripts/pre-commit-hooks/no_versioned_artifact_resource_imports.py language: system files: ^core/dbt/ types: [python] diff --git a/custom-hooks/no_versioned_artifact_resource_imports.py b/scripts/pre-commit-hooks/no_versioned_artifact_resource_imports.py similarity index 100% rename from custom-hooks/no_versioned_artifact_resource_imports.py rename to scripts/pre-commit-hooks/no_versioned_artifact_resource_imports.py