Skip to content

Commit 7251c95

Browse files
committed
add README.md for git hooks
1 parent 2c16df6 commit 7251c95

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

hooks/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### What's this?
2+
3+
This is a set of git hooks to be executed on special events, e.g. before you commit your changes. To install them, just execute the `install.sh` script, and you're good to go!
4+
5+
### What do they do?
6+
7+
Currently there's only one hook (`pre-commit`) which formats changed python files with `yapf`.

0 commit comments

Comments
 (0)