From 54d5d5a235a28067fb0c61fa53bc126cb6cdabf2 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 15:17:35 +0100 Subject: [PATCH] test pre commit hook --- modules/ml-pipeline/.pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ml-pipeline/.pre-commit-config.yaml b/modules/ml-pipeline/.pre-commit-config.yaml index 34a9b78..2dcce30 100644 --- a/modules/ml-pipeline/.pre-commit-config.yaml +++ b/modules/ml-pipeline/.pre-commit-config.yaml @@ -10,3 +10,9 @@ 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