Update insta snapshots (#14366)
Some checks are pending
CI / Determine changes (push) Waiting to run
CI / cargo fmt (push) Waiting to run
CI / cargo shear (push) Blocked by required conditions
CI / cargo clippy (push) Blocked by required conditions
CI / cargo test (linux) (push) Blocked by required conditions
CI / cargo test (windows) (push) Blocked by required conditions
CI / cargo test (wasm) (push) Blocked by required conditions
CI / cargo build (release) (push) Blocked by required conditions
CI / cargo build (msrv) (push) Blocked by required conditions
CI / cargo fuzz (push) Blocked by required conditions
CI / Fuzz the parser (push) Blocked by required conditions
CI / test scripts (push) Blocked by required conditions
CI / ecosystem (push) Blocked by required conditions
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / mkdocs (push) Waiting to run
CI / formatter instabilities and black similarity (push) Blocked by required conditions
CI / test ruff-lsp (push) Blocked by required conditions
CI / benchmarks (push) Blocked by required conditions

This commit is contained in:
Micha Reiser 2024-11-15 19:31:15 +01:00 committed by GitHub
parent 81e5830585
commit c847cad389
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2595 changed files with 3052 additions and 2578 deletions

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtExpr

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtClassDef

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtExpr

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtFunctionDef

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtExpr

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtExpr

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtFunctionDef

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtFunctionDef

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtFunctionDef

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtExpr

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtMatch

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtExpr

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtExpr

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/preorder.rs
source: crates/ruff_python_ast_integration_tests/tests/source_order.rs
expression: trace
snapshot_kind: text
---
- ModModule
- StmtTypeAlias

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtExpr
- ExprBytesLiteral

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtClassDef
- TypeParamTypeVar

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtExpr
- ExprCompare

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtFunctionDef
- ExprName

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtExpr
- ExprDictComp

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtExpr
- ExprFString

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtFunctionDef
- Parameters

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtFunctionDef
- Parameters

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtFunctionDef
- TypeParamTypeVar

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtExpr
- ExprListComp

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtMatch
- ExprName

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtExpr
- ExprSetComp

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtExpr
- ExprStringLiteral

View file

@ -1,6 +1,7 @@
---
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
expression: trace
snapshot_kind: text
---
- StmtTypeAlias
- ExprSubscript