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 supported14 Subscribers
Add a CodeTriage badge to ruff
Help out
- Issues
- F401 is not doing the "right" thing with __init__.py
- formats `assert f(a,) == (b)` and `assert f(a,) == b` very differently
- pyproject.toml fix-only=True cannot be toggled per directory by using multiple pyproject.toml files and the extend setting.
- New rule prohibiting modification of `sys.path`
- `C417` has multiple problems
- D205 false positive from Ruff on python script
- Add rule to forbid `asyncio.create_task`
- "RUF047" (needless-else) conflicts with pylint R5601 (confusing-consecutive-elif), Can't suppress the rule inline.
- [feature request] checking for slow imports recursively
- [`flake8-type-checking`] False positives/negatives for TC001-004 for overlapping module imports
- Docs
- Rust not yet supported