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
- New rule: dependency specification linting
- B006 --fix --unsafe-fixes does not fix type to become Optional ( | None) (fails type check)
- Break long property chains
- Option to vertically format arguments if wrapped.
- 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
- Docs
- Rust not yet supported