ruff
https://github.com/astral-sh/ruff
Rust
An extremely fast Python linter and code formatter, written in Rust.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported5 Subscribers
Add a CodeTriage badge to ruff
Help out
- Issues
- Consider adding a return link to rules?
- Flag potentially duplicate rules in CI
- S610: false positive on unrelated method named `extra`
- `N999` (`invalid-module-name`) mixes correctness and stylistic recommendations
- List unused rules
- Implement `pydoclint`
- F821: false positive if variable is defined in a loop
- Create rule to prefer class based syntax over functional syntax for Enums
- `loop-iterator-mutation` (`B909`) - logic to determine whether the mutation is followed by a `break` statement is incorrect
- D301 autofix doubles escaped backslashes
- Docs
- Rust not yet supported