5 lines
117 B
Text
5 lines
117 B
Text
|
#!/usr/bin/env sh
|
||
|
|
||
|
export GIT_DIR="$HOME/.local/share/yadm/repo.git"
|
||
|
pre-commit $@ -c .config/pre-commit-config.yaml
|