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

Add GitHub Action to spellcheck and lint Python code #167

Merged
merged 7 commits into from Jul 17, 2023

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jun 20, 2023

Test results: https://github.com/cclauss/getmail6/actions

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 ~5 seconds, rapidly providing intuitive GitHub Annotations to contributors.

image

@rpuntaie rpuntaie merged commit 5ab54b4 into getmail6:master Jul 17, 2023
@cclauss cclauss deleted the ruff branch July 17, 2023 14:09
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

2 participants