mirror of https://github.com/coqui-ai/TTS.git
Document ruff
This commit is contained in:
parent
8e95c3e436
commit
4f859824ac
|
@ -88,7 +88,7 @@ The following steps are tested on an Ubuntu system.
|
|||
$ 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
|
||||
$ make lint
|
||||
|
|
|
@ -2,4 +2,4 @@ black
|
|||
coverage
|
||||
isort
|
||||
nose2
|
||||
pylint==2.10.2
|
||||
ruff==0.1.3
|
||||
|
|
Loading…
Reference in New Issue