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 supported2 Subscribers
Add a CodeTriage badge to ruff
Help out
- Issues
- Missing whitespace/newline detection at end of a long string split over multiple lines
- `unsorted-imports` (`I001`) - does not detect duplicated imports when one of the imports is inside a `TYPE_CHECKING` block
- Formatter trims empty lines after `;`
- How are we supposed to document constructors and how does this affect the class documentation?
- Allow marking private packages (leading underscore) as public for `pydocstyle`
- Discrepancy between `format` and `check` for a long string literal
- [Panic] No such file or directory
- Enforcing docstring length (not the code snippets)
- [`ruff`] Implement missing `await` for coroutine (`RUF028`)
- Add easier way to gather all available rules from ruff
- Docs
- Rust not yet supported