summaryrefslogtreecommitdiffstats
path: root/misc/hooks/README.md
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-08-30 16:18:31 +0200
committerGitHub <noreply@github.com>2022-08-30 16:18:31 +0200
commit08eafbd52b0522e36a8eec2463b45066a469526e (patch)
treec16041c5dad478f8d81e1ae5912357da0a95709e /misc/hooks/README.md
parentf58d864f867902e8650f428dc75d5bbb0b874727 (diff)
parent8e2d0e1bb16409ad2e32e6e59432ffafb03c14ee (diff)
downloadredot-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.md5
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.