From 9ac1ce44b8adf132637a52a10eb01fb87b00d144 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 15:17:17 +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 8df5a7d..2dcce30 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,5 +14,5 @@ repos: hooks: - id: dvc-push-experiment name: DVC - Push to experiment to remote location (experiments) - entry: bash -c "ls" + entry: bash -c 'ls' language: system