Commit c6e271a
committed
Fix ruff D420 lint violations by adding D420 to ignore list
D420 (section ordering in docstrings) is triggered by auto-generated
opset files where Args appears after Returns. Since these files are
auto-generated, suppressing the rule is the correct fix.
Signed-off-by: Ti-Tai Wang <titaiwang@microsoft.com>1 parent f312415 commit c6e271a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
0 commit comments