Skip to content

Commit 304552d

Browse files
committed
Fix Contributing footnote
1 parent 5b01881 commit 304552d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ example, to format all the Python code, run ``pre-commit run --all-files black``
6262

6363
You can also install a Git pre-commit hook which will run the relevant linters and
6464
formatters on any staged code when committing. This will be much faster than running on
65-
all files, which is usually[#]_ only required when changing the pre-commit version or
65+
all files, which is usually [#]_ only required when changing the pre-commit version or
6666
configuration. Once installed you can bypass this check by adding the ``--no-verify``
6767
flag to Git commit commands, as in ``git commit --no-verify``.
6868

0 commit comments

Comments
 (0)