From f605d856d73d3d11a403e67425b24d6b47f4c43b Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 09:53:10 +0000 Subject: [PATCH] keep metric in repo --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e180a96..f64db9c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,8 @@ repos: hooks: - id: black - repo: local - name: DVC - Push to experiment to remote location (experiments) hooks: + -id: dvc - push experiment + name: DVC - Push to experiment to remote location (experiments) entry: bash -c "ls" + language: system