Files
ruff/crates/ruff_python_parser/src
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
..
2023-08-01 18:35:03 +02:00
2023-09-29 02:55:39 +00:00