diff --git a/src/doc/en/developer/tools.rst b/src/doc/en/developer/tools.rst
index a79d682c0c9..20878a6175d 100644
--- a/src/doc/en/developer/tools.rst
+++ b/src/doc/en/developer/tools.rst
@@ -219,6 +219,17 @@ Cython-lint
`Cython-lint `_ checks Cython source files
for coding style.
+.. _section-tools-ruff:
+
+Ruff
+====
+
+`Ruff `_ is a powerful and fast linter
+for Python code, written in Rust.
+
+It comes with a large choice of possible checks, and has the capacity
+to fix some of the warnings it emits.
+
.. _section-tools-relint:
Relint