Skip to content

Ruff linter for all frameworks #12512

Closed Answered by MichaReiser
ArtemIsmagilov asked this question in Q&A
Discussion options

You must be logged in to vote

Do I understand correctly that in the future you plan to create a linter and formatter for all python frameworks?

Luckily, most lint rules aren't framework-specific so that Ruff can be used with any framework. Depending on the framework, it may make sense to enable or disable specific rules because they only make sense in this context or because they don't play nicely with a specific set of packages.

From the description I see that you support numpy, fastapi and so on

Ruff comes with built-in rules for some widely used packages. Supporting custom rules for less used packages is probably something we want to do by supporting plugins #283

we want to work with the python code style and …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ArtemIsmagilov
Comment options

Answer selected by ArtemIsmagilov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants