summaryrefslogtreecommitdiffstats
path: root/misc/hooks/README.md
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-10-26 08:43:07 +0200
committerGitHub <noreply@github.com>2021-10-26 08:43:07 +0200
commit2ecab0491cb9fc65cf71a0231e57915441e7048a (patch)
treec09d88c95f21faae8f0923775e0767b401dde8bf /misc/hooks/README.md
parentba23ef9b292dc42051ee8d11fa1fe6818b018c8f (diff)
parent8f05e26198d6b8bcf620f2e87ca671bb74cf82de (diff)
downloadredot-engine-2ecab0491cb9fc65cf71a0231e57915441e7048a.tar.gz
Merge pull request #54179 from aaronfranke/make-rst
Diffstat (limited to 'misc/hooks/README.md')
-rw-r--r--misc/hooks/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/hooks/README.md b/misc/hooks/README.md
index 5661c239ed..e420c6cb5c 100644
--- a/misc/hooks/README.md
+++ b/misc/hooks/README.md
@@ -12,8 +12,8 @@ contributors to make sure they comply with our requirements.
`PATH`, or if you want to enable colored output with `pygmentize`.
- Pre-commit hook for `black`: Applies `black` to the staged Python files
before accepting a commit.
-- Pre-commit hook for `makerst`: Checks the class reference syntax using
- `makerst.py`.
+- Pre-commit hook for `make_rst`: Checks the class reference syntax using
+ `make_rst.py`.
## Installation