ruff/crates/ruff_linter
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
..
resources/test Add cell indexes to all diagnostics (#9387) 2024-01-04 14:02:23 +00:00
src Add cell indexes to all diagnostics (#9387) 2024-01-04 14:02:23 +00:00
Cargo.toml Bump version to 0.1.11 (#9370) 2024-01-02 17:46:06 -05:00