Skip to content

Commit 8a0df38

Browse files
committed
update snapshots
1 parent a135d82 commit 8a0df38

46 files changed

Lines changed: 67 additions & 47 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

crates/ruff_linter/src/snapshots/ruff_linter__noqa__tests__flake8_exemption_all.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ expression: exemption
44
---
55
Ok(
66
Some(
7-
ParsedNoqa {
7+
NoqaLexerOutput {
88
warnings: [],
99
directive: All(
1010
All {

crates/ruff_linter/src/snapshots/ruff_linter__noqa__tests__flake8_exemption_all_case_insensitive.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ expression: exemption
44
---
55
Ok(
66
Some(
7-
ParsedNoqa {
7+
NoqaLexerOutput {
88
warnings: [],
99
directive: All(
1010
All {

crates/ruff_linter/src/snapshots/ruff_linter__noqa__tests__flake8_exemption_all_no_space.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ expression: exemption
44
---
55
Ok(
66
Some(
7-
ParsedNoqa {
7+
NoqaLexerOutput {
88
warnings: [],
99
directive: All(
1010
All {

crates/ruff_linter/src/snapshots/ruff_linter__noqa__tests__flake8_exemption_codes.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ expression: exemption
44
---
55
Ok(
66
Some(
7-
ParsedNoqa {
7+
NoqaLexerOutput {
88
warnings: [],
99
directive: Codes(
1010
Codes {

crates/ruff_linter/src/snapshots/ruff_linter__noqa__tests__noqa_all.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ expression: directive
44
---
55
Ok(
66
Some(
7-
ParsedNoqa {
7+
NoqaLexerOutput {
88
warnings: [],
99
directive: All(
1010
All {

crates/ruff_linter/src/snapshots/ruff_linter__noqa__tests__noqa_all_case_insensitive.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ expression: directive
44
---
55
Ok(
66
Some(
7-
ParsedNoqa {
7+
NoqaLexerOutput {
88
warnings: [],
99
directive: All(
1010
All {

crates/ruff_linter/src/snapshots/ruff_linter__noqa__tests__noqa_all_leading_comment.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ expression: directive
44
---
55
Ok(
66
Some(
7-
ParsedNoqa {
7+
NoqaLexerOutput {
88
warnings: [],
99
directive: All(
1010
All {

crates/ruff_linter/src/snapshots/ruff_linter__noqa__tests__noqa_all_multi_space.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ expression: directive
44
---
55
Ok(
66
Some(
7-
ParsedNoqa {
7+
NoqaLexerOutput {
88
warnings: [],
99
directive: All(
1010
All {

crates/ruff_linter/src/snapshots/ruff_linter__noqa__tests__noqa_all_no_space.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ expression: directive
44
---
55
Ok(
66
Some(
7-
ParsedNoqa {
7+
NoqaLexerOutput {
88
warnings: [],
99
directive: All(
1010
All {

crates/ruff_linter/src/snapshots/ruff_linter__noqa__tests__noqa_all_trailing_comment.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ expression: directive
44
---
55
Ok(
66
Some(
7-
ParsedNoqa {
7+
NoqaLexerOutput {
88
warnings: [],
99
directive: All(
1010
All {

0 commit comments

Comments
 (0)