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