Document ruff

This commit is contained in:
Aarni Koskela 2023-09-27 00:38:43 +03:00
parent 8e95c3e436
commit 4f859824ac
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ The following steps are tested on an Ubuntu system.
$ make style $ make style
``` ```
10. Run the linter and correct the issues raised. We use ```pylint``` for linting. It helps to enforce a coding standard, offers simple refactoring suggestions. 10. Run the linter and correct the issues raised. We use ```ruff``` for linting. It helps to enforce a coding standard, offers simple refactoring suggestions.
```bash ```bash
$ make lint $ make lint

View File

@ -2,4 +2,4 @@ black
coverage coverage
isort isort
nose2 nose2
pylint==2.10.2 ruff==0.1.3