You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/ruff_linter/src/rules/pydocstyle/snapshots/ruff_linter__rules__pydocstyle__tests__D413_D413.py.snap
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ D413.py:13:5: D413 [*] Missing blank line after last section ("Returns")
46
46
1818|
47
47
1919|Returns:
48
48
2020|thevalue
49
-
21|+
49
+
21|+
50
50
2122|"""
51
51
22 23 |
52
52
2324|
@@ -75,5 +75,31 @@ D413.py:52:5: D413 [*] Missing blank line after last section ("Returns")
Copy file name to clipboardExpand all lines: crates/ruff_linter/src/rules/pydocstyle/snapshots/ruff_linter__rules__pydocstyle__tests__D413_sections.py.snap
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ sections.py:120:5: D413 [*] Missing blank line after last section ("Returns")
44
44
122122|Returns
45
45
123123|-------
46
46
124124|Avalueofsomesort.
47
-
125|+
47
+
125|+
48
48
125126|"""
49
49
126 127 |
50
50
127128|
@@ -67,7 +67,7 @@ sections.py:170:5: D413 [*] Missing blank line after last section ("Returns")
67
67
171171|
68
68
172172|Returns
69
69
173173|-------
70
-
174|+
70
+
174|+
71
71
174175|"""
72
72
175 176 |
73
73
176177|
@@ -89,7 +89,7 @@ sections.py:519:5: D413 [*] Missing blank line after last section ("Parameters")
89
89
520520|
90
90
521521|Parameters
91
91
522522|==========
92
-
523|+
92
+
523|+
93
93
523524|"""
94
94
524 525 |
95
95
525526|
@@ -111,7 +111,7 @@ sections.py:527:5: D413 [*] Missing blank line after last section ("Parameters")
111
111
528528|
112
112
529529|Parameters
113
113
530530|===========
114
-
531|+
114
+
531|+
115
115
531532|"""
116
116
532 533 |
117
117
533534|
@@ -135,7 +135,7 @@ sections.py:548:5: D413 [*] Missing blank line after last section ("Args")
135
135
551551|Here's a note.
136
136
552552|
137
137
553553|returns:
138
-
554|+
138
+
554|+
139
139
554555|"""
140
140
555 556 |
141
141
556557|
@@ -159,7 +159,7 @@ sections.py:558:5: D413 [*] Missing blank line after last section ("Returns")
159
159
561561|Here's a note.
160
160
562562|
161
161
563563|Returns:
162
-
564|+
162
+
564|+
163
163
564565|"""
164
164
565 566 |
165
165
566567|
@@ -185,9 +185,7 @@ sections.py:588:5: D413 [*] Missing blank line after last section ("Parameters")
0 commit comments