We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c1c8f commit fe9cc93Copy full SHA for fe9cc93
src/doc/en/developer/tools.rst
@@ -219,6 +219,17 @@ Cython-lint
219
`Cython-lint <https://pypi.org/project/cython-lint/>`_ checks Cython source files
220
for coding style.
221
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
233
.. _section-tools-relint:
234
235
Relint
0 commit comments