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

Switch to use ruff #255

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

CoolCat467
Copy link

This pull request has the project switch to using ruff instead of pyflakes and handles the slight differences it has.
I was considering moving this into another pull request to follow this one, but I also switched to using ruff's integrated version of isort as well.

They have a quite compelling advertisement of sorts of why you should use their system in their readme, but in the end I am suggesting to switch to ruff because it's got nearly all the warnings flake8 does but also has autofix support, and it's way faster.

astral-sh/ruff#970 is tracking pyflakes re-implementation progress, and using ruff opens the door to enabling even more checks in the future with almost no performance loss for doing so.

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

Successfully merging this pull request may close these issues.

1 participant