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 supported14 Subscribers
Add a CodeTriage badge to ruff
Help out
- Issues
- Parse error AST lacks identifiers
- `RUF038` Surprising fix for `Literal[True, False]` in functions with overloads
- [`refurb`] Reimplemented `chain.from_iterable()` (`FURB179`)
- Rule to force `var = <default> if value is None else value` instead of `var = value or <default>` for `value: int | None = None`
- Deny f-string
- [ty] T is disjoint from ~T
- Refer to rules in settings documentation
- PLC2801 fix ignores the expression’s syntactic context
- Add `--selector` option for `ruff rule`
- ANN201 doesn't handle pytest.raises context manager
- Docs
- Rust not yet supported