ruff/crates/ruff_source_file/src
Charlie Marsh 328262bfac
Add cell indexes to all diagnostics (#9387)
## Summary

Ensures that any lint rules that include line locations render them as
relative to the cell (and include the cell number) when inside a Jupyter
notebook.

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

## Test Plan

`cargo test`
2024-01-04 14:02:23 +00:00
..
lib.rs Add cell indexes to all diagnostics (#9387) 2024-01-04 14:02:23 +00:00
line_index.rs Add cell field to JSON output format (#7664) 2023-10-13 01:06:02 +00:00
locator.rs Skip BOM when inserting start-of-file imports (#7622) 2023-09-23 19:36:50 +00:00
newlines.rs remove several uses of unsafe (#8600) 2023-11-28 09:50:03 -05:00