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

Consider replacing flake8 and iSort with ruff #461

Open
theskumar opened this issue Dec 22, 2022 · 1 comment
Open

Consider replacing flake8 and iSort with ruff #461

theskumar opened this issue Dec 22, 2022 · 1 comment

Comments

@theskumar
Copy link
Member

Ruff is a replacement for flake8, implemented in rust for performance. It supports many flake8 plugins by default and is compatible with iSort and black.

The downside is that we might use some flake8 plugins, but this project does not use many flake8 plugins or intend to use more.

See: https://github.com/charliermarsh/ruff#how-does-ruff-compare-to-flake8

@CuriousLearner
Copy link
Contributor

Looks good, I will give this a try in another project.

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

No branches or pull requests

2 participants