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
- [FAST003] False positive on `Annotated` dependency
- Update stdlibs with 3.15
- [`pydocstyle`] Refactor `D417` to use the `pydoclint` docstring processing
- `unused-noqa` (`RUF100`) - `Unnecessary` diagnostic tags should only cover the unused rule
- [`pyupgrade`] Skip UP007 for dynamic Union creation (`UP007`)
- [E402] Add exception for warnings.filterwarnings() before imports
- [pyflakes] Treat function-scope bare annotations as locals per PEP 526 (F821)
- Flag variables that 1. aren't reassigned, and 2. are missing `Final`
- RFC [ruff][ext-lint] 4: codegen for the full AST
- [ruff][ext-lint] 5: per-external-linter toml config
- Docs
- Rust not yet supported