pub fn load_hooks_config(dirs: &[PathBuf]) -> HooksConfigExpand description
Load HooksConfig from the first hooks.json found in dirs.
Silently ignores parse errors and missing files; returns an empty config if none is found.
pub fn load_hooks_config(dirs: &[PathBuf]) -> HooksConfigLoad HooksConfig from the first hooks.json found in dirs.
Silently ignores parse errors and missing files; returns an empty config if none is found.