From 38fec2a1739782f728d878ac59af207655812e5e Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 15:16:24 +0100 Subject: [PATCH] test pre commit hook --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f64db9c..abb6882 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: black - repo: local hooks: - -id: dvc - push experiment + -id: dvc-push-experiment name: DVC - Push to experiment to remote location (experiments) entry: bash -c "ls" language: system