Skip to content

Commit

Permalink
update wording on ruff suggestion
Browse files Browse the repository at this point in the history
low adoption could = dissuasion against, we want to be encouraging
  • Loading branch information
voidlily committed Apr 25, 2024
1 parent 27cf247 commit 9174878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/engineering/languages-runtimes/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Our **standard** tool for ensuring consistency across Python code bases is [flak

Use [Black](https://black.readthedocs.io/en/stable/) for automatic code formatting.

We **suggest** using [Ruff](https://github.com/astral-sh/ruff) instead as it
combines all of the above packages into one and runs faster, however this has
not yet been adopted widely across TTS yet.
You are welcome to use [Ruff](https://github.com/astral-sh/ruff) instead as it
combines all of the above packages into one and runs faster. It may become our
standard in the future.

Using Code Climate to measure complexity scores (by way of [radon](https://pypi.python.org/pypi/radon)) is also a reasonable **default** to ensure you see potentially confounding functions and classes.

Expand Down

0 comments on commit 9174878

Please sign in to comment.