mirror of https://github.com/astral-sh/ruff
Actually check-in snapshots for #1265
This commit is contained in:
parent
d6e765877e
commit
6a95dade6d
|
|
@ -3,23 +3,37 @@ source: src/flake8_annotations/mod.rs
|
||||||
expression: checks
|
expression: checks
|
||||||
---
|
---
|
||||||
- kind:
|
- kind:
|
||||||
MissingReturnTypeMagicMethod: __init__
|
MissingReturnTypeSpecialMethod: __init__
|
||||||
location:
|
location:
|
||||||
row: 5
|
row: 5
|
||||||
column: 4
|
column: 4
|
||||||
end_location:
|
end_location:
|
||||||
row: 6
|
row: 6
|
||||||
column: 11
|
column: 11
|
||||||
fix: ~
|
fix:
|
||||||
|
content: " -> None"
|
||||||
|
location:
|
||||||
|
row: 5
|
||||||
|
column: 22
|
||||||
|
end_location:
|
||||||
|
row: 5
|
||||||
|
column: 22
|
||||||
- kind:
|
- kind:
|
||||||
MissingReturnTypeMagicMethod: __init__
|
MissingReturnTypeSpecialMethod: __init__
|
||||||
location:
|
location:
|
||||||
row: 11
|
row: 11
|
||||||
column: 4
|
column: 4
|
||||||
end_location:
|
end_location:
|
||||||
row: 12
|
row: 12
|
||||||
column: 11
|
column: 11
|
||||||
fix: ~
|
fix:
|
||||||
|
content: " -> None"
|
||||||
|
location:
|
||||||
|
row: 11
|
||||||
|
column: 27
|
||||||
|
end_location:
|
||||||
|
row: 11
|
||||||
|
column: 27
|
||||||
- kind:
|
- kind:
|
||||||
MissingReturnTypePrivateFunction: __init__
|
MissingReturnTypePrivateFunction: __init__
|
||||||
location:
|
location:
|
||||||
|
|
|
||||||
|
|
@ -1,47 +0,0 @@
|
||||||
---
|
|
||||||
source: src/flake8_annotations/mod.rs
|
|
||||||
assertion_line: 87
|
|
||||||
expression: checks
|
|
||||||
---
|
|
||||||
- kind:
|
|
||||||
MissingReturnTypeSpecialMethod: __init__
|
|
||||||
location:
|
|
||||||
row: 5
|
|
||||||
column: 4
|
|
||||||
end_location:
|
|
||||||
row: 6
|
|
||||||
column: 11
|
|
||||||
fix:
|
|
||||||
content: " -> None"
|
|
||||||
location:
|
|
||||||
row: 5
|
|
||||||
column: 22
|
|
||||||
end_location:
|
|
||||||
row: 5
|
|
||||||
column: 22
|
|
||||||
- kind:
|
|
||||||
MissingReturnTypeSpecialMethod: __init__
|
|
||||||
location:
|
|
||||||
row: 11
|
|
||||||
column: 4
|
|
||||||
end_location:
|
|
||||||
row: 12
|
|
||||||
column: 11
|
|
||||||
fix:
|
|
||||||
content: " -> None"
|
|
||||||
location:
|
|
||||||
row: 11
|
|
||||||
column: 27
|
|
||||||
end_location:
|
|
||||||
row: 11
|
|
||||||
column: 27
|
|
||||||
- kind:
|
|
||||||
MissingReturnTypePrivateFunction: __init__
|
|
||||||
location:
|
|
||||||
row: 40
|
|
||||||
column: 0
|
|
||||||
end_location:
|
|
||||||
row: 41
|
|
||||||
column: 7
|
|
||||||
fix: ~
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue