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 supported6 Subscribers
Add a CodeTriage badge to ruff
Help out
- Issues
- Add default linter rules
- Rule duplication `F509` and `PLE1300`
- format: different behavior with black for `hug_parens_with_braces_and_square_brackets` and generators
- Ruff unconditionally assumes any string in a type parameter is a forward annotation
- JSON output on `ruff check --fix` does not show any thing related to fixes
- `printf-string-formatting` (`UP031`) - fix should f-string instead of `str.format`
- How to configure Ruff to disallow double assignments in single lines in Python?
- PERF401 triggers when adding items to collection from function arguments
- False negative with useless-expression on strings
- Flag `B018` for strings and f-strings which aren't docstrings
- Docs
- Rust not yet supported