Skip to content

Commit ee8db6a

Browse files
committed
Remove manual hooks as they do not exist anymore in the repo
1 parent 4f19138 commit ee8db6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: docs/en/contributing.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,7 @@ To run a specific hook, you can use the hook name as an argument. For example, t
386386

387387
.. code-block:: bash
388388
389-
pre-commit run codespell --hook-stage manual
390-
391-
As some hooks are only enabled to run manually, you need to use the ``--hook-stage manual`` flag to run them.
389+
pre-commit run codespell
392390
393391
If you want to run the pre-commit hooks automatically against the changed files on every ``git commit``,
394392
you can install the pre-commit hooks by running:

0 commit comments

Comments
 (0)