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: For a specified function/method sourced from a specified module, make a specified non-required argument mandatory as a keyword argument.
- Use stderr for server log messages
- [`ruff`] Fix false positive on global keyword (`RUF052`)
- `line-too-long` (`E501`) - false positive on import statements from long module names where it's impossible to fix
- Show errors for attempted fixes only when passed `--verbose`
- Ruff 0.9
- [`flake8-type-checking`] Add a fix for `runtime-string-union` (`TC010`)
- [RUF027] missing-f-string-syntax has false negatives if calling a function inside brackets or accessing attribute of interpolated variable
- [`ruff`] Avoid reporting when `ndigits` is possibly negative (`RUF057`)
- Errors for attempted autofixes visible to users even without passing `--fix` and for noqa lines
- Docs
- Rust not yet supported