ruff/crates/ruff_notebook
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
..
resources/test/fixtures/jupyter Detect and ignore Jupyter automagics (#8398) 2023-11-03 01:14:10 +00:00
src Avoid B015,B018 for last expression in a cell (#8815) 2023-11-22 15:33:23 +00:00
Cargo.toml Update to Rust 1.74 and use new clippy lints table (#8722) 2023-11-16 18:12:46 -05:00