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
- formats `assert f(a,) == (b)` and `assert f(a,) == b` very differently
- pyproject.toml fix-only=True cannot be toggled per directory by using multiple pyproject.toml files and the extend setting.
- New rule prohibiting modification of `sys.path`
- `C417` has multiple problems
- [ty] Ensure that `bool | AlwaysFalsy` is considered equivalent to `Literal[True] | AlwaysFalsy`
- D205 false positive from Ruff on python script
- [ty] Decompose bool to Literal[True, False] in unions and intersections (v2)
- Add rule to forbid `asyncio.create_task`
- "RUF047" (needless-else) conflicts with pylint R5601 (confusing-consecutive-elif), Can't suppress the rule inline.
- [feature request] checking for slow imports recursively
- Docs
- Rust not yet supported