Skip to content
Snippets Groups Projects
Unverified Commit f89da17f authored by dajuno's avatar dajuno
Browse files

mark ruff as recommended tool

parent 38349262
Branches main
No related tags found
No related merge requests found
Pipeline #18899 passed
......@@ -323,8 +323,8 @@ Here is an exhaustive list of formatters: <https://github.com/life4/awesome-pyth
A reasonable selection of tools could be: `flake8` + `black` + `isort`. (That is what we
have been using in CHIMeRA.)
Alternatively, [`ruff`](https://docs.astral.sh/ruff/) is a new tool that does it all: linting
and formatting, with sane default settings.
**Recommendation**: Alternatively, [`ruff`](https://docs.astral.sh/ruff/) is a new tool that does
it all: linting and formatting, with sane default settings.
**We will proceed with `ruff` as our only linting and formatting tool.**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment