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

Use ruff to lint Python code #488

Closed
wants to merge 3 commits into from
Closed

Use ruff to lint Python code #488

wants to merge 3 commits into from

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jul 27, 2023

Codespell can find and fix common misspellings in text files. It’s designed primarily for checking misspelled words in source code, but it can be used with other files as well.

Ruff supports over 600 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.

ruff --output-format=github . provides intuitive GitHub Annotations to contributors...

image

Related to

@cclauss cclauss closed this Apr 26, 2024
@cclauss cclauss deleted the ruff branch April 26, 2024 12:59
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