ruff/crates/ruff_cli
Charlie Marsh 97e9d3c54f
Use `Display` for formatter parse errors (#9316)
## Summary

This helps a bit with (but does not close) the issues described in
https://github.com/astral-sh/ruff/issues/9311. E.g., now, we at least
see: `error: Failed to format main.py: source contains syntax errors:
invalid syntax. Got unexpected token '=' at byte offset 20`.
2023-12-29 22:26:57 +00:00
..
resources/test/fixtures Update `ruff check` and `ruff format` to default to the current directory (#8791) 2023-11-21 11:34:21 -06:00
src Use `Display` for formatter parse errors (#9316) 2023-12-29 22:26:57 +00:00
tests Use `Display` for formatter parse errors (#9316) 2023-12-29 22:26:57 +00:00
Cargo.toml Bump cachedir from 0.3.0 to 0.3.1 (#9254) 2023-12-23 07:35:11 -05:00
build.rs Add `ruff version` with long version display (#8034) 2023-10-20 14:07:41 -05:00