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
- Enabling UP047 and UP049 simultaneously leads to fixes introducing breaking changes with `--target-version=py314`, `from __future__ import annotations`, or on a `.pyi` file
- FAST002: catch Union with Annotated
- E252: false positive with TypeVarDefault [PEP696] [preview]
- Allow one empty newline after class header
- E722 BaseException should also be considered as bare except
- Support nested projects within a single LSP session
- [ty] Show types of non-trivial string annotations in hovers
- [ty] Prioritize real submodules over module `__getattr__`
- [ty] Publish diagnostics for all open files (#1652)
- flake8-executable: allow global flags in uv shebangs (EXE003)
- Docs
- Rust not yet supported