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 supported14 Subscribers
Add a CodeTriage badge to ruff
Help out
- Issues
- Inconsistent formatting around power and brackets
- Warn on `2 ^ n` - author usually intends `2 ** n`
- Question: why doesn't ruff complain about CapsWords (PascalCase)?
- Allow to ignore B008 (function calls in default arguments) in cases where the function is a method of a local variable
- New rule: Unnecessary unicode escape character
- Support `grouped` output format for `--statistics`
- Rule idea: warn about unsafe usage of `$` in regular expressions
- Populate `[tool.ruff.lint.flake8-quotes.inline-quotes]` from `[tool.ruff.format.quote-style]`
- [pytest] New rule idea- Prefer multiple `pytest.param(..., id=...)` over `pytest.mark.parametrize(..., ids=...)`
- Add CLI flag to configure relative vs full path printing for emitters
- Docs
- Rust not yet supported