diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-30 16:18:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 16:18:31 +0200 |
commit | 08eafbd52b0522e36a8eec2463b45066a469526e (patch) | |
tree | c16041c5dad478f8d81e1ae5912357da0a95709e /misc/hooks/README.md | |
parent | f58d864f867902e8650f428dc75d5bbb0b874727 (diff) | |
parent | 8e2d0e1bb16409ad2e32e6e59432ffafb03c14ee (diff) | |
download | redot-engine-08eafbd52b0522e36a8eec2463b45066a469526e.tar.gz |
Merge pull request #65078 from RandomShaper/git_hooks_extend
Diffstat (limited to 'misc/hooks/README.md')
-rw-r--r-- | misc/hooks/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/hooks/README.md b/misc/hooks/README.md index 8732237244..ea94b3f5f3 100644 --- a/misc/hooks/README.md +++ b/misc/hooks/README.md @@ -35,3 +35,8 @@ so they should work out of the box on Linux/macOS. ##### black - Python installation: make sure Python is added to the `PATH` - Install `black` - in any console: `pip3 install black` + +## Custom hooks + +The pre-commit hook will run any other script in `.git/hooks` whose filename +matches `pre-commit-custom-*`, after the Godot ones. |