mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 15:15:33 +00:00
![]() ## Summary Use the following to reproduce this: ```console $ cargo run -- check --select=E275,E203 --preview --no-cache ~/playground/ruff/src/play.py --fix debug error: Failed to converge after 100 iterations in `/Users/dhruv/playground/ruff/src/play.py` with rule codes E275:--- yield,x --- /Users/dhruv/playground/ruff/src/play.py:1:1: E275 Missing whitespace after keyword | 1 | yield,x | ^^^^^ E275 | = help: Added missing whitespace after keyword Found 101 errors (100 fixed, 1 remaining). [*] 1 fixable with the `--fix` option. ``` ## Test Plan Add a test case and run `cargo insta test`. |
||
---|---|---|
.. | ||
resources | ||
src | ||
__init__.py | ||
Cargo.toml |