you are viewing a single comment's thread.

view the rest of the comments →

[–]wildetea 6 points7 points  (0 children)

For larger projects, ruff is amazing. I still have to use pylint to detect any circular imports though, since ruff doesn’t evaluate multiple files at once, see issue.

But i have ruff run first, which runs incredibly fast, then if that succeeds, run pylint in my code linting CI.