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
- Use `--config` in ecosystem checks
- Allow trailing comments after supression comments
- Add support for attribute docstrings
- [`flake8-unused-arguments`] Add fixes for `ARG001`->`ARG005`
- [`pylint`] Implement `class-variable-slots-conflict` (`PLE0242`)
- Feature Request: Rule to avoid module coupling
- Consider implicitly concatenated f-string for rules
- FA102 errors eventhough requires-python in pyproject.toml is ">=3.12"
- `--fix --unsafe-fixes` that converts lambda to function (rule E731) removes underscores from numbers.
- PEP 585 usages of `list`, `tuple`, `type`, etc. in type aliases are not flagged when `requires-python` includes `< 3.9`.
- Docs
- Rust not yet supported