From 829f017cfc57909d8d203003733a71ee8e2e524d Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 15:16:59 +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 abb6882..8df5a7d 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