mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-09 18:03:03 +00:00
Update insta snapshots (#14366)
This commit is contained in:
parent
81e5830585
commit
c847cad389
2595 changed files with 3052 additions and 2578 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
|
||||
expression: trace
|
||||
snapshot_kind: text
|
||||
---
|
||||
- StmtExpr
|
||||
- ExprBytesLiteral
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
|
||||
expression: trace
|
||||
snapshot_kind: text
|
||||
---
|
||||
- StmtClassDef
|
||||
- TypeParamTypeVar
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
|
||||
expression: trace
|
||||
snapshot_kind: text
|
||||
---
|
||||
- StmtExpr
|
||||
- ExprCompare
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
|
||||
expression: trace
|
||||
snapshot_kind: text
|
||||
---
|
||||
- StmtFunctionDef
|
||||
- ExprName
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
|
||||
expression: trace
|
||||
snapshot_kind: text
|
||||
---
|
||||
- StmtExpr
|
||||
- ExprDictComp
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
|
||||
expression: trace
|
||||
snapshot_kind: text
|
||||
---
|
||||
- StmtExpr
|
||||
- ExprFString
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
|
||||
expression: trace
|
||||
snapshot_kind: text
|
||||
---
|
||||
- StmtFunctionDef
|
||||
- Parameters
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
|
||||
expression: trace
|
||||
snapshot_kind: text
|
||||
---
|
||||
- StmtFunctionDef
|
||||
- Parameters
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
|
||||
expression: trace
|
||||
snapshot_kind: text
|
||||
---
|
||||
- StmtFunctionDef
|
||||
- TypeParamTypeVar
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
|
||||
expression: trace
|
||||
snapshot_kind: text
|
||||
---
|
||||
- StmtExpr
|
||||
- ExprListComp
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
|
||||
expression: trace
|
||||
snapshot_kind: text
|
||||
---
|
||||
- StmtMatch
|
||||
- ExprName
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
|
||||
expression: trace
|
||||
snapshot_kind: text
|
||||
---
|
||||
- StmtExpr
|
||||
- ExprSetComp
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
|
||||
expression: trace
|
||||
snapshot_kind: text
|
||||
---
|
||||
- StmtExpr
|
||||
- ExprStringLiteral
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_ast_integration_tests/tests/visitor.rs
|
||||
expression: trace
|
||||
snapshot_kind: text
|
||||
---
|
||||
- StmtTypeAlias
|
||||
- ExprSubscript
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue