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

Move from pylint to ruff? #1716

Open
nedbat opened this issue Dec 15, 2023 · 1 comment
Open

Move from pylint to ruff? #1716

nedbat opened this issue Dec 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@nedbat
Copy link
Owner

nedbat commented Dec 15, 2023

Ruff is much faster, and has broad support.

https://github.com/akx/pylint-to-ruff could help.
astral-sh/ruff#970 (comment) could also help.

@nedbat nedbat added the enhancement New feature or request label Dec 15, 2023
@ssbarnea
Copy link
Sponsor

ssbarnea commented Jan 4, 2024

A note from my team, we switched from flake8 to ruff ~6 months ago. We still use pylint because it still enough stuff that ruff fails to find. Maybe in 1-2 years ruff will also make pylint obsolete. We run the linters using https://pre-commit.com/ as this makes it very easy to maintain.

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

No branches or pull requests

2 participants