ruff/crates/ruff_cli/tests
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
..
snapshots [refurb] Implement implicit-cwd (FURB177) (#7704) 2023-09-29 02:18:59 +00:00
format.rs Add most formatter options to ruff.toml / pyproject.toml (#7566) 2023-09-22 15:47:57 +00:00
integration_test.rs Write full Jupyter notebook to stdout (#7748) 2023-10-02 14:20:13 +00:00
lint.rs Add lint section to Ruff configuration 2023-09-27 08:46:27 +02:00