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
- Create rule to enforce use of `params` in calls to `requests` and similar libraries
- FA100 issue: Ruff doesnt suggest adding `from __future__ import annotations`
- Detect `not_called()` and similar mistakes with Python mocks before Python 3.12
- Include `.pyw` files by default
- Adding `__init__.py` silences `TRY400` (related to relative import)
- Add a test for `knot_benchmark` that asserts we have roughly the number of expected errors
- [flake8-type-checking] Missing rules, autofix strategies, overlapping rules and more
- [pylint] Implement `consider-using-assignment-expr` (`R6103`)
- False negative for D403 when the first sentence only has one word but the whole docstring is longer
- [red-knot] ensure that type inference on a high-durability file is also high durability
- Docs
- Rust not yet supported