Skip to content

Commit 11aae80

Browse files
author
Release Manager
committed
gh-36474: add ruff to developer tools This is just adding the fast linter `ruff` to the developer guide as yet another of our tools-of-the-trade. ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. URL: #36474 Reported by: Frédéric Chapoton Reviewer(s): Kwankyu Lee
2 parents 4260e44 + d9bdfad commit 11aae80

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 Rust.
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)