mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
Fixes: #1953 @charliermarsh thank you for the tips in the issue. I'm not very familiar with Rust, so please excuse if my string formatting syntax is messy. In terms of testing, I compared output of `flake8 --format=pylint ` and `cargo run --format=pylint` on the same code and the output syntax seems to check out.