mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 15:14:19 -05:00
Rule described here: https://www.flake8rules.com/rules/E101.html I tried to follow contributing guidelines closely, I've never worked with Rust before. Stumbled across Ruff a few days ago and would like to use it in our project, but we use a bunch of flake8 rules that are not yet implemented in ruff, so I decided to give it a go.