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
- `line-too-long` (`E501`) - conflicts with formatter
- False positive for unused import when bringing things forward in __init__.py
- C414 --fix is also unsafe for sorted(reversed(iterable)), and other issues encountered when comparing with shed
- PGH005: False positive in case of `requests-mock` fixture `called_once` property/attribute
- Linting for yaml and toml file
- allow inline dummy_implementations (aka ellipsis on the same line) to be disabled
- Add support for caret repositioning with the formatter
- Request: Enforce space after colon (`:`) for special comments
- File pattern syntax differs between exclude and per-file-ignores
- Rule request: Require uppercase variables to be typed with `typing.Final`
- Docs
- Rust not yet supported