Skip to content

Commit fe9cc93

Browse files
committed
add ruff to developer tools
1 parent b7c1c8f commit fe9cc93

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/doc/en/developer/tools.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,17 @@ Cython-lint
219219
`Cython-lint <https://pypi.org/project/cython-lint/>`_ checks Cython source files
220220
for coding style.
221221

222+
.. _section-tools-ruff:
223+
224+
Ruff
225+
====
226+
227+
`Ruff <https://pypi.org/project/ruff/>`_ is a powerful and fast linter
228+
for Python code, written in C.
229+
230+
It comes with a large choice of possible checks, and has the capacity
231+
to fix some of the warnings it emits.
232+
222233
.. _section-tools-relint:
223234

224235
Relint

0 commit comments

Comments
 (0)