ruff/crates/ruff_linter
Charlie Marsh 48e04cc2c8
Add row and column numbers to formatted parse errors (#9321)
## Summary

We now render parse errors in the formatter identically to those in the
linter, e.g.:

```
❯ cargo run -p ruff_cli -- format foo.py
error: Failed to parse foo.py:1:17: Unexpected token '='
```

Closes https://github.com/astral-sh/ruff/issues/8338.

Closes https://github.com/astral-sh/ruff/issues/9311.
2023-12-31 07:10:45 -05:00
..
resources/test Respect runtime-required decorators on functions (#9317) 2023-12-29 22:14:53 -04:00
src Add row and column numbers to formatted parse errors (#9321) 2023-12-31 07:10:45 -05:00
Cargo.toml Bump pep440_rs from 0.3.12 to 0.4.0 (#9272) 2023-12-25 08:12:20 -05:00