ruff/crates/ruff_notebook/src
Dhruv Manilawala 5b726f70f4
Avoid B015,B018 for last expression in a cell (#8815)
## Summary

This PR updates `B015` and `B018` to ignore last top-level expressions
in each cell of a Jupyter Notebook.

Part of #8669

## Test Plan

Add test cases for both rules and update the snapshots.
2023-11-22 15:33:23 +00:00
..
cell.rs Avoid B015,B018 for last expression in a cell (#8815) 2023-11-22 15:33:23 +00:00
index.rs Add cell field to JSON output format (#7664) 2023-10-13 01:06:02 +00:00
lib.rs Add CellOffsets abstraction (#8814) 2023-11-22 15:27:00 +00:00
notebook.rs Add CellOffsets abstraction (#8814) 2023-11-22 15:27:00 +00:00
schema.rs Create ruff_notebook crate (#7039) 2023-09-01 13:56:44 +00:00