You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, ruff is not a 1:1 replacement for pylint.
Having switched from pylint in one project I've used, I didn't find any functionality in it that the lack of in ruff blocked me from switching.
Ruff + mypy would probably offer almost everything that pylint offers
Currently static checks takes 1 minute to apply - https://github.com/py-pdf/fpdf2/actions/runs/7676162269/job/20923341563
With ruff, this time should decrease to max ~10s without cache and 1s with cache
The text was updated successfully, but these errors were encountered: