mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-09 18:02:19 +00:00
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
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:
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