ruff/crates/ruff_cli
Micha Reiser 262e768fd3
refactor(ruff): Implement doc_lines_from_tokens as iterator (#3124)
This is a nit refactor... It implements the extraction of document lines as an iterator instead of a Vector to avoid the extra allocation.
2023-02-22 09:22:06 -05:00
..
src refactor(ruff): Implement doc_lines_from_tokens as iterator (#3124) 2023-02-22 09:22:06 -05:00
tests feat(cli): let --statistics show fixable codes (#2659) 2023-02-09 19:36:31 -05:00
Cargo.toml Support shell expansion for --config argument (#3107) 2023-02-21 23:33:41 +00:00