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
- allow publishing a more detailed graph
- [PROPOSAL] live (graph) analysis
- Request: Option to only apply `superfluous-else-*` on multi-statement blocks (`RET505`, `RET506`, `RET507`, `RET508`)
- Feature Request: Warn when instance attribute shadows class attribute
- Request: Merge `D203`+`D211` and `D212`+`D213` and make them configurable instead
- `complex-if-statement-in-stub (PYI002)` conflicts with `if-with-same-arms (SIM114)`
- Feature request: Autofix for `none-not-at-end-of-union (RUF036)`
- Inconsistent formatting around power and brackets
- Warn on `2 ^ n` - author usually intends `2 ** n`
- Question: why doesn't ruff complain about CapsWords (PascalCase)?
- Docs
- Rust not yet supported