Update black reference in docs (#6192)

This commit is contained in:
Chan Sau Yee 2023-12-29 20:32:51 +09:00 committed by Andrey Rakhmatullin
parent 48a9a58ff2
commit badc7c5be9
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ Scrapy:
* We use `black <https://black.readthedocs.io/en/stable/>`_ for code formatting.
There is a hook in the pre-commit config
that will automatically format your code before every commit. You can also
run black manually with ``tox -e black``.
run black manually with ``tox -e pre-commit``.
* Don't put your name in the code you contribute; git provides enough
metadata to identify author of the code.