source_dir

Default: .lefthook/

Change a directory for script files. The directory contains subfolders named after git hooks, each containing script files.

Example

.lefthook/
β”œβ”€β”€ pre-commit/
β”‚   β”œβ”€β”€ lint.sh
β”‚   └── test.py
└── pre-push/
    └── check-files.rb