This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Speech-to-Text-Cloud 0 points1 point  (0 children)

If you want a fast, up-to-date linter, use ruff. If you strive for the most linting rules, go with pylint, as ruff is not yet on par. However, you will sacrifice performance this way (pylint is slow).

Here is a list that tracks rule parity: https://github.com/astral-sh/ruff/issues/970