mirror of https://github.com/scrapy/scrapy.git
Update black reference in docs (#6192)
This commit is contained in:
parent
48a9a58ff2
commit
badc7c5be9
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue