Skip to content

Commit fb3afd1

Browse files
committed
Revert snapshot changes
1 parent 87becf9 commit fb3afd1

17 files changed

+17
-0
lines changed

crates/ruff_python_parser/tests/snapshots/valid_syntax@ambiguous_lpar_with_items_if_expr.py.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
source: crates/ruff_python_parser/tests/fixtures.rs
33
input_file: crates/ruff_python_parser/resources/inline/ok/ambiguous_lpar_with_items_if_expr.py
4+
snapshot_kind: text
45
---
56
## AST
67

crates/ruff_python_parser/tests/snapshots/valid_syntax@expressions__await.py.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
source: crates/ruff_python_parser/tests/fixtures.rs
33
input_file: crates/ruff_python_parser/resources/valid/expressions/await.py
4+
snapshot_kind: text
45
---
56
## AST
67

crates/ruff_python_parser/tests/snapshots/valid_syntax@expressions__dictionary.py.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
source: crates/ruff_python_parser/tests/fixtures.rs
33
input_file: crates/ruff_python_parser/resources/valid/expressions/dictionary.py
4+
snapshot_kind: text
45
---
56
## AST
67

crates/ruff_python_parser/tests/snapshots/valid_syntax@expressions__generator.py.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
source: crates/ruff_python_parser/tests/fixtures.rs
33
input_file: crates/ruff_python_parser/resources/valid/expressions/generator.py
4+
snapshot_kind: text
45
---
56
## AST
67

crates/ruff_python_parser/tests/snapshots/valid_syntax@expressions__if.py.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
source: crates/ruff_python_parser/tests/fixtures.rs
33
input_file: crates/ruff_python_parser/resources/valid/expressions/if.py
4+
snapshot_kind: text
45
---
56
## AST
67

crates/ruff_python_parser/tests/snapshots/valid_syntax@expressions__list_comprehension.py.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
source: crates/ruff_python_parser/tests/fixtures.rs
33
input_file: crates/ruff_python_parser/resources/valid/expressions/list_comprehension.py
4+
snapshot_kind: text
45
---
56
## AST
67

crates/ruff_python_parser/tests/snapshots/valid_syntax@expressions__named.py.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
source: crates/ruff_python_parser/tests/fixtures.rs
33
input_file: crates/ruff_python_parser/resources/valid/expressions/named.py
4+
snapshot_kind: text
45
---
56
## AST
67

crates/ruff_python_parser/tests/snapshots/valid_syntax@lambda_with_valid_body.py.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
source: crates/ruff_python_parser/tests/fixtures.rs
33
input_file: crates/ruff_python_parser/resources/inline/ok/lambda_with_valid_body.py
4+
snapshot_kind: text
45
---
56
## AST
67

crates/ruff_python_parser/tests/snapshots/valid_syntax@match_stmt_valid_guard_expr.py.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
source: crates/ruff_python_parser/tests/fixtures.rs
33
input_file: crates/ruff_python_parser/resources/inline/ok/match_stmt_valid_guard_expr.py
4+
snapshot_kind: text
45
---
56
## AST
67

crates/ruff_python_parser/tests/snapshots/valid_syntax@other__decorator.py.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
source: crates/ruff_python_parser/tests/fixtures.rs
33
input_file: crates/ruff_python_parser/resources/valid/other/decorator.py
4+
snapshot_kind: text
45
---
56
## AST
67

0 commit comments

Comments
 (0)