Replace Black with Ruff in contributing.rst. (#6903)

This commit is contained in:
Andrey Rakhmatullin 2025-06-23 20:56:48 +05:00
parent 020bfa7e5f
commit 843ad1afb1
1 changed files with 2 additions and 2 deletions

View File

@ -251,10 +251,10 @@ Coding style
Please follow these coding conventions when writing code for inclusion in
Scrapy:
* We use `black <https://black.readthedocs.io/en/stable/>`_ for code formatting.
* We use `Ruff <https://docs.astral.sh/ruff/>`_ 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 pre-commit``.
run Ruff 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.