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 supported6 Subscribers
Add a CodeTriage badge to ruff
Help out
- Issues
- 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
- Feature: upgrade from `dateutil.tz.UTC` to `datetime.UTC` or `datetime.timezone.utc`
- `config`'s default output format might not render as expected
- `__all__` related rules
- PyUpgrade rule UP007 does not work on forward reference string types
- C409 now makes code slower
- Docs
- Rust not yet supported