ruff/crates/ruff_linter
Charlie Marsh ebdfcee87f
Write full Jupyter notebook to stdout (#7748)
## Summary

When writing back notebooks via `stdout`, we need to write back the
entire JSON content, not _just_ the fixed source code. Otherwise,
writing the output _back_ to the file will yield an invalid notebook.

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

## Test Plan

`cargo test`
2023-10-02 14:20:13 +00:00
..
resources/test Fix PLE251 rules with f-string escaping (#7741) 2023-10-02 08:43:39 +00:00
src Write full Jupyter notebook to stdout (#7748) 2023-10-02 14:20:13 +00:00
Cargo.toml Bump pep440_rs from 0.3.11 to 0.3.12 (#7755) 2023-10-02 09:49:50 -04:00