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 supported5 Subscribers
Add a CodeTriage badge to ruff
Help out
- Issues
- ruff check src/ --fix fails to discover some nested files but works when ran directly on that file
- RET505/RET506 doesn't work for an else after a return/raise in a try/except block
- Relative import management
- lint for overuse of argument defaults in non-public functions
- Rule categorization
- D417 Argument descriptions only required if there is an "Args" section
- `D102` for "inherited" docstrings.
- pydocstyle: keep 'Args:' on a separate line
- Make the mccabe checker ignore the case of a single top-level elif chain or match statement
- Expand SIM118 to cover AnySequence(dict.keys())
- Docs
- Rust not yet supported