Skip to content

Add support for Ruff: a Python linter #4476

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

Open
ahogen opened this issue Mar 4, 2025 · 0 comments
Open

Add support for Ruff: a Python linter #4476

ahogen opened this issue Mar 4, 2025 · 0 comments

Comments

@ahogen
Copy link

ahogen commented Mar 4, 2025

Is your feature request related to a problem? Please describe.

PyLint is often slow, and while configurable, often needs to be configured to be compatible alongside other common tools such as black for formatting.

Describe the solution you would like

Ruff is a fast Python linter and formatter. It already supports report formats for GitHub/GitLab and even an LSP server for IDE integration. I have much preferred using it over PyLint wherever possible.

Describe alternatives you have considered

Additional context

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

1 participant