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
- [IMPROVEMENT] Make `--select` other CLI short hands more lenient with whitespace
- Disallow str.split("\n") in favour of str.splitlines()
- Rule request: G: Require {} in log format
- Package not identified as first party when name has a dash
- False positives for `quoted-type-alias` (`TC008`)
- Resolve `escape` and possibly auto-fix `unsafe-markup-use` (`S704`)
- Consider adding a fix for `pytest-raises-ambiguous-pattern` (`RUF043`)
- Ignoring `import-private-name` (`PLC2701`) for first party module imports
- PGH004: Check for missing colons in file-level suppression comments
- Allow banned-api to detect re-exports
- Docs
- Rust not yet supported