diff --git a/docs/contributing.rst b/docs/contributing.rst
index 0172887d6..3976d34c2 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -251,10 +251,10 @@ Coding style
Please follow these coding conventions when writing code for inclusion in
Scrapy:
-* We use `black `_ for code formatting.
+* We use `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.