diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2dcce30..34a9b78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,9 +10,3 @@ repos: rev: 22.10.0 hooks: - id: black -- repo: local - hooks: - - id: dvc-push-experiment - name: DVC - Push to experiment to remote location (experiments) - entry: bash -c 'ls' - language: system diff --git a/modules/ml-pipeline/.pre-commit-config.yaml b/modules/ml-pipeline/.pre-commit-config.yaml index f645c0c..2dcce30 100644 --- a/modules/ml-pipeline/.pre-commit-config.yaml +++ b/modules/ml-pipeline/.pre-commit-config.yaml @@ -14,5 +14,5 @@ repos: hooks: - id: dvc-push-experiment name: DVC - Push to experiment to remote location (experiments) - entry: bash -c 'echo $PWD' + entry: bash -c 'ls' language: system