Skip to content

Commit

Permalink
sagemathgh-36474: add ruff to developer tools
Browse files Browse the repository at this point in the history
    
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: sagemath#36474
Reported by: Frédéric Chapoton
Reviewer(s): Kwankyu Lee
  • Loading branch information
Release Manager committed Oct 18, 2023
2 parents 4260e44 + d9bdfad commit 11aae80
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/doc/en/developer/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,17 @@ Cython-lint
`Cython-lint <https://pypi.org/project/cython-lint/>`_ checks Cython source files
for coding style.

.. _section-tools-ruff:

Ruff
====

`Ruff <https://pypi.org/project/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
Expand Down

0 comments on commit 11aae80

Please sign in to comment.