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: pydoclint-errors-baseline.txt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,6 @@ flytekit/core/utils.py
134
134
--------------------
135
135
flytekit/core/workflow.py
136
136
DOC101: Function `workflow`: Docstring contains fewer arguments than in function signature.
137
-
DOC103: Function `workflow`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [_workflow_function: Optional[Callable[P, FuncOut]], default_options: Optional[Options], docs: Optional[Documentation], failure_policy: Optional[WorkflowFailurePolicy], interruptible: bool, on_failure: Optional[Union[WorkflowBase, Task]], pickle_untyped: bool].
138
137
DOC201: Function `workflow` does not have a return section in docstring
139
138
DOC203: Function `workflow` return type(s) in docstring not consistent with the return annotation. Return annotation has 1 type(s); docstring return section has 0 type(s).
140
139
DOC101: Function `reference_workflow`: Docstring contains fewer arguments than in function signature.
0 commit comments