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
- Packages installed by uv fail resolving to a module
- ruff self update (like uv self update)
- `typed-argument-default-in-stub` (`PYI011`) - false positive when default value intentionally used to infer the default value of a generic
- add `--show-files` for `ruff format`
- F401 autofix should only add a first-party import to `__all__` if the import is from the *same package*
- Importing and Referencing a Sub Module will eliminate necessary import code
- Consider running a 32bit platform in CI
- `non-pep695-type-alias` (`UP040`) - fix should be marked as unsafe when a type comes from an import
- isort: Don't infer namespace packages as first-party (only subpackages of namespace packages)
- Third-party namespace packages can be incorrectly considered first-party packages by `isort` rules
- Docs
- Rust not yet supported