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