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
Ruff will almost certainly support plugins. I'm not certain when, but it's very important :)
I don't expect pylint (or Flake8) plugins to work out-of-the-box; instead, there'll be a separate plugin API to implement for Ruff specifically. I'm hoping that users will be able to write plugins in Rust or Python.
If your plugin is generic and/or OSS, I'm also happy to see if I can include those rules in Ruff directly, if it's helpful for you!
Is it possible to provide backwards compat with pylint plugins, for example?
I had written one, but I do find pylint to be very slow (not just my plugin :) ), so would be happy to migrate to faster option.
The text was updated successfully, but these errors were encountered: