Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pre-commit: Install basic pre-commit hooks
pre-commit is useful when dealing with source code tidy in an automated way so this patch adds some basic pre-commit hooks. $ pre-commit install pre-commit installed at .git/hooks/pre-commit $ pre-commit run -a Check Yaml...............................................................Passed Fix End of Files.........................................................Passed Trim Trailing Whitespace.................................................Passed Signed-off-by: Honggyu Kim <[email protected]>
- Loading branch information