mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 21:05:08 +00:00
[red-knot] Add notebook support (#12338)
This commit is contained in:
parent
fe04f2b09d
commit
0c72577b5d
12 changed files with 246 additions and 53 deletions
|
@ -161,7 +161,7 @@ pub struct CodeCell {
|
|||
|
||||
/// Notebook root-level metadata.
|
||||
#[skip_serializing_none]
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Default)]
|
||||
pub struct RawNotebookMetadata {
|
||||
/// The author(s) of the notebook document
|
||||
pub authors: Option<Value>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue