From 2df45fe45ee14a31777bd774047845be646a7068 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 15:24:30 +0100 Subject: [PATCH] test pre commit hook --- modules/ml-pipeline/.pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ml-pipeline/.pre-commit-config.yaml b/modules/ml-pipeline/.pre-commit-config.yaml index 2dcce30..afef75a 100644 --- a/modules/ml-pipeline/.pre-commit-config.yaml +++ b/modules/ml-pipeline/.pre-commit-config.yaml @@ -16,3 +16,4 @@ repos: name: DVC - Push to experiment to remote location (experiments) entry: bash -c 'ls' language: system + verbose: true