Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: What is the plan for plugin support? #410

Closed
ambroselittle opened this issue Oct 12, 2022 · 3 comments
Closed

Question: What is the plan for plugin support? #410

ambroselittle opened this issue Oct 12, 2022 · 3 comments

Comments

@ambroselittle
Copy link

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.

@charliermarsh
Copy link
Member

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!

@ambroselittle
Copy link
Author

Thank you. Ours is very context-specific.

OK. Supporting Python would definitely make it more feasible for us to adopt. 👍🏻

@charliermarsh
Copy link
Member

Closing this for now in favor of #283.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants