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
- FURB164 fix does not consistently simplify expressions containing non-finite float strings
- Partial unpacking in `return`, `yield`, and `for` before Python 3.9
- `useless-try-except (TRY203)` false negative?
- F841 treats `except` bindings differently from all other bindings
- D1** not detecting names made public via import/__all__ idiom
- mutable-dataclass-default (RUF008) not detecting mutable_default field
- NamedTuple should be considered immutable (B008)
- Detect not executed iterators
- N806, N815, and N816 ignore case patterns
- Prevent non-new-variable `for` loop targets
- Docs
- Rust not yet supported