move custom-hooks to scripts

This commit is contained in:
MichelleArk
2025-12-12 14:24:07 -05:00
parent 22d21edb4b
commit b66dff7278
2 changed files with 1 additions and 1 deletions

View File

@@ -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]