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

chore: Replace flake8 with ruff #193

Merged
merged 1 commit into from
Apr 7, 2023
Merged

chore: Replace flake8 with ruff #193

merged 1 commit into from
Apr 7, 2023

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Apr 6, 2023

Corresponds to nodejs/node-gyp#2815

Ruff supports over 500 lint rules and can be used to replace Flake8 (plus dozens of plugins), isort, pydocstyle, yesqa, eradicate, pyupgrade, and autoflake, all while executing (in Rust) tens or hundreds of times faster than any individual tool.

The ruff Action uses minimal steps to run in ~10 seconds, rapidly providing intuitive GitHub Annotations to contributors.

image

@cclauss cclauss merged commit 6528b00 into nodejs:main Apr 7, 2023
19 checks passed
@cclauss cclauss deleted the ruff branch April 7, 2023 19:00
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.

None yet

3 participants