test pre commit hook

This commit is contained in:
Michael Duong 2023-09-10 15:22:59 +01:00
parent 4e160b38d5
commit 738643e673
2 changed files with 1 additions and 7 deletions

View file

@ -10,9 +10,3 @@ repos:
rev: 22.10.0
hooks:
- id: black
- repo: local
hooks:
- id: dvc-push-experiment
name: DVC - Push to experiment to remote location (experiments)
entry: bash -c 'ls'
language: system

View file

@ -14,5 +14,5 @@ repos:
hooks:
- id: dvc-push-experiment
name: DVC - Push to experiment to remote location (experiments)
entry: bash -c 'echo $PWD'
entry: bash -c 'ls'
language: system