Closed
Description
Use the "ruff"
Python linter for some cleaning
There's a new Python linter in town: https://github.com/astral-sh/ruff
It's fast... and it finds things that regular flake8
currently doesn't.
Some people are even calling Ruff: "one Python linter to rule them all".
One thing I didn't like about it was that it litters my dev environment with .ruff_cache
folders after it runs. Another thing is that ruff
is a much bigger download on PyPI than flake8
. So probably a one-time ruff
cleaning now may be useful. I'll still keep flake8
as the law-of-the-land for SeleniumBase CI verification checks, at least in the meantime.